edu.cmu.minorthird.text.learn
Interface TextClassifier

All Known Implementing Classes:
BinaryTextClassifier

public interface TextClassifier

Provides a way to find the score of a String rather than an instance

Author:
Cameron Williams

Method Summary
 double score(java.lang.String text)
          Returns the weight for a String being in the positive class
 

Method Detail

score

double score(java.lang.String text)
Returns the weight for a String being in the positive class