class documentation

Parent class for filters using regular expressions. This filter skips any words the match the expression assigned to the class attribute ``_pattern``.

Method _skip Undocumented
Class Variable _pattern Undocumented
def _skip(self, word: str) -> bool: (source)

Undocumented