edu.stanford.nlp.parser.lexparser
Class DependencyGrammar.EndHead

java.lang.Object
  |
  +--edu.stanford.nlp.parser.lexparser.DependencyGrammar.EndHead
Enclosing class:
edu.stanford.nlp.parser.lexparser.DependencyGrammar

protected static class DependencyGrammar.EndHead
extends Object


Field Summary
 int end
           
 int head
           
 
Constructor Summary
protected DependencyGrammar.EndHead()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

end

public int end

head

public int head
Constructor Detail

DependencyGrammar.EndHead

protected DependencyGrammar.EndHead()


Stanford NLP Group