A B C D E F G H I L M N P R S T U W X 

A

add(Dictionary) - Method in class es.ehu.si.ixa.prebmt.dictionary.MultiDictionary.Builder
Appends a dictionary to the end of the list contained by this builder.
add(Sentence) - Method in class es.ehu.si.ixa.prebmt.entityrecognizer.EntityRecognizerMonolingualCorpusBuilder
 
add(T) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedIdManager.Builder
Adds the given value to this builder.
add(Sentence) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus.Builder
Appends a sentence to the end of the list contained by this builder.
add(Sentence) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryMonolingualCorpus.Builder
Appends a sentence to the end of the list contained by this builder.
add(PhraseElement) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryPhrase.Builder
Appends a PhraseElement (either another Phrase or a LeafElement) to the end of the children list contained by this builder.
add(CharSequence) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryPhrase.Builder
Tokenizes a text and adds the resulting sequence of Tokens and Spaces to the end of the children list contained by this builder.
add(TextElement) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryText.Builder
Appends a Sentence or a Space to separate them to the end of the list contained by this builder.
add(Sentence) - Method in interface es.ehu.si.ixa.prebmt.model.MonolingualCorpusBuilder
Appends a sentence to the end of the list contained by this builder.
add(int) - Method in class es.ehu.si.ixa.prebmt.util.MutableInteger
Adds the specified value to the value hold by this mutable integer.
align(MonolingualCorpus, MonolingualCorpus, int, boolean) - Static method in class edu.berkeley.nlp.wordAlignment.BerkeleyAligner
Aligns two MonolingualCorpuses through the Berkeley Aligner in two stages: the first one using IBM Model 1 and the second one using HMM with or without syntactic tailoring.
align(int, int) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignment.Builder
Sets that the specified indexes are aligned.
align(int, int) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryOptimizedAlignment.Builder
Sets that the specified indexes are aligned.
AlignedEntity - Interface in es.ehu.si.ixa.prebmt.model
An Entity with an integer id that marks its alignment with another entity.
Alignment - Interface in es.ehu.si.ixa.prebmt.model
Represents the alignment between the tokens in a source sentence and the tokens in a target sentence.
analyze(String, boolean) - Method in interface es.ehu.si.ixa.prebmt.analysis.Analyzer
Analyzes a string creating its Text representation.
analyze(String, boolean) - Method in class es.ehu.si.ixa.prebmt.analysis.EntityRecognizerAnalyzer
 
analyze(String, boolean) - Method in class es.ehu.si.ixa.prebmt.analysis.FreelingAnalyzer
 
analyze(String, boolean) - Method in class es.ehu.si.ixa.prebmt.analysis.StanfordCoreNLPAnalyzer
 
Analyzer - Interface in es.ehu.si.ixa.prebmt.analysis
An analyzer that segments the input text into sentences, tokenizes it, creates its parse tree and identifies the entities there creating a Text object.
AnalyzerParser - Class in es.ehu.si.ixa.prebmt.parsing
A MonolingualCorpusParser to build MonolingualCorpuses from plain text by analyzing it with a specific Analyzer.
AnalyzerParser(Analyzer) - Constructor for class es.ehu.si.ixa.prebmt.parsing.AnalyzerParser
Constructs a new parser with the specified Analyzer and assuming that the input text will have a single sentence per line.
AnalyzerParser(Analyzer, boolean) - Constructor for class es.ehu.si.ixa.prebmt.parsing.AnalyzerParser
Constructs a new parser with the specified Analyzer.
ApertiumGenerator - Class in es.ehu.si.ixa.prebmt.generation
A generator that uses Apertium as its backend.
ApertiumGenerator(File) - Constructor for class es.ehu.si.ixa.prebmt.generation.ApertiumGenerator
Creates a new generator for the specified FST file for Apertium.
areAligned(int, int) - Method in interface es.ehu.si.ixa.prebmt.model.Alignment
Checks if the specified indexes are aligned.
areAligned(int, int) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignment
 
areAligned(int, int) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryOptimizedAlignment
 
A B C D E F G H I L M N P R S T U W X