Uses of Class
net.sf.eos.analyzer.TextBuilder

Packages that use TextBuilder
net.sf.eos.analyzer The package contains classes and patterns to support analyzing of CharSequence
net.sf.eos.entity Support for named entity recognizer. 
net.sf.eos.sentence It is essential to eleminate double sentences in a corpus with respect to additional metadata. 
net.sf.eos.trie Contains the base structure for memory based entity recognition. 
 

Uses of TextBuilder in net.sf.eos.analyzer
 

Subclasses of TextBuilder in net.sf.eos.analyzer
static class TextBuilder.SpaceBuilder
          Simple implementation concats all texts from the tokens delimited by space (ASCII 0x20).
 

Fields in net.sf.eos.analyzer declared as TextBuilder
static TextBuilder TextBuilder.SPACE_BUILDER
          Simple implementation concats all texts from the tokens delimited by space (ASCII 0x20).
 

Methods in net.sf.eos.analyzer that return TextBuilder
static TextBuilder TextBuilder.newInstance(Configuration config)
          Creates a new instance of a of the builder.
 

Uses of TextBuilder in net.sf.eos.entity
 

Methods in net.sf.eos.entity that return TextBuilder
 TextBuilder DictionaryBasedEntityRecognizer.getTextBuilder()
          Returns a setted builder.
 TextBuilder AbstractDictionaryBasedEntityRecognizer.getTextBuilder()
           
 

Methods in net.sf.eos.entity with parameters of type TextBuilder
 void DictionaryBasedEntityRecognizer.setTextBuilder(TextBuilder builder)
          Sets a builder.
 void AbstractDictionaryBasedEntityRecognizer.setTextBuilder(TextBuilder builder)
           
 

Uses of TextBuilder in net.sf.eos.sentence
 

Methods in net.sf.eos.sentence with parameters of type TextBuilder
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)
           
 

Uses of TextBuilder in net.sf.eos.trie
 

Methods in net.sf.eos.trie that return TextBuilder
 TextBuilder XmlTrieLoader.getTextBuilder()
          Returns a setted builder.
 

Methods in net.sf.eos.trie with parameters of type TextBuilder
 void XmlTrieLoader.setTextBuilder(TextBuilder builder)
          Sets a builder.
 



Copyright © 2008. All Rights Reserved.