Package | Description |
---|---|
es.ehu.si.ixa.prebmt.entityrecognizer |
Provides classes and interfaces for recognizing entities in
Sentence s. |
es.ehu.si.ixa.prebmt.model |
Contains the interfaces that represent the domain model of the application.
|
es.ehu.si.ixa.prebmt.model.filebacked |
Provides file-backed implementations of those interfaces in the domain model
that typically require of large structures of data.
|
es.ehu.si.ixa.prebmt.model.inmemory |
Provides in-memory implementations of most of the interfaces in the domain
model.
|
Modifier and Type | Method and Description |
---|---|
Sentence |
EntityRecognizer.recognizeEntities(Sentence sentence)
Recognizes entities in a
Sentence . |
Sentence |
NumberEntityRecognizer.recognizeEntities(Sentence sentence) |
Modifier and Type | Method and Description |
---|---|
MonolingualCorpusBuilder |
EntityRecognizerMonolingualCorpusBuilder.add(Sentence sentence) |
Sentence |
EntityRecognizer.recognizeEntities(Sentence sentence)
Recognizes entities in a
Sentence . |
Sentence |
NumberEntityRecognizer.recognizeEntities(Sentence sentence) |
Modifier and Type | Method and Description |
---|---|
MonolingualCorpusBuilder |
MonolingualCorpusBuilder.add(Sentence sentence)
Appends a sentence to the end of the list contained by this builder.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Sentence> |
FileBackedMonolingualCorpus.iterator() |
Modifier and Type | Method and Description |
---|---|
FileBackedMonolingualCorpus.Builder |
FileBackedMonolingualCorpus.Builder.add(Sentence sentence)
Appends a sentence to the end of the list contained by this builder.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemorySentence
In-memory implementation of the
Sentence interface. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Sentence> |
InMemoryMonolingualCorpus.iterator() |
Modifier and Type | Method and Description |
---|---|
InMemoryMonolingualCorpus.Builder |
InMemoryMonolingualCorpus.Builder.add(Sentence sentence)
Appends a sentence to the end of the list contained by this builder.
|