Contents:
Bases: Filter
Filter
Filter skipping over UpperCase word. This filter skips any words matching the following regular expression:
^([A-Z]w+[A-Z]+w+)
That is, any words that are WikiWords.
Methods
__init__()
__init__