Uses of Class
net.sf.eos.document.EosDocument

Packages that use EosDocument
net.sf.eos.document Contains the base document for all εοs data. 
net.sf.eos.hadoop.mapred Contains the base infrastructure for mapreduce handling. 
net.sf.eos.hadoop.mapred.cooccurrence Main task of the εοs-toolkit mapreduce system to support cooccurrence based entity oriented search. 
net.sf.eos.hadoop.mapred.decompose Decomposes a text into it sentences in a mapreduce task. 
net.sf.eos.lucene εοs based on Lucene
net.sf.eos.sentence It is essential to eleminate double sentences in a corpus with respect to additional metadata. 
 

Uses of EosDocument in net.sf.eos.document
 

Methods in net.sf.eos.document that return EosDocument
 EosDocument XmlSerializer.deserialize(Reader in)
           
abstract  EosDocument Serializer.deserialize(Reader in)
          Implementations must deserialize a EosDocument which are serialized by Serializer.serialize(EosDocument,Writer).
 EosDocument XmlSerializer.XmlEosDocumentHandler.getDocument()
          Returns a document, constructed from the value of the parser.
 

Methods in net.sf.eos.document with parameters of type EosDocument
 void XmlSerializer.serialize(EosDocument doc, Writer out)
           
abstract  void Serializer.serialize(EosDocument doc, Writer out)
          Implementations serializes the content of an EosDocument thru the given writer
 

Uses of EosDocument in net.sf.eos.hadoop.mapred
 

Methods in net.sf.eos.hadoop.mapred that return EosDocument
protected  EosDocument EosDocumentSupportMapReduceBase.textToEosDocument(Text eosDoc)
          Transforms a Hadoop Text to an EosDocument.
 

Methods in net.sf.eos.hadoop.mapred that return types with arguments of type EosDocument
 Map<K,EosDocument> KeyGenerator.createKeysForDocument(EosDocument doc)
          Creates a new key.
 

Methods in net.sf.eos.hadoop.mapred with parameters of type EosDocument
 Map<K,EosDocument> KeyGenerator.createKeysForDocument(EosDocument doc)
          Creates a new key.
protected  Text EosDocumentSupportMapReduceBase.eosDocumentToText(EosDocument doc)
          Transforms a EosDocument to an Hadoop Text.
 

Uses of EosDocument in net.sf.eos.hadoop.mapred.cooccurrence
 

Methods in net.sf.eos.hadoop.mapred.cooccurrence that return types with arguments of type EosDocument
 Map<Text,EosDocument> IdMetadataKeyGenerator.createKeysForDocument(EosDocument doc)
           
 Map<Text,EosDocument> DictionaryBasedEntityIdKeyGenerator.createKeysForDocument(EosDocument doc)
           
 

Methods in net.sf.eos.hadoop.mapred.cooccurrence with parameters of type EosDocument
 Map<Text,EosDocument> IdMetadataKeyGenerator.createKeysForDocument(EosDocument doc)
           
 Map<Text,EosDocument> DictionaryBasedEntityIdKeyGenerator.createKeysForDocument(EosDocument doc)
           
 

Uses of EosDocument in net.sf.eos.hadoop.mapred.decompose
 

Methods in net.sf.eos.hadoop.mapred.decompose that return types with arguments of type EosDocument
 Map<Text,EosDocument> TextMetaKeyGenerator.createKeysForDocument(EosDocument doc)
           
 

Methods in net.sf.eos.hadoop.mapred.decompose with parameters of type EosDocument
 Map<Text,EosDocument> TextMetaKeyGenerator.createKeysForDocument(EosDocument doc)
           
 

Uses of EosDocument in net.sf.eos.lucene
 

Methods in net.sf.eos.lucene with parameters of type EosDocument
abstract  org.apache.lucene.document.Document LuceneDocumentCreator.createLuceneForEosDocument(EosDocument doc)
          Creates a Lucene Document for a given EosDocument.
 org.apache.lucene.document.Document DefaultLuceneDocumentCreator.createLuceneForEosDocument(EosDocument doc)
          Creates a new document.
 

Uses of EosDocument in net.sf.eos.sentence
 

Methods in net.sf.eos.sentence that return types with arguments of type EosDocument
abstract  Map<String,EosDocument> Sentencer.toSentenceDocuments(EosDocument doc, SentenceTokenizer sentencer, ResettableTokenizer tokenizer, TextBuilder builder)
          Fragments a document into documents of sentences.
 Map<String,EosDocument> DefaultSentencer.toSentenceDocuments(EosDocument doc, SentenceTokenizer sentencer, ResettableTokenizer tokenizer, TextBuilder builder)
           
 

Methods in net.sf.eos.sentence with parameters of type EosDocument
abstract  Map<String,EosDocument> Sentencer.toSentenceDocuments(EosDocument doc, SentenceTokenizer sentencer, ResettableTokenizer tokenizer, TextBuilder builder)
          Fragments a document into documents of sentences.
 Map<String,EosDocument> DefaultSentencer.toSentenceDocuments(EosDocument doc, SentenceTokenizer sentencer, ResettableTokenizer tokenizer, TextBuilder builder)
           
 



Copyright © 2008. All Rights Reserved.