opennlp.tools.coref.sim
Class MaxentCompatibilityModel

java.lang.Object
  extended by opennlp.tools.coref.sim.MaxentCompatibilityModel

public class MaxentCompatibilityModel
extends Object

Model of mention compatibiltiy using a maxent model.


Constructor Summary
MaxentCompatibilityModel(String corefProject)
           
 
Method Summary
 Gender computeGender(Context c)
           
 Number computeNumber(Context c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxentCompatibilityModel

public MaxentCompatibilityModel(String corefProject)
                         throws IOException
Throws:
IOException
Method Detail

computeGender

public Gender computeGender(Context c)

computeNumber

public Number computeNumber(Context c)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.