|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.Edge
public class Edge
Class for parse edges.
Field Summary | |
---|---|
Edge |
backEdge
|
Hook |
backHook
|
int |
end
|
int |
head
|
double |
iScore
|
double |
oScore
|
int |
start
|
int |
state
|
int |
tag
|
Constructor Summary | |
---|---|
Edge()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
boolean |
isEdge()
|
boolean |
isPostHook()
|
boolean |
isPreHook()
|
double |
score()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Hook backHook
public int start
public int end
public int state
public int head
public int tag
public Edge backEdge
public double iScore
public double oScore
Constructor Detail |
---|
public Edge()
Method Detail |
---|
public boolean isEdge()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public double score()
score
in interface Scored
public boolean isPreHook()
public boolean isPostHook()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |