Package | Description |
---|---|
es.ehu.si.ixa.prebmt.analysis |
Provides classes and interfaces for analyzing text.
|
es.ehu.si.ixa.prebmt.entityrecognizer |
Provides classes and interfaces for recognizing entities in
Sentence s. |
Constructor and Description |
---|
EntityRecognizerAnalyzer(Analyzer analyzer,
EntityRecognizer entityRecognizer)
Constructs a new analyzer that contains the given
Analyzer and
EntityRecognizer . |
Modifier and Type | Class and Description |
---|---|
class |
NumberEntityRecognizer
An
EntityRecognizer for numbers. |
Modifier and Type | Field and Description |
---|---|
static EntityRecognizer |
EntityRecognizer.DUMMY_ENTITY_RECOGNIZER
A dummy implementation of an
EntityRecognizer that doesn't
recognize any entity (its output is always the same as its input). |
Constructor and Description |
---|
EntityRecognizerMonolingualCorpusBuilder(MonolingualCorpusBuilder builder,
EntityRecognizer entityRecognizer)
Constructs a new builder that contains the given
MonolingualCorpusBuilder and EntityRecognizer . |