|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestSimilarityModel | |
---|---|
opennlp.tools.coref.resolver | Package related to resolution techniques for coreference resolution. |
opennlp.tools.coref.sim | Package related to the modeling mention similarity for coreference resolution. |
Uses of TestSimilarityModel in opennlp.tools.coref.resolver |
---|
Methods in opennlp.tools.coref.resolver with parameters of type TestSimilarityModel | |
---|---|
static List<String> |
ResolverUtils.getCompatibilityFeatures(MentionContext mention,
DiscourseEntity entity,
TestSimilarityModel simModel)
Returns features indicating whether the specified mention and the specified entity are compatible. |
static String |
ResolverUtils.getSemanticCompatibilityFeature(MentionContext ec,
DiscourseEntity de,
TestSimilarityModel simModel)
|
static void |
MaxentResolver.setSimilarityModel(TestSimilarityModel sm)
|
Uses of TestSimilarityModel in opennlp.tools.coref.sim |
---|
Classes in opennlp.tools.coref.sim that implement TestSimilarityModel | |
---|---|
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 TestSimilarityModel | |
---|---|
static TestSimilarityModel |
SimilarityModel.testModel(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |