idl.tmt
Class Main

java.lang.Object
  |
  +--idl.tmt.Main

public class Main
extends java.lang.Object

main entrypoint for command-line Text Mining Toolkit. TODO: Integrate (more) seamlessly w/ RB TODO: Develop way to extract other data from HTML files, like geo info TODO: document filter while parsing, to exclude docs from collection (maybe) TODO: Integrate w/ Java's logging system, instead of System.out TODO: add a mechanism to classify documents without building an indexed collection -- one at a time, for example TODO: add mechanism to save transformations without applying them, so we never write a dense matrix to disk. Created on May 5, 2004

Author:
jelsas

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

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