JavaScript is disabled on your browser.
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.fit.component.JCasAnnotator_ImplBase
de.tudarmstadt.ukp.dkpro.core.jazzy.CorrectionsContextualizer
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
public class CorrectionsContextualizer
extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
This component assumes that some spell checker has already been applied upstream (e.g. Jazzy).
It then uses ngram frequencies from a frequency provider in order to rank the provided corrections.
Method Summary
Methods inherited from class org.apache.uima.fit.component.JCasAnnotator_ImplBase
getLogger
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
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecification
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt . All rights reserved.