Package net.sf.eos.entity

Support for named entity recognizer.

See:
          Description

Interface Summary
DictionaryBasedEntityRecognizer The DictionaryBasedEntityRecognizer uses a Map to recognize entities in a text.
EntityRecognizer The strategy for entity recognition is not defined.
 

Class Summary
AbstractDictionaryBasedEntityRecognizer An implementation of a @code EntityRecognizer} identifies entities in a text.
CommonNameResolver The common name resolver maps an ID of an entity to the common name of the entity.
SimpleLongestMatchDictionaryBasedEntityRecognizer A simple matcher for named entities.
 

Package net.sf.eos.entity Description

Support for named entity recognizer.

At this time εοs supports only dictionary based named entity recognition. To create an instance use the factory method in AbstractDictionaryBasedEntityRecognizer. The default implementation is SimpleLongestMatchDictionaryBasedEntityRecognizer which supports a longest match named entity recognition.

Since:
0.1.0
Author:
Sascha Kohlmann


Copyright © 2008. All Rights Reserved.