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

G

generate(String, String...) - Method in class es.ehu.si.ixa.prebmt.generation.ApertiumGenerator
 
generate(String, String...) - Method in interface es.ehu.si.ixa.prebmt.generation.Generator
Inflects a token according to the given morphological tags.
Generator - Interface in es.ehu.si.ixa.prebmt.generation
A generator that inflects tokens according to their corresponding morphological tags.
get(long) - Method in interface es.ehu.si.ixa.prebmt.util.SuffixArrays.LongArray
Gets the value in the given index in the array.
get(T) - Method in class es.ehu.si.ixa.prebmt.util.WeakObjectPool
Returns the object at this pool that is equals to the one given as argument.
getAlignmentLength(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
Returns the amount of elements between the leftmost and the rightmost elements in the target language with which the element in the given index is aligned (including the leftmost and the rightmost ones).
getAlignmentStart(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
Returns the index of the leftmost element in the target language with which the element in the given index is aligned.
getChildren() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryPhrase
 
getChildren() - Method in interface es.ehu.si.ixa.prebmt.model.Phrase
Returns the children of this phrase, which can be either other Phrases or LeafElements (Tokens and the Spaces separating them).
getEntityId(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
Returns the id of the aligned entity in the given index, or FileBackedCorpora.UNALIGNED_ENTITY_ID if the element in the given index is not an aligned entity.
getId() - Method in interface es.ehu.si.ixa.prebmt.model.AlignedEntity
Returns the id of this aligned entity.
getId(T) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedIdManager
Returns the id associated with the given value, or NULL_ID if this id manager doesn't contain that value.
getId(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
Returns the id of the element in the given index.
getId() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
 
getInstance(File, String, String) - Static method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedBilingualCorpus
Creates a previously aligned bilingual corpus backed in the given directory.
getInstance(File, String, File, String) - Static method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedBilingualCorpus
Creates a previously aligned bilingual corpus backed in the given directories.
getInstance(FileBackedMonolingualCorpus, FileBackedMonolingualCorpus, CorpusAlignment, LexicalWeighting, LexicalWeighting, Dictionary) - Static method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedBilingualCorpus
Creates a bilingual corpus by aligning the given FileBackedMonolingualCorpus pair.
getInstance(Entity, int) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
Returns an InMemoryAlignedEntity that corresponds to the specified arguments.
getInstance(String, String, String, String...) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
Returns an InMemoryEntity that corresponds to the specified arguments.
getInstance(Phrase) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemorySentence
Returns an InMemorySentence with the given Phrase as its root node.
getInstance(String) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemorySpace
Returns an InMemorySpace with the given text.
getInstance(String) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryToken
Returns an InMemoryToken with the given text.
getLabel() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryPhrase
 
getLabel() - Method in interface es.ehu.si.ixa.prebmt.model.Phrase
Returns the label that describes the syntactical function of this phrase.
getLemma() - Method in interface es.ehu.si.ixa.prebmt.model.Entity
Returns the lemma of this entity.
getLemma() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
 
getLemma() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
 
getMorphologicalTags() - Method in interface es.ehu.si.ixa.prebmt.model.Entity
Returns the list of morphological tags of this entity.
getMorphologicalTags() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
 
getMorphologicalTags() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
 
getRootPhrase() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemorySentence
 
getRootPhrase() - Method in interface es.ehu.si.ixa.prebmt.model.Sentence
Returns the Phrase that corresponds to the root node of the parse tree.
getSA(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
Returns the value of this corpus' suffix array in the given index.
getSrc() - Method in interface es.ehu.si.ixa.prebmt.model.BilingualCorpus
Returns the source MonolingualCorpus of this bilingual corpus.
getSrc() - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedBilingualCorpus
 
getSrcToTrgLexicalWeighting() - Method in class edu.berkeley.nlp.wordAlignment.BerkeleyAligner.AlignmentResult
Returns the lexical weighting from source to target.
getText() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
 
getText() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
 
getText() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemorySpace
 
getText() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryToken
 
getText() - Method in interface es.ehu.si.ixa.prebmt.model.LeafElement
Returns the text that forms this element.
getTrg() - Method in interface es.ehu.si.ixa.prebmt.model.BilingualCorpus
Returns the target MonolingualCorpus of this bilingual corpus.
getTrg() - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedBilingualCorpus
 
getTrgToSrcLexicalWeighting() - Method in class edu.berkeley.nlp.wordAlignment.BerkeleyAligner.AlignmentResult
Returns the lexical weighting from target to source.
getType() - Method in interface es.ehu.si.ixa.prebmt.model.Entity
Returns the type of this entity.
getType() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
 
getType() - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
 
getValue(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedIdManager
Returns the value associated with the given id, or null if this id manager doesn't contain that id.
getValue() - Method in class es.ehu.si.ixa.prebmt.util.MutableInteger
Returns the value hold by this mutable integer.
getWeight(long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
Returns the lexical weight of the element in the given index.
getWeight(Token, Token) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryLexicalWeighting
 
getWeight(Token, Token) - Method in interface es.ehu.si.ixa.prebmt.model.LexicalWeighting
Return the lexical weight for the given tokens, that is, a numerical value that reflects how strongly aligned they are.
getWriterCorpusBuilder(Writer) - Method in interface es.ehu.si.ixa.prebmt.parsing.MonolingualCorpusWriter
Returns a wrapper MonolingualCorpusBuilder that writes sentences by this MonolingualCorpusWriter as they are added to it.
getWriterCorpusBuilder(Writer) - Method in class es.ehu.si.ixa.prebmt.parsing.TokenizedParser
 
getWriterCorpusBuilder(Writer) - Method in class es.ehu.si.ixa.prebmt.parsing.XMLParser
 
A B C D E F G H I L M N P R S T U W X