Uses of Class
lingscope.algorithms.Annotator
-
Packages that use Annotator Package Description lingscope.algorithms lingscope.drivers -
-
Uses of Annotator in lingscope.algorithms
Subclasses of Annotator in lingscope.algorithms Modifier and Type Class Description classBaselineAnnotatorThe baseline annotatorclassBaselineCueAnnotatorclassBaselineScopeAnnotatorclassCrfAnnotatorA CRF based annotatorclassNegexAnnotatorAnnotates negation using NegexclassNegexCueAnnotatorclassNegexScopeAnnotator -
Uses of Annotator in lingscope.drivers
Methods in lingscope.drivers that return Annotator Modifier and Type Method Description static AnnotatorSentenceTagger. getAnnotator(String classifierType, String markType)Gets the Annotator from the given classifier and mark typeMethods in lingscope.drivers with parameters of type Annotator Modifier and Type Method Description static List<AnnotatedSentence>SentenceTagger. annotateSentences(Annotator annotator, List<String> inputSentences, boolean isTokenized)static AnnotatedSentenceSentenceTagger. tag(Annotator annotator, String sentence, boolean isTokenized)Tags the given sentence with the given annotatorstatic voidSentencePosTagger. tagSentence(String sentence, String grammarFile, boolean replaceCueWords, Annotator cueAnnotator, Annotator scopeAnnotator)Tags the given sentence
-