|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scorer
Interface for supporting A* scoring.
Method Summary | |
---|---|
boolean |
iPossible(edu.stanford.nlp.parser.lexparser.Hook hook)
|
double |
iScore(Edge edge)
|
boolean |
oPossible(edu.stanford.nlp.parser.lexparser.Hook hook)
|
double |
oScore(Edge edge)
|
boolean |
parse(List words)
|
Method Detail |
---|
double oScore(Edge edge)
double iScore(Edge edge)
boolean oPossible(edu.stanford.nlp.parser.lexparser.Hook hook)
boolean iPossible(edu.stanford.nlp.parser.lexparser.Hook hook)
boolean parse(List words)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |