Uses of Interface
net.sf.eos.entity.DictionaryBasedEntityRecognizer

Packages that use DictionaryBasedEntityRecognizer
net.sf.eos.entity Support for named entity recognizer. 
net.sf.eos.hadoop.mapred.cooccurrence Main task of the εοs-toolkit mapreduce system to support cooccurrence based entity oriented search. 
 

Uses of DictionaryBasedEntityRecognizer in net.sf.eos.entity
 

Classes in net.sf.eos.entity that implement DictionaryBasedEntityRecognizer
 class AbstractDictionaryBasedEntityRecognizer
          An implementation of a @code EntityRecognizer} identifies entities in a text.
 class SimpleLongestMatchDictionaryBasedEntityRecognizer
          A simple matcher for named entities.
 

Methods in net.sf.eos.entity that return DictionaryBasedEntityRecognizer
static DictionaryBasedEntityRecognizer AbstractDictionaryBasedEntityRecognizer.newInstance(Tokenizer source)
          Creates a new instance of a of the recognizer.
static DictionaryBasedEntityRecognizer AbstractDictionaryBasedEntityRecognizer.newInstance(Tokenizer source, Configuration config)
          Creates a new instance of a of the recognizer.
 

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

Methods in net.sf.eos.hadoop.mapred.cooccurrence that return DictionaryBasedEntityRecognizer
protected  DictionaryBasedEntityRecognizer DictionaryBasedEntityIdKeyGenerator.getDictionaryBasedEntityRecognizerForText(CharSequence text)
          Creates a new DictionaryBasedEntityRecognizer for the given text.
 



Copyright © 2008. All Rights Reserved.