Uses of Interface
gate.creole.orthomatcher.AnnotationOrthography

Packages that use AnnotationOrthography
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
 

Uses of AnnotationOrthography in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement AnnotationOrthography
 class BasicAnnotationOrthography
           
 

Methods in gate.creole.orthomatcher that return AnnotationOrthography
 AnnotationOrthography OrthoMatcher.getOrthography()
           
 

Methods in gate.creole.orthomatcher with parameters of type AnnotationOrthography
 void OrthoMatcher.setOrthography(AnnotationOrthography orthography)
           
 

Uses of AnnotationOrthography in gate.creole.orthomatcher.SampleOrthoMatcher
 

Classes in gate.creole.orthomatcher.SampleOrthoMatcher that implement AnnotationOrthography
 class SampleAnnotationOrthography
           
 

Constructors in gate.creole.orthomatcher.SampleOrthoMatcher with parameters of type AnnotationOrthography
SampleAnnotationOrthography(String personType, boolean extLists, AnnotationOrthography defaultOrthography)