matchzoo.preprocessors.units.punc_removal¶
Module Contents¶
-
class
matchzoo.preprocessors.units.punc_removal.PuncRemoval¶ Bases:
matchzoo.preprocessors.units.unit.UnitProcess unit for remove punctuations.
-
_MATCH_PUNC¶
-
transform(self, input_: list)¶ Remove punctuations from list of tokens.
Parameters: input – list of toekns. Return rv: tokens without punctuation.
-