Uses of Interface
org.annotation.wordfreak.Plugin

Packages that use Plugin
org.annotation.wordfreak.annotator Provides automatic annotation or tagging functionality for WordFreak. 
org.annotation.wordfreak.io Provides I/O functionality for WordFreak including support for multiple file formats. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
org.annotation.wordfreak.tagset Provides mechanism for creating alturnative sets of outcomes with POS and constituent tagging. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of Plugin in org.annotation.wordfreak.annotator
 

Classes in org.annotation.wordfreak.annotator that implement Plugin
 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 Plugin in org.annotation.wordfreak.io
 

Subinterfaces of Plugin in org.annotation.wordfreak.io
 interface AnnotatedFileFormat
          This defines the interface for implementing new annotated file formats.
 interface FileFormat
          This defines the interface for implementing new file formats.
 interface SourceFileFormat
          This defines the interface for implementing new source file formats.
 

Classes in org.annotation.wordfreak.io that implement Plugin
 class AbstractAnnotatedFileFormat
           
 class FileInputMethod
           
 class InputMethod
           
 class TextColumnsFileFormat
          Implements the native TextColumns file format.
 class TextFileFormat
           
 class TreebankFileFormat
          Implements the native Treebank file format.
 class WordFreakFileFormat
          Implements the native WordFreak file format.
 

Uses of Plugin in org.annotation.wordfreak.scheme
 

Classes in org.annotation.wordfreak.scheme that implement Plugin
 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
           
 

Uses of Plugin in org.annotation.wordfreak.tagset
 

Classes in org.annotation.wordfreak.tagset that implement Plugin
 class ChineseTreebankTagSet
           
 class HindiTreebankTagSet
           
 class PennTreebankTagSet
           
 class TagSet
           
 

Uses of Plugin in org.annotation.wordfreak.viewer
 

Classes in org.annotation.wordfreak.viewer that implement Plugin
 class ColorTextViewer
          Displays the text of the source material and shows colored annotations within that text.
 class ConcordanceViewer
          Display annotations from multiple files in a concordance.
 class DebugViewer
           
 class TableViewer
           
 class TextViewer
          Displays the text of the source material and shows annotations within that text.
 class TreeTableViewer
          Displays annotations in a tree layout.
 class TreeViewer
          Displays annotations in a tree layout.
 class TypeTextViewer
           
 class Viewer
          Abstract component which can be extended for creating most visual displays of the source media on which annotation are being made.
 



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