Class Summary |
AbstractLabel |
An AbstractLabel object acts as a Label with linguistic
attributes. |
AdaptiveLabelFactory |
An AdaptiveLabelFactory object makes simple
Label s for objects, by creating a label of an
appropriate type depending on the arguments passed in. |
Category |
A Category object acts as a Label by containing a
String that is a part-of-speech category. |
Sentence |
Sentence holds a single sentence, and
mediating between word numbers and words. |
StringLabel |
A StringLabel object acts as a Label by containing a
single String, which it sets or returns in response to requests. |
StringLabelFactory |
A StringLabelFactory object makes a simple
StringLabel out of a String . |
Tag |
A Tag object acts as a Label by containing a
String that is a part-of-speech tag. |
TaggedWord |
A TaggedWord object contains a word and its tag. |
TaggedWordFactory |
A TaggedWordFactory acts as a factory for creating objects of
class TaggedWord . |
Word |
A Word object acts as a Label by containing a String. |
WordFactory |
A WordFactory acts as a factory for creating objects of
class Word . |