gate.creole
Interface ANNIEConstants
- All Known Implementing Classes:
- AbstractProcessingResource, APFormatExporter, DocumentEditor, MainFrame.LoadANNIEWithDefaultsAction, MainFrame.LoadANNIEWithoutDefaultsAction, MainFrame.LoadANNIEWithoutDefaultsAction1, NominalCoref, OrthoMatcher, PronominalCoref, SimpleFeatureMapImpl
- public interface ANNIEConstants
This interface defines constants used by the ANNIE processing resources.
PR_NAMES
public static final String[] PR_NAMES
- This is an array of strings containing all class names for all ANNIE PRs
DOCUMENT_COREF_FEATURE_NAME
public static final String DOCUMENT_COREF_FEATURE_NAME
- The name of the feature on Documents that holds coreference matches.
- See Also:
- Constant Field Values
ANNOTATION_COREF_FEATURE_NAME
public static final String ANNOTATION_COREF_FEATURE_NAME
- The name of the feature on Annotations that holds coreference matches.
- See Also:
- Constant Field Values
TOKEN_ANNOTATION_TYPE
public static final String TOKEN_ANNOTATION_TYPE
- See Also:
- Constant Field Values
TOKEN_STRING_FEATURE_NAME
public static final String TOKEN_STRING_FEATURE_NAME
- See Also:
- Constant Field Values
TOKEN_CATEGORY_FEATURE_NAME
public static final String TOKEN_CATEGORY_FEATURE_NAME
- See Also:
- Constant Field Values
TOKEN_KIND_FEATURE_NAME
public static final String TOKEN_KIND_FEATURE_NAME
- See Also:
- Constant Field Values
TOKEN_LENGTH_FEATURE_NAME
public static final String TOKEN_LENGTH_FEATURE_NAME
- See Also:
- Constant Field Values
TOKEN_ORTH_FEATURE_NAME
public static final String TOKEN_ORTH_FEATURE_NAME
- See Also:
- Constant Field Values
SPACE_TOKEN_ANNOTATION_TYPE
public static final String SPACE_TOKEN_ANNOTATION_TYPE
- See Also:
- Constant Field Values
LOOKUP_ANNOTATION_TYPE
public static final String LOOKUP_ANNOTATION_TYPE
- See Also:
- Constant Field Values
LOOKUP_MAJOR_TYPE_FEATURE_NAME
public static final String LOOKUP_MAJOR_TYPE_FEATURE_NAME
- See Also:
- Constant Field Values
LOOKUP_MINOR_TYPE_FEATURE_NAME
public static final String LOOKUP_MINOR_TYPE_FEATURE_NAME
- See Also:
- Constant Field Values
LOOKUP_ONTOLOGY_FEATURE_NAME
public static final String LOOKUP_ONTOLOGY_FEATURE_NAME
- See Also:
- Constant Field Values
LOOKUP_CLASS_FEATURE_NAME
public static final String LOOKUP_CLASS_FEATURE_NAME
- See Also:
- Constant Field Values
SENTENCE_ANNOTATION_TYPE
public static final String SENTENCE_ANNOTATION_TYPE
- See Also:
- Constant Field Values
PERSON_ANNOTATION_TYPE
public static final String PERSON_ANNOTATION_TYPE
- See Also:
- Constant Field Values
PERSON_GENDER_FEATURE_NAME
public static final String PERSON_GENDER_FEATURE_NAME
- See Also:
- Constant Field Values
ORGANIZATION_ANNOTATION_TYPE
public static final String ORGANIZATION_ANNOTATION_TYPE
- See Also:
- Constant Field Values
LOCATION_ANNOTATION_TYPE
public static final String LOCATION_ANNOTATION_TYPE
- See Also:
- Constant Field Values
MONEY_ANNOTATION_TYPE
public static final String MONEY_ANNOTATION_TYPE
- See Also:
- Constant Field Values
DATE_ANNOTATION_TYPE
public static final String DATE_ANNOTATION_TYPE
- See Also:
- Constant Field Values