Package | Description |
---|---|
edu.berkeley.nlp.wordAlignment |
Contains classes to perform word alignment through the Berkeley Aligner.
|
es.ehu.si.ixa.prebmt.analysis |
Provides classes and interfaces for analyzing text.
|
es.ehu.si.ixa.prebmt.dictionary |
Provides classes and interfaces for working with bilingual
Entity
dictionaries. |
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.
|
es.ehu.si.ixa.prebmt.parsing |
Provides classes and interfaces for parsing and writing
MonolingualCorpus es through Reader s and Writer s
respectively. |
es.ehu.si.ixa.prebmt.translation |
Provides classes and interfaces for partial text translation.
|
Class and Description |
---|
Alignment
Represents the alignment between the tokens in a source sentence and the
tokens in a target sentence.
|
CorpusAlignment
A list of
Alignment s that represents the word alignment of a
BilingualCorpus . |
LexicalWeighting
Calculates a lexical weight for any given token pair (one in the source
language, and the other one in the target language).
|
MonolingualCorpus
A list of
Sentence s that represents a monolingual corpus. |
Class and Description |
---|
Text |
Class and Description |
---|
Entity
A
Token of a special nature such as a proper noun or a number that is
characterized by its lemma, type and a list of morphological tags apart from
the text itself. |
Class and Description |
---|
MonolingualCorpus
A list of
Sentence s that represents a monolingual corpus. |
MonolingualCorpusBuilder
A builder to create
MonolingualCorpus instances. |
Sentence
A parse tree that represents a sentence together with its syntactical
structure.
|
Class and Description |
---|
AlignedEntity
An
Entity with an integer id that marks its alignment with another
entity. |
Entity
A
Token of a special nature such as a proper noun or a number that is
characterized by its lemma, type and a list of morphological tags apart from
the text itself. |
LeafElement
The interface that all the elements that can be leaves in the parse tree of a
Sentence must implement. |
LexicalWeighting
Calculates a lexical weight for any given token pair (one in the source
language, and the other one in the target language).
|
MonolingualCorpus
A list of
Sentence s that represents a monolingual corpus. |
MonolingualCorpusBuilder
A builder to create
MonolingualCorpus instances. |
Phrase
An inner node in the parse tree of a
Sentence . |
PhraseElement
The interface that all the elements that can be a child of a
Phrase
must implement. |
Sentence
A parse tree that represents a sentence together with its syntactical
structure.
|
TextElement
The interface that all the elements that can form a
Text must
implement. |
Token |
Class and Description |
---|
Alignment
Represents the alignment between the tokens in a source sentence and the
tokens in a target sentence.
|
BilingualCorpus
Two aligned
MonolingualCorpus es that form a bilingual corpus from
which partial translations can be generated. |
CorpusAlignment
A list of
Alignment s that represents the word alignment of a
BilingualCorpus . |
LexicalWeighting
Calculates a lexical weight for any given token pair (one in the source
language, and the other one in the target language).
|
MonolingualCorpus
A list of
Sentence s that represents a monolingual corpus. |
MonolingualCorpusBuilder
A builder to create
MonolingualCorpus instances. |
PhraseElement
The interface that all the elements that can be a child of a
Phrase
must implement. |
Sentence
A parse tree that represents a sentence together with its syntactical
structure.
|
Class and Description |
---|
AlignedEntity
An
Entity with an integer id that marks its alignment with another
entity. |
Alignment
Represents the alignment between the tokens in a source sentence and the
tokens in a target sentence.
|
Entity
A
Token of a special nature such as a proper noun or a number that is
characterized by its lemma, type and a list of morphological tags apart from
the text itself. |
LeafElement
The interface that all the elements that can be leaves in the parse tree of a
Sentence must implement. |
LexicalWeighting
Calculates a lexical weight for any given token pair (one in the source
language, and the other one in the target language).
|
MonolingualCorpus
A list of
Sentence s that represents a monolingual corpus. |
MonolingualCorpusBuilder
A builder to create
MonolingualCorpus instances. |
Phrase
An inner node in the parse tree of a
Sentence . |
PhraseElement
The interface that all the elements that can be a child of a
Phrase
must implement. |
Sentence
A parse tree that represents a sentence together with its syntactical
structure.
|
Space |
Text |
TextElement
The interface that all the elements that can form a
Text must
implement. |
Token |
Class and Description |
---|
MonolingualCorpus
A list of
Sentence s that represents a monolingual corpus. |
MonolingualCorpusBuilder
A builder to create
MonolingualCorpus instances. |
Class and Description |
---|
BilingualCorpus
Two aligned
MonolingualCorpus es that form a bilingual corpus from
which partial translations can be generated. |