nl.telin.mymedia.apolda
Class Apolda
java.lang.Object
nl.telin.mymedia.apolda.Apolda
public class Apolda
- extends java.lang.Object
Field Summary |
protected java.util.Set<FSMState> |
fsmStates
A set containing all the states of the FSM backing the gazetteer |
protected FSMState |
initialState
The initial state of the FSM that backs this gazetteer |
Method Summary |
int |
analyze(JCas jCas,
Feature lemmaFeature,
Type tokenAnnotation)
|
boolean |
initialize(java.lang.String ontologyURI,
java.lang.String prefRepresentation,
java.lang.String altRepresentation,
java.lang.String sLanguage)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialState
protected FSMState initialState
- The initial state of the FSM that backs this gazetteer
fsmStates
protected java.util.Set<FSMState> fsmStates
- A set containing all the states of the FSM backing the gazetteer
Apolda
public Apolda()
initialize
public boolean initialize(java.lang.String ontologyURI,
java.lang.String prefRepresentation,
java.lang.String altRepresentation,
java.lang.String sLanguage)
analyze
public int analyze(JCas jCas,
Feature lemmaFeature,
Type tokenAnnotation)
throws AnnotatorProcessException
- Throws:
AnnotatorProcessException