Class Text2Classify


  • public class Text2Classify
    extends java.lang.Object
    Command line tool for classifying a sequence of instances directly from text input, without creating an instance list.

    Author:
    Gregory Druck, David Mimno
    • Constructor Summary

      Constructors 
      Constructor Description
      Text2Classify()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Text2Classify

        public Text2Classify()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.FileNotFoundException,
                                java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException