|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotator | |
org.annotation.wordfreak.annotator | Provides automatic annotation or tagging functionality for WordFreak. |
org.annotation.wordfreak.scheme | Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. |
Uses of Annotator in org.annotation.wordfreak.annotator |
Subclasses of Annotator in org.annotation.wordfreak.annotator | |
class |
ChunkerAnnotator
This annotator creates annotations for sequence data by converting a series of tags into appropiate chunks. |
class |
CoreferenceAnnotator
Abstract class for extended for performing coreference annotation. |
class |
DocumentProcessor
Abstract class which is used to facilitate creating annotator which processes documents. |
class |
ParagraphAnnotator
|
class |
ParagraphProcessor
Abstract class which is used to facilitate creating annotator which processes paragraphs. |
class |
POSAnnotator
|
class |
RegExAnnotator
|
class |
SentenceAnnotator
|
class |
SentenceProcessor
Abstract class which is used to facilitate creating annotator which processes sentences. |
class |
SimpleTokenAnnotator
|
class |
TokenAnnotator
Provides common functionality for automatic annotation of tokens. |
Uses of Annotator in org.annotation.wordfreak.scheme |
Fields in org.annotation.wordfreak.scheme declared as Annotator | |
protected Annotator |
AnnotationScheme.annotator
Current annotator for sorting outcomes if this is supported. |
Methods in org.annotation.wordfreak.scheme with parameters of type Annotator | |
void |
AnnotationScheme.setAnnotator(Annotator a)
Sets the current annotator to allow outcomes to be sorted. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |