|
Class Summary |
| BloomFilter<E> |
Implementation of a Bloom-filter, as described here:
http://en.wikipedia.org/wiki/Bloom_filter
Inspired by the SimpleBloomFilter-class written by Ian Clark. |
| Char |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| DateParser |
This class is part of the Java Tools (see
http://mpii.de/yago-naga/javatools). |
| DateParser1 |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| Language |
Class representing human languages |
| Name |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| Name.Abbreviation |
|
| Name.CompanyName |
|
| Name.PersonName |
|
| NameML |
This class is part of the Java Tools (see
http://mpii.de/yago-naga/javatools). |
| NameML.AbbreviationML |
|
| NameML.CompanyNameML |
|
| NameML.PersonNameML |
|
| NounGroup |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| NumberFormatter |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| NumberParser |
This class is part of the Java Tools (see
http://mpii.de/yago-naga/javatools). |
| PlingStemmer |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| PositionTracker |
This class is part of the Java Tools (see
http://mpii.de/yago-naga/javatools). |
| PositionTracker.ForwardPositionTracker |
forward position change tracking - keeping track of several rounds of text modifications allowing to trace a position in the original
text along the modifications to the corresp. position in the modified text
after each round (one round=consecutive changes along the text) you need to call closeRun() before submitting more position changes from a new round,
i.e. whenever you passed the string to be modified once call closeRun() before starting to run over the string again with more replacements
REMARK: NOT TESTED WITH MORE THAN ONE ROUND! |
| RegularExpression |
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). |
| RegularExpression.RegExState |
Represents one position in a regular expression |