See: Description
| Interface | Description |
|---|---|
| TestGenderModel |
Interface for testing a gender model.
|
| TestNumberModel |
Interface for testing a number model.
|
| TestSimilarityModel |
Interface for testing a similarity model.
|
| TrainSimilarityModel |
Interface for training a similarity, gender, or number model.
|
| Class | Description |
|---|---|
| Context |
Specifies the context of a mention for computing gender, number, and semantic compatibility.
|
| Gender |
Class which models the gender of an entity and the confidence of that association.
|
| GenderEnum |
Enumeration of gender types.
|
| GenderModel |
Class which models the gender of a particular mentions and entities made up of mentions.
|
| MaxentCompatibilityModel |
Model of mention compatibiltiy using a maxent model.
|
| Number |
Class which models the number of an entity and the confidence of that association.
|
| NumberEnum |
Enumeration of number types.
|
| NumberModel |
Class which models the number of particular mentions and the entities made up of mentions.
|
| SemanticCompatibility |
Class which models the semantic compatibility of an enity and the confidence of that association.
|
| SemanticEnum | |
| SimilarityModel |
Models semantic similarity between two mentions and returns a score based on
how semantically comparable the mentions are with one another.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.