Uses of Class
edu.washington.cs.knowitall.nlp.ChunkedDocument

Packages that use ChunkedDocument
edu.washington.cs.knowitall.nlp   
 

Uses of ChunkedDocument in edu.washington.cs.knowitall.nlp
 

Methods in edu.washington.cs.knowitall.nlp that return ChunkedDocument
 ChunkedDocument ChunkedDocumentReader.readDocument(File file)
          Reads a document from the given file, using File.getAbsolutePath() as the id of the document.
 ChunkedDocument ChunkedDocumentReader.readDocument(InputStream input, String id)
          Reads a document from the input, assigning it the given id
 ChunkedDocument ChunkedDocumentReader.readDocument(String docStr, String id)
          Reads a document from the given string, assigning it the given id
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.