Class | Description |
---|---|
Cleaner<T> |
A cleaner performs a simple transformation over an object.
|
HtmlCleaner |
Converts javascript strings in ascii
|
JuniorAndInitialsCleaner |
JuniorAndInitialsCleaner trasforms a name removing initials or 'jr' (e.g.,
ted ginn, jr -> ted ginn ) |
LowerCaseCleaner |
LowerCaseCleaner, puts in lowercase the text of a spot
|
ParenthesesCleaner |
Parenthesis cleaner removes parenthesis from a spot.
|
PrefixCleaner |
Removes a matching prefix
|
QuotesCleaner |
Quotes cleaner removes quotes from a spot.
|
StripCleaner |
StripCleaner trims characters at the beginning of at the end of a spot.
|
TemplateCleaner |
TemplateCleaner removes all the text matching TEMPLATE[....]
|
TypeCleaner |
Typecleaner will remove domain informations usually appended at the end of
the titles (between parenthesis or after a #),
e.g. |
UnderscoreCleaner |
UnderscoreCleaner removes all the underscores in a post, replacing them with
spaces.
|
UnicodeCleaner |
UnicodeCleaner maps a Unicode string to ascii, the conversion is lossy, and
it is performed using the unidecode library.
|
Copyright © 2013. All rights reserved.