org.apache.ctakes.assertion.util
Class NegationDepRegex

java.lang.Object
  extended by org.apache.ctakes.assertion.util.NegationDepRegex

public class NegationDepRegex
extends Object

Author:
m081914

Field Summary
 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 Summary
NegationDepRegex()
          Constructor
 
Method Summary
 void initialize()
           
 boolean isBoundary(org.apache.uima.jcas.tcas.Annotation contextAnnotation, int scopeOrientation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iv_modalVerbsSet

public Set<String> iv_modalVerbsSet

iv_negParticlesSet

public Set<String> iv_negParticlesSet

iv_regVerbsSet

public Set<String> iv_regVerbsSet

iv_negVerbsSet

public Set<String> iv_negVerbsSet

iv_negPrepositionsSet

public Set<String> iv_negPrepositionsSet

iv_negDeterminersSet

public Set<String> iv_negDeterminersSet

iv_regNounsSet

public Set<String> iv_regNounsSet

iv_regPrepositionsSet

public Set<String> iv_regPrepositionsSet

iv_negAdjectivesSet

public Set<String> iv_negAdjectivesSet

iv_negCollocSet

public Set<String> iv_negCollocSet

iv_negColPartSet

public Set<String> iv_negColPartSet

rel_conjunctSet

public Set<String> rel_conjunctSet

iv_copulaSet

public Set<String> iv_copulaSet

iv_negDetPlusPrepSet

public Set<String> iv_negDetPlusPrepSet

_boundaryWordSet

public Set<String> _boundaryWordSet

regexSet

public List<DependencyRegex> regexSet
Constructor Detail

NegationDepRegex

public NegationDepRegex()
Constructor

Throws:
org.apache.uima.resource.ResourceInitializationException
Method Detail

initialize

public void initialize()

isBoundary

public boolean isBoundary(org.apache.uima.jcas.tcas.Annotation contextAnnotation,
                          int scopeOrientation)
                   throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.