CSE494
Class IndexHTML

java.lang.Object
  |
  +--CSE494.IndexHTML

public class IndexHTML
extends java.lang.Object

Generate index for the documents crawled from the web. Removes HTML specific words.


Constructor Summary
IndexHTML()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Usage : java IndexHTML [-create] [-index ]
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexHTML

public IndexHTML()
Method Detail

main

public static void main(java.lang.String[] argv)
Usage : java IndexHTML [-create] [-index ]