Uses of Class
org.annotation.wordfreak.scheme.AnnotationScheme

Packages that use AnnotationScheme
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
 

Uses of AnnotationScheme in org.annotation.wordfreak.scheme
 

Subclasses of AnnotationScheme in org.annotation.wordfreak.scheme
 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
           
 

Methods in org.annotation.wordfreak.scheme with parameters of type AnnotationScheme
 void AdjudicationSchemeNavigator.addScheme(AnnotationScheme s)
           
 void AdjudicationSchemeNavigator.up(AnnotationScheme as)
           
 void AdjudicationSchemeNavigator.down(AnnotationScheme as)
           
 void AdjudicationSchemeNavigator.prev(AnnotationScheme as)
           
 void AdjudicationSchemeNavigator.next(AnnotationScheme as)
           
 void AdjudicationSchemeNavigator.prevFile(AnnotationScheme as)
           
 void AdjudicationSchemeNavigator.nextFile(AnnotationScheme as)
           
 void AdjudicationSchemeNavigator.alignOthers(AnnotationScheme scheme)
           
 int AdjudicationSchemeNavigator.followThePath2(javax.swing.tree.TreeNode[] path, AnnotationScheme as, AnnotationScheme scheme)
           
 

Constructors in org.annotation.wordfreak.scheme with parameters of type AnnotationScheme
AdjudicationSchemeNavigator(AnnotationScheme s)
           
DefaultSchemeNavigator(AnnotationScheme s)
           
 



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