| Interface | Description |
|---|---|
| Transition |
An interface which defines a transition type in the shift-reduce
parser.
|
| Class | Description |
|---|---|
| BaseModel | |
| BasicFeatureFactory | |
| BinaryTransition |
Transition that makes a binary parse node in a partially finished tree.
|
| CombinationFeatureFactory |
Combines multiple feature factories into one feature factory
|
| CompoundUnaryTransition |
Transition that makes a compound unary parse node in a partially
finished tree.
|
| CreateTransitionSequence | |
| DistsimFeatureFactory |
Featurizes words based only on their distributional similarity classes.
|
| FeatureFactory | |
| FinalizeTransition |
Transition that finishes the processing of a state
|
| IdleTransition |
Transition that literally does nothing
|
| PerceptronModel | |
| ReorderingOracle |
A second attempt at making an oracle.
|
| ShiftReduceOptions | |
| ShiftReduceParser |
A shift-reduce constituency parser.
|
| ShiftReduceParserQuery | |
| ShiftReduceTestOptions | |
| ShiftReduceTrainOptions | |
| ShiftTransition |
Transition that moves a single item from the front of the queue to
the top of the stack without making any other changes.
|
| State |
A class which encodes the current state of the parsing.
|
| TreeRecorder |
Outputs either binarized or debinarized trees to a given filename.
|
| UnaryTransition |
Transition that makes a unary parse node in a partially finished tree.
|
| Weight |
Stores one row of the sparse matrix which makes up the multiclass perceptron.
|
| Enum | Description |
|---|---|
| BinaryTransition.Side | |
| ShiftReduceTrainOptions.TrainingMethod | |
| State.HeadPosition |
Used to describe the relative location of separators to the head of a subtree
|
| TreeRecorder.Mode |