opennlp.tools.coref.sim
Interface TestSimilarityModel

All Known Implementing Classes:
SimilarityModel

public interface TestSimilarityModel

Interface for testing a similarity model.


Method Summary
 double compatible(Context np1, Context np2)
           
 

Method Detail

compatible

double compatible(Context np1,
                  Context np2)


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