edu.cmu.minorthird.text
Class BOWClassifierWrapper

java.lang.Object
  extended by edu.cmu.minorthird.text.BOWClassifierWrapper

Deprecated.

public class BOWClassifierWrapper
extends java.lang.Object

Use a bag-of-words classifier to classify strings.

Don't use this: the class text/learn/ClassifierAnnotator is preferable in everyway. This class will eventually be removed from Minorthird.


Constructor Summary
BOWClassifierWrapper(java.io.File file)
          Deprecated.  
BOWClassifierWrapper(java.io.InputStream in)
          Deprecated.  
 
Method Summary
 double getScore(java.lang.String string)
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOWClassifierWrapper

public BOWClassifierWrapper(java.io.File file)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

BOWClassifierWrapper

public BOWClassifierWrapper(java.io.InputStream in)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

getScore

public double getScore(java.lang.String string)
Deprecated. 

main

public static void main(java.lang.String[] args)
Deprecated.