|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.parser.lexparser.Item
public abstract class Item
Abstract class for parse items.
| Field Summary | |
|---|---|
Edge |
backEdge
|
int |
end
|
int |
head
|
double |
iScore
|
double |
oScore
|
int |
start
|
int |
state
|
int |
tag
|
| Constructor Summary | |
|---|---|
Item(boolean exhaustiveTest)
|
|
Item(Item item)
|
|
| Method Summary | |
|---|---|
boolean |
isEdge()
|
boolean |
isPostHook()
|
boolean |
isPreHook()
|
double |
score()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 Item(boolean exhaustiveTest)
public Item(Item item)
| Method Detail |
|---|
public double score()
score in interface Scoredpublic boolean isEdge()
public boolean isPreHook()
public boolean isPostHook()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||