Class Text2Vectors


  • public class Text2Vectors
    extends java.lang.Object
    Convert document files into vectors (a persistent instance list).
    Author:
    Andrew McCallum mccallum@cs.umass.edu
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String defaultTokenRegex  
    • Constructor Summary

      Constructors 
      Constructor Description
      Text2Vectors()  
    • 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
    • Field Detail

      • defaultTokenRegex

        public static java.lang.String defaultTokenRegex
    • Constructor Detail

      • Text2Vectors

        public Text2Vectors()
    • 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