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