|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SingleItemFilter | |
| de.unidu.is.text | Provides filters for text processing. |
| Uses of SingleItemFilter in de.unidu.is.text |
| Classes in de.unidu.is.text that implement SingleItemFilter | |
class |
AbstractSingleItemFilter
This is an abstract filter implementation which converts every object into exactly one object (or into null), and which allows for chaining filters. |
class |
CodecSoundexFilter
This filter converts a specified string into its soundex representation, using code from Apache Jakarta Commons Codec. |
class |
GermanStemmerFilter
This filter converts a specified German string into stemmed version. |
class |
HTMLFilter
This filter extracts all text from a specified HTML string, and returns the text content in a single string. |
class |
LowercaseFilter
This filter converts a specified string into lowercase. |
class |
SoundexFilter
This filter converts a specified string into its soundex representation. |
class |
StemmerFilter
This filter converts a specified string into stemmed version. |
class |
StopwordFilter
This filter is used for removing stop words. |
class |
UntagFilter
This filter removes XML/HTML tags from a specified string. |
| Fields in de.unidu.is.text declared as SingleItemFilter | |
protected SingleItemFilter |
SoundexFilter.soundexFilter
Soundex filter to which calls are delegated. |
protected SingleItemFilter |
StemmerFilter.stemmerFilter
Soundex filter to which calls are delegated. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||