Uses of Interface
gov.llnl.ontology.text.Document

Packages that use Document
gov.llnl.ontology.mapreduce.table   
gov.llnl.ontology.text   
gov.llnl.ontology.text.corpora   
gov.llnl.ontology.text.hbase   
 

Uses of Document in gov.llnl.ontology.mapreduce.table
 

Methods in gov.llnl.ontology.mapreduce.table that return Document
 Document TrinidadTable.document(org.apache.hadoop.hbase.client.Result row)
          Returns the Document associated with this row.
 Document CorpusTable.document(org.apache.hadoop.hbase.client.Result row)
          Returns the Document associated with this row.
 

Methods in gov.llnl.ontology.mapreduce.table with parameters of type Document
 void TrinidadTable.put(Document document)
          Stores the text of Document in this CorpusTable.
 void CorpusTable.put(Document document)
          Stores the text of Document in this CorpusTable.
 

Uses of Document in gov.llnl.ontology.text
 

Classes in gov.llnl.ontology.text that implement Document
 class SimpleDocument
          A simple struct based implementation of a Document.
 

Methods in gov.llnl.ontology.text that return Document
 Document DocumentReader.readDocument(String doc)
          Returns a Document represented by the given string.
 Document DocumentReader.readDocument(String doc, String corpusName)
          Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
 

Uses of Document in gov.llnl.ontology.text.corpora
 

Classes in gov.llnl.ontology.text.corpora that implement Document
 class NYTCorpusDocument
          NYTimesLDCDocument
Created: Jun 17, 2008
Author: Evan Sandhaus (sandhes@nytimes.com)
 

Methods in gov.llnl.ontology.text.corpora that return Document
 Document SenseEval2007DocumentReader.readDocument(String doc)
          Returns a Document represented by the given string.
 Document UkWacDocumentReader.readDocument(String doc)
          Returns a Document represented by the given string.
 Document SemEval2010TrainDocumentReader.readDocument(String doc)
          Returns a Document represented by the given string.
 Document PubMedDocumentReader.readDocument(String originalText)
          Returns a Document represented by the given string.
 Document SenseEval2007DocumentReader.readDocument(String doc, String corpusName)
          Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
 Document UkWacDocumentReader.readDocument(String doc, String corpusName)
          Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
 Document SemEval2010TrainDocumentReader.readDocument(String doc, String corpusName)
          Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
 Document PubMedDocumentReader.readDocument(String originalText, String corpusName)
          Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
 

Uses of Document in gov.llnl.ontology.text.hbase
 

Classes in gov.llnl.ontology.text.hbase that implement Document
 class DynamicDocument
           
 



Copyright © 2010-2011. All Rights Reserved.