net.sf.eos.entity
Interface EntityRecognizer

All Superinterfaces:
Tokenizer
All Known Subinterfaces:
DictionaryBasedEntityRecognizer
All Known Implementing Classes:
AbstractDictionaryBasedEntityRecognizer, SimpleLongestMatchDictionaryBasedEntityRecognizer

public interface EntityRecognizer
extends Tokenizer

The strategy for entity recognition is not defined. Implementation only must set the defined ENTITY_TYPE value in the recognized Token.

Author:
Sascha Kohlmann

Field Summary
static String ENTITY_TYPE
          The type of a recognized token.
 
Method Summary
 
Methods inherited from interface net.sf.eos.analyzer.Tokenizer
next
 

Field Detail

ENTITY_TYPE

static final String ENTITY_TYPE
The type of a recognized token.

See Also:
Token, Constant Field Values


Copyright © 2008. All Rights Reserved.