| Class | Description |
|---|---|
| CategoricalFeatureExtractor |
Extracts string matching, speaker, distance, and document genre features from mentions.
|
| EmbeddingExtractor |
Extracts word-embedding features from mentions.
|
| ModelSerializer | |
| NeuralCorefAlgorithm |
Neural mention-ranking coreference model.
|
| NeuralCorefDataExporter |
Outputs the CoNLL data for training the neural coreference system
(implemented in python/theano).
|
| NeuralCorefModel |
Stores the weights and implements the matrix operations used by a
NeuralCorefAlgorithm |
| NeuralCorefProperties |
Manages the properties for training and running neural coreference systems.
|