gate.creole
Class ANNIETransducer
java.lang.Object
gate.util.AbstractFeatureBearer
gate.creole.AbstractResource
gate.creole.AbstractProcessingResource
gate.creole.AbstractLanguageAnalyser
gate.creole.Transducer
gate.creole.ANNIETransducer
- All Implemented Interfaces:
- ANNIEConstants, Executable, ActionsPublisher, LanguageAnalyser, ProcessingResource, Resource, FeatureBearer, NameBearer, Serializable
public class ANNIETransducer
- extends Transducer
The ANNIE named entity transducer.
This is a JAPE transducer and this class is here to allow the specification
in creole.xml of a default grammar to be used in .
- See Also:
- Serialized Form
Fields inherited from class gate.creole.Transducer |
actionList, batch, binaryGrammarURL, enableDebugging, encoding, grammarURL, inputASName, ontology, outputASName, TRANSD_BINARY_GRAMMAR_URL_PARAMETER_NAME, TRANSD_DOCUMENT_PARAMETER_NAME, TRANSD_ENCODING_PARAMETER_NAME, TRANSD_GRAMMAR_URL_PARAMETER_NAME, TRANSD_INPUT_AS_PARAMETER_NAME, TRANSD_OUTPUT_AS_PARAMETER_NAME |
Fields inherited from interface gate.creole.ANNIEConstants |
ANNOTATION_COREF_FEATURE_NAME, DATE_ANNOTATION_TYPE, DATE_POSTED_ANNOTATION_TYPE, DOCUMENT_COREF_FEATURE_NAME, JOB_ID_ANNOTATION_TYPE, LOCATION_ANNOTATION_TYPE, LOOKUP_ANNOTATION_TYPE, LOOKUP_CLASS_FEATURE_NAME, LOOKUP_MAJOR_TYPE_FEATURE_NAME, LOOKUP_MINOR_TYPE_FEATURE_NAME, LOOKUP_ONTOLOGY_FEATURE_NAME, MONEY_ANNOTATION_TYPE, ORGANIZATION_ANNOTATION_TYPE, PERSON_ANNOTATION_TYPE, PERSON_GENDER_FEATURE_NAME, PR_NAMES, SENTENCE_ANNOTATION_TYPE, SPACE_TOKEN_ANNOTATION_TYPE, TOKEN_ANNOTATION_TYPE, TOKEN_CATEGORY_FEATURE_NAME, TOKEN_KIND_FEATURE_NAME, TOKEN_LENGTH_FEATURE_NAME, TOKEN_ORTH_FEATURE_NAME, TOKEN_STRING_FEATURE_NAME |
Methods inherited from class gate.creole.Transducer |
execute, getActions, getBinaryGrammarURL, getEnableDebugging, getEncoding, getGrammarURL, getInputASName, getOntology, getOutputASName, init, interrupt, setBinaryGrammarURL, setEnableDebugging, setEncoding, setGrammarURL, setInputASName, setOntology, setOutputASName |
Methods inherited from class gate.creole.AbstractResource |
checkParameterValues, getBeanInfo, getName, getParameterValue, getParameterValue, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANNIETransducer
public ANNIETransducer()