Uses of Class
org.knowceans.corpus.parsers.SimpleDocument

Packages that use SimpleDocument
org.knowceans.corpus.parsers   
 

Uses of SimpleDocument in org.knowceans.corpus.parsers
 

Fields in org.knowceans.corpus.parsers with type parameters of type SimpleDocument
private  java.util.Vector<SimpleDocument> TxtParser.allDocs
           
 

Methods in org.knowceans.corpus.parsers that return types with arguments of type SimpleDocument
 java.util.Vector<SimpleDocument> TxtParser.parse(java.lang.String file, int mindl)
          opens the file and parses the content as one document
private  java.util.Vector<SimpleDocument> TxtParser.parseDir(java.lang.String sourcefile, int mindl)
          Parse directory by adding each XML file's content sequentially.