Package | Description |
---|---|
opennlp.tools.coref.sim |
Package related to the modeling mention similarity for coreference resolution.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static TrainSimilarityModel |
GenderModel.trainModel(String name) |
static TrainSimilarityModel |
SimilarityModel.trainModel(String name) |
static TrainSimilarityModel |
NumberModel.trainModel(String modelName) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.