Package lingscope.algorithms
Class NegexScopeAnnotator
- java.lang.Object
-
- lingscope.algorithms.Annotator
-
- lingscope.algorithms.NegexAnnotator
-
- lingscope.algorithms.NegexScopeAnnotator
-
public class NegexScopeAnnotator extends NegexAnnotator
- Author:
- shashank
-
-
Constructor Summary
Constructors Constructor Description NegexScopeAnnotator(String beginTag, String interTag, String otherTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedSentenceannotateSentence(String sentence, boolean isTokenized)-
Methods inherited from class lingscope.algorithms.NegexAnnotator
loadAnnotator, serializeAnnotator
-
Methods inherited from class lingscope.algorithms.Annotator
isTargetNegated, loadAnnotator
-
-
-
-
Method Detail
-
annotateSentence
public AnnotatedSentence annotateSentence(String sentence, boolean isTokenized)
- Specified by:
annotateSentencein classAnnotator
-
-