opennlp.tools.coref.sim
Interface TestNumberModel

All Known Implementing Classes:
NumberModel

public interface TestNumberModel

Interface for testing a number model.


Method Summary
 int getPluralIndex()
           
 int getSingularIndex()
           
 double[] numberDist(Context np1)
           
 

Method Detail

numberDist

double[] numberDist(Context np1)

getSingularIndex

int getSingularIndex()

getPluralIndex

int getPluralIndex()


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