Class | Description |
---|---|
AnnotationUtils |
Currently a collection of static functions required by various parts of the TextPipe.
|
NamedEntityAnnotation |
A Nameed Entity Annotation.
|
PhraseAnnotation |
An annotation representing a phrase as per the Penn Treebank.
|
PipePlayground |
Simple demo and play area.
|
POSAnnotation |
Part of Speech Annotation based on the Penn treebank.
|
RawTextAnnotation |
Text encapsulated as an
TextPipeAnnotation so that it may be
annotated. |
SentenceAnnotation |
SentenceAnnotation is an extension of RawTextAnnotation as
its function is to encapsulate a substring of raw text. |
TextPipeAnnotation |
Classes that extend
TextPipeAnnotation are annotations and
annotatable. |
TokenAnnotation |
A
TokenAnnotation represents a single token generated by a tokeniser. |
Enum | Description |
---|---|
PhraseAnnotation.Phrase |
Penn Treebank phrase abbreviations.
|
POSAnnotation.PartOfSpeech |
Penn Treebank part of speech types.
|