|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.Rule
public class Rule
Parent class for unary and binary rules.
Field Summary | |
---|---|
int |
parent
|
float |
score
|
Constructor Summary | |
---|---|
Rule()
|
Method Summary | |
---|---|
boolean |
isUnary()
|
float |
score()
|
static java.util.Comparator<Rule> |
scoreComparator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int parent
public float score
Constructor Detail |
---|
public Rule()
Method Detail |
---|
public float score()
public boolean isUnary()
public static java.util.Comparator<Rule> scoreComparator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |