Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
P
R
S
T
U
S
ScoreChart
- Class in
up
A chart that holds scores of spans.
ScoreChart(int, int)
- Constructor for class up.
ScoreChart
Construct a new chart.
seal()
- Method in class up.
Grammar
Seals the grammar.
set(int, int, int, Backpointer)
- Method in class up.
BackpointerChart
Replaces the backpointer for the specified span in this chart with the specified value.
set(int, int, int, double)
- Method in class up.
ScoreChart
Replaces the backpointer for the specified span in this chart with the specified value.
setLabel(String)
- Method in class up.
Tree
Replaces the label of the root node of this tree with the specified label.
setScore(double)
- Method in class up.
Rule
Replaces the score of this rule with the specified value.
setSuccessor(TreeHandler)
- Method in class up.
DefaultTreeHandler
Replaces the successor of this handler with the specified handler.
SimpleParser
- Class in
up
A simple chart-based CKY parser.
SimpleParser(Grammar)
- Constructor for class up.
SimpleParser
Constructs a new parser for the specified grammar.
splice(TreePredicate)
- Method in class up.
Tree
Returns a copy of this tree, with all nodes to which the specified predicate applies spliced out.
StupidParser
- Class in
up
A fallback implementation of the
Parser
interface.
StupidParser(Grammar)
- Constructor for class up.
StupidParser
Constructs a new parser based on the specified grammar.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
P
R
S
T
U