|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrainSimilarityModel | |
---|---|
opennlp.tools.coref.sim | Package related to the modeling mention similarity for coreference resolution. |
Uses of TrainSimilarityModel in opennlp.tools.coref.sim |
---|
Classes in opennlp.tools.coref.sim that implement TrainSimilarityModel | |
---|---|
class |
GenderModel
Class which models the gender of a particular mentions and entities made up of mentions. |
class |
NumberModel
Class which models the number of particular mentions and the entities made up of mentions. |
class |
SimilarityModel
Models semantic similarity between two mentions and returns a score based on how semantically comparable the mentions are with one another. |
Methods in opennlp.tools.coref.sim that return TrainSimilarityModel | |
---|---|
static TrainSimilarityModel |
SimilarityModel.trainModel(String name)
|
static TrainSimilarityModel |
NumberModel.trainModel(String modelName)
|
static TrainSimilarityModel |
GenderModel.trainModel(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |