Class AcronymAnnotator
- java.lang.Object
-
- org.apache.uima.analysis_component.AnalysisComponent_ImplBase
-
- org.apache.uima.analysis_component.Annotator_ImplBase
-
- org.apache.uima.analysis_component.JCasAnnotator_ImplBase
-
- de.julielab.jcore.ae.acronymtagger.main.AcronymAnnotator
-
- All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
public class AcronymAnnotator extends org.apache.uima.analysis_component.JCasAnnotator_ImplBaseFinds fullforms for acronyms using the Schwartz/Hearst algorithm if no fullform was found, then the acronym can be looked in an -->AcronymList- Author:
- tusche, wermter, tomanek
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_ACROLISTstatic StringPARAM_CONSISTENCY_ANNOstatic StringPARAM_MAXLENGTH_FACTOR
-
Constructor Summary
Constructors Constructor Description AcronymAnnotator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(org.apache.uima.UimaContext aContext)voidprocess(org.apache.uima.jcas.JCas aJCas)-
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process
-
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
-
-
-
-
Field Detail
-
PARAM_ACROLIST
public static final String PARAM_ACROLIST
- See Also:
- Constant Field Values
-
PARAM_CONSISTENCY_ANNO
public static final String PARAM_CONSISTENCY_ANNO
- See Also:
- Constant Field Values
-
PARAM_MAXLENGTH_FACTOR
public static final String PARAM_MAXLENGTH_FACTOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(org.apache.uima.UimaContext aContext) throws org.apache.uima.resource.ResourceInitializationException- Specified by:
initializein interfaceorg.apache.uima.analysis_component.AnalysisComponent- Overrides:
initializein classorg.apache.uima.analysis_component.AnalysisComponent_ImplBase- Throws:
org.apache.uima.resource.ResourceInitializationException
-
process
public void process(org.apache.uima.jcas.JCas aJCas)
- Specified by:
processin classorg.apache.uima.analysis_component.JCasAnnotator_ImplBase
-
-