| Package | Description |
|---|---|
| edu.washington.cs.knowitall.nlp |
| Modifier and Type | Method and Description |
|---|---|
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-2013 University of Washington CSE. All Rights Reserved.