opennlp.tools.coref.sim
Class MaxentCompatibilityModel
java.lang.Object
opennlp.tools.coref.sim.MaxentCompatibilityModel
public class MaxentCompatibilityModel
- extends Object
Model of mention compatibiltiy using a maxent model.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxentCompatibilityModel
public MaxentCompatibilityModel(String corefProject)
throws IOException
- Throws:
IOException
computeGender
public Gender computeGender(Context c)
computeNumber
public Number computeNumber(Context c)
Copyright © 2010. All Rights Reserved.