Package org.annotation.wordfreak.annotator

Provides automatic annotation or tagging functionality for WordFreak.

See:
          Description

Interface Summary
AnnotatorListener Interface between annotators and other componets.
 

Class Summary
Annotator This is the top level class for automatic annotators or taggers.
ChunkerAnnotator This annotator creates annotations for sequence data by converting a series of tags into appropiate chunks.
ChunkerAnnotator.ChunkAction  
ChunkerAnnotator.ChunkActionEnum  
CoreferenceAnnotator Abstract class for extended for performing coreference annotation.
DocumentProcessor Abstract class which is used to facilitate creating annotator which processes documents.
ParagraphAnnotator  
ParagraphFinder  
ParagraphProcessor Abstract class which is used to facilitate creating annotator which processes paragraphs.
POSAnnotator  
RegExAnnotator  
SentenceAnnotator  
SentenceProcessor Abstract class which is used to facilitate creating annotator which processes sentences.
SimpleTokenAnnotator  
SimpleTokenizer  
TokenAnnotator Provides common functionality for automatic annotation of tokens.
 

Package org.annotation.wordfreak.annotator Description

Provides automatic annotation or tagging functionality for WordFreak. This inlcudes mechanism for character level annotation as well as annotations based on existing levels of annotation.



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.