| Class | Description |
|---|---|
| AbstractEvaluate | |
| BuildBinarizedDataset | |
| CollapseUnaryTransformer |
This transformer collapses chains of unary nodes so that the top
node is the only node left.
|
| Evaluate | |
| ReadSentimentDataset |
Reads the sentiment dataset and writes it to the appropriate files.
|
| RNNOptions | |
| RNNTestOptions |
Evaluation-only options for the RNN models
|
| RNNTrainOptions | |
| SentimentCoreAnnotations |
Annotations specific to the Sentiment project.
|
| SentimentCoreAnnotations.SentimentAnnotatedTree |
A tree which contains the annotations used for the Sentiment
task.
|
| SentimentCoreAnnotations.SentimentClass |
The final label given for a sentence.
|
| SentimentCostAndGradient | |
| SentimentModel | |
| SentimentPipeline |
A wrapper class which creates a suitable pipeline for the sentiment
model and processes raw text.
|
| SentimentTraining | |
| SentimentUtils |
In the Sentiment dataset converted to tree form, the labels on the
intermediate nodes are the sentiment scores and the leaves are the
text of the sentence.
|
| Exception | Description |
|---|---|
| ForwardPropagationException |
Runtime exception for when a tree is wrong in the forward
propagation.
|