JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.stanford.nlp.parser.lexparser
Interface Rule
All Known Implementing Classes:
BinaryRule
,
UnaryRule
public interface
Rule
Interface for int-format grammar rules. This replaces the class that used to be a superclass for UnaryRule and BinaryRule.
Author:
Christopher Manning
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
parent
()
float
score
()
Method Detail
score
float score()
parent
int parent()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Stanford NLP Group