edu.stanford.nlp.parser.lexparser
Class Test.Constraint

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.Test.Constraint
Enclosing class:
Test

public static class Test.Constraint
extends Object


Field Summary
 int end
           
 int start
           
 Pattern state
           
 
Constructor Summary
Test.Constraint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

end

public int end

state

public Pattern state
Constructor Detail

Test.Constraint

public Test.Constraint()


Stanford NLP Group