Uses of Interface
org.annotation.wordfreak.AnnotatedFileListener

Packages that use AnnotatedFileListener
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
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 AnnotatedFileListener in org.annotation.wordfreak
 

Methods in org.annotation.wordfreak with parameters of type AnnotatedFileListener
 void AnnotatedFileManager.addAnnotatedFileListener(AnnotatedFileListener adl)
           
 void AnnotatedFileManager.removeAnnotatedFileListener(AnnotatedFileListener adl)
           
 void FileRequestListener.addAnnotatedFileListener(AnnotatedFileListener afl)
          Registers an AnnotatedFileListener to be notified of file related changes.
 void FileRequestListener.removeAnnotatedFileListener(AnnotatedFileListener afl)
          Un-registers an AnnotatedFileListener.
 

Uses of AnnotatedFileListener in org.annotation.wordfreak.annotator
 

Classes in org.annotation.wordfreak.annotator that implement AnnotatedFileListener
 class Annotator
          This is the top level class for automatic annotators or taggers.
 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 AnnotatedFileListener in org.annotation.wordfreak.scheme
 

Classes in org.annotation.wordfreak.scheme that implement AnnotatedFileListener
 class AnnotationScheme
          Annotation schemes define different types of annotation.
 class ConstituentAnnotationScheme
           
 class CoreferenceAnnotationScheme
          Scheme for annotating coreference relationships.
 class DerivativeAnnotationScheme
          Derivative annotation scheme is used to create annotation schemes which create annotations based on existing annotations.
 class DocumentAnnotationScheme
           
 class EntityAnnotationScheme
           
 class GenericAnnotationScheme
           
 class NamedEntityAnnotationScheme
           
 class ParagraphAnnotationScheme
           
 class POSAnnotationScheme
           
 class RelationAnnotationScheme
           
 class SentenceAnnotationScheme
           
 class TextCorrectionAnnotationScheme
           
 class TokenAnnotationScheme
           
 



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