|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object opennlp.tools.coref.resolver.DefaultNonReferentialResolver
public class DefaultNonReferentialResolver
Default implementation of the NonReferentialResolver
interface.
Constructor Summary | |
---|---|
DefaultNonReferentialResolver(String projectName,
String name,
ResolverMode mode)
|
Method Summary | |
---|---|
void |
addEvent(MentionContext ec)
Designates that the specified mention be used for training. |
protected List<String> |
getFeatures(MentionContext mention)
|
protected List<String> |
getNonReferentialFeatures(MentionContext mention)
Returns a list of features used to predict whether the specified mention is non-referential. |
double |
getNonReferentialProbability(MentionContext mention)
Returns the probability that the specified mention doesn't refer to any previous mention. |
void |
train()
Trains a model based on the events given to this resolver via #addEvent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultNonReferentialResolver(String projectName, String name, ResolverMode mode) throws IOException
IOException
Method Detail |
---|
public double getNonReferentialProbability(MentionContext mention)
NonReferentialResolver
getNonReferentialProbability
in interface NonReferentialResolver
mention
- The mention under consideration.
public void addEvent(MentionContext ec)
NonReferentialResolver
addEvent
in interface NonReferentialResolver
ec
- The mention to be used. The mention id is used to determine
whether this mention is referential or non-referential.protected List<String> getFeatures(MentionContext mention)
protected List<String> getNonReferentialFeatures(MentionContext mention)
mention
- The mention under consideration.
public void train() throws IOException
NonReferentialResolver
train
in interface NonReferentialResolver
IOException
- When the model can not be written out.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |