Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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 TestSimilarityModel |
SimilarityModel.testModel(String name) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.