public class NegationDepRegex extends Object
Modifier and Type | Field and Description |
---|---|
Set<String> |
_boundaryWordSet |
Set<String> |
iv_copulaSet |
Set<String> |
iv_modalVerbsSet |
Set<String> |
iv_negAdjectivesSet |
Set<String> |
iv_negCollocSet |
Set<String> |
iv_negColPartSet |
Set<String> |
iv_negDeterminersSet |
Set<String> |
iv_negDetPlusPrepSet |
Set<String> |
iv_negParticlesSet |
Set<String> |
iv_negPrepositionsSet |
Set<String> |
iv_negVerbsSet |
Set<String> |
iv_regNounsSet |
Set<String> |
iv_regPrepositionsSet |
Set<String> |
iv_regVerbsSet |
List<DependencyRegex> |
regexSet |
Set<String> |
rel_conjunctSet |
Constructor and Description |
---|
NegationDepRegex()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
initialize() |
boolean |
isBoundary(org.apache.uima.jcas.tcas.Annotation contextAnnotation,
int scopeOrientation) |
public List<DependencyRegex> regexSet
public NegationDepRegex()
org.apache.uima.resource.ResourceInitializationException
public void initialize()
public boolean isBoundary(org.apache.uima.jcas.tcas.Annotation contextAnnotation, int scopeOrientation) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.