ABL4J (Alignment Based Learning for Java) - 0.9.7
A B C D E F G H I J K L M N O P R S T U V W X Z

G

gamma(Pair<Integer, Integer>) - Method in class org.schwiebert.abl4j.distance.EditOperation.Delete
 
gamma(Pair<Integer, Integer>) - Method in interface org.schwiebert.abl4j.distance.EditOperation
return the gamma value of the operation (the pair of ints are indices in the sentences and 1 is the first word in the sentence)
gamma(Pair<Integer, Integer>) - Method in class org.schwiebert.abl4j.distance.EditOperation.Insert
 
gamma(Pair<Integer, Integer>) - Method in class org.schwiebert.abl4j.distance.EditOperation.SubDis
mat=((index_S/|S|)-(index_T/|T|))*mean(|S|,|T|)
gamma(Pair<Integer, Integer>) - Method in class org.schwiebert.abl4j.distance.EditOperation.Substitute
 
get(int) - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the NonTerminal at Position index.
get(int) - Method in interface org.schwiebert.abl4j.data.ISentence
Returns the IWord at the given index
get(int) - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns the ITree at index i, as in List.get(int)
get(int, int) - Method in class org.schwiebert.abl4j.suffixtree.ctfactory
 
getAlignment() - Method in class org.schwiebert.abl4j.distance.WagnerFisher
 
getAlignments() - Method in class org.schwiebert.abl4j.align.AllAlignment
 
getAverageLocalScore() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the average local score of this hypothesis.
getAverageLocalScore() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getBeginIndex() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the begin index
getBeginIndex() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getBoolean(String) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getBoolean(String, boolean) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getCharacter(String, char) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getClass(String) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getCommentLine() - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
getCommentLine() - Method in interface org.schwiebert.abl4j.data.ISentence
Returns the commentLine
getComments() - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
getComments() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns all comments on this treebank.
getConstituentStructure() - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
getConstituentStructure() - Method in interface org.schwiebert.abl4j.data.ITree
Returns all Constituents stored in this Tree.
getCost(int, int) - Method in class org.schwiebert.abl4j.distance.EditDistance
Return the edit cost between the two sentences.
getCount(Pair<ISentence, NonTerminal>) - Method in class org.schwiebert.abl4j.select.ProbabilityStore
 
getCount(NonTerminal) - Method in class org.schwiebert.abl4j.select.ProbabilityStore
 
getCurrentIndex() - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
getCurrentIndex() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns the current index in the Treebank.
getDouble(String, double) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getEndIndex() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the end index
getEndIndex() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getHighestLocalScore() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the highest local score of this hypothesis.
getHighestLocalScore() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getIndex() - Method in class org.schwiebert.abl4j.data.impl.abl.Word
 
getIndex() - Method in interface org.schwiebert.abl4j.data.IWord
Returns the index of the word.
getInitializer() - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getInteger(String) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getInteger(String, int) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getISerializationVisitor() - Method in class org.schwiebert.abl4j.io.TreebankWriter
Getter of the property iSerializationVisitor
getISerializationVisitor1() - Method in class org.schwiebert.abl4j.io.TreebankWriter
Getter of the property iSerializationVisitor1
getLocalScoreMap() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the map of local scores, or Collections.EMPTY_MAP, if no probabilities have been set.
getLocalScoreMap() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getLong(String, long) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getMapping() - Method in class org.schwiebert.abl4j.cluster.methods.ABLClusterMethod
 
getMapping() - Method in interface org.schwiebert.abl4j.cluster.methods.ClusterMethod
Returns the NonTerminalsMapping used by a MergeMethod for merging.
getMapping() - Static method in class org.schwiebert.abl4j.data.DataFactory
 
getNewClassInstance(String) - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
getNewClassInstance(String) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getNewNT(ITree, IConstituent, NonTerminal) - Method in class org.schwiebert.abl4j.cluster.AblNtMap
Associates a given NT with a new NT value if it has not been encountered before and associates this given NT with an existing NT value when it has.
getNewNT(ITree<T>, IConstituent<T>, NonTerminal) - Method in interface org.schwiebert.abl4j.cluster.NonTerminalsMapping
 
getNewNtCount() - Method in class org.schwiebert.abl4j.cluster.AblNtMap
Returns the number of non-terminals that have been created
getNumberOfClusteredNTs() - Method in class org.schwiebert.abl4j.cluster.methods.ABLClusterMethod
 
getNumberOfClusteredNTs() - Method in interface org.schwiebert.abl4j.cluster.methods.MergeMethod
Returns the number of clustered NonTerminals.
getNumberOfConstituents() - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
getNumberOfConstituents() - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
getNumberOfConstituents() - Method in interface org.schwiebert.abl4j.data.ITree
This procedure returns the number of hypotheses the tree contains
getNumberOfConstituents() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns the number of IConstituents stored in all trees in this treebank.
getNumberOfUnclusteredNTs() - Method in class org.schwiebert.abl4j.cluster.methods.ABLClusterMethod
 
getNumberOfUnclusteredNTs() - Method in interface org.schwiebert.abl4j.cluster.methods.ClusterMethod
Returns the number of nonterminals before merge operation was applied.
getNumberOfUniqueNTInput() - Method in class org.schwiebert.abl4j.cluster.Cluster
Returns the number of unique NonTerminals in input
getNumberOfUniqueNTOutput() - Method in class org.schwiebert.abl4j.cluster.Cluster
Returns the number of unique NonTerminals in output
getOldNtCount() - Method in class org.schwiebert.abl4j.cluster.AblNtMap
 
getOperations() - Method in class org.schwiebert.abl4j.distance.EditDistance
 
getOption(String) - Static method in class org.schwiebert.abl4j.util.ABLInitializer
 
getProperties() - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
getRandom() - Static method in class org.schwiebert.abl4j.util.Tools
For testing purpose only.
getReader(PropertiesMap) - Static method in class org.schwiebert.abl4j.io.IOFactory
 
getSentence() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the sentence to which this constituent belongs to.
getSentence() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getSentenceOccurrences() - Method in class org.schwiebert.abl4j.data.impl.abl.Word
 
getSentenceOccurrences() - Method in interface org.schwiebert.abl4j.data.IWord
Returns all sentences which contain this word.
getSentenceScore() - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
getSentenceScore() - Method in interface org.schwiebert.abl4j.data.ITree
Returns the probability of the sentence.
getSentencesOfIndex(int) - Method in interface org.schwiebert.abl4j.util.IWordMapping
Returns a list of all sequences which contain the word with id wordId.
getSentencesOfIndex(int) - Method in class org.schwiebert.abl4j.util.WordMapping
 
getSequenceId() - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
getSequenceId() - Method in interface org.schwiebert.abl4j.data.ISentence
This procedure returns the sentence ID
getSequenceText() - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
getSequenceText() - Method in interface org.schwiebert.abl4j.data.ISentence
Returns a string representation of this sequence.
getString(String, String) - Method in class org.schwiebert.abl4j.util.PropertiesMap
 
getTreebank() - Method in class org.schwiebert.abl4j.cluster.Cluster
Returns the ITreeBank
getTrees() - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
getTrees() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns all ITrees stored in the treebank.
getWord(Object) - Static method in class org.schwiebert.abl4j.data.DataFactory
This procedure associates to each unique space and newline delimited input string, a word, a unique number for internal representation and stores this in the Word class.
getWord() - Method in class org.schwiebert.abl4j.data.impl.abl.Word
 
getWord() - Method in interface org.schwiebert.abl4j.data.IWord
Returns the underlying string of the word.
getWord(int) - Method in interface org.schwiebert.abl4j.util.IWordMapping
Returns the word with id wordId
getWord(int) - Method in class org.schwiebert.abl4j.util.WordMapping
 
getWordIndex(String, HashMap<String, Object>, boolean) - Method in class org.schwiebert.abl4j.io.TigerCorpusReader
 
getWordIndexByObject(T) - Method in interface org.schwiebert.abl4j.util.IWordMapping
Returns the word id of data
getWordIndexByObject(T) - Method in class org.schwiebert.abl4j.util.WordMapping
 
getWords() - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the list of words the constituent contains.
getWords() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
getWords() - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
getWords() - Method in interface org.schwiebert.abl4j.data.ISentence
Returns the list of all IWords in this sentence.
getWriter(PropertiesMap) - Static method in class org.schwiebert.abl4j.io.IOFactory
 

ABL4J (Alignment Based Learning for Java) - 0.9.7
A B C D E F G H I J K L M N O P R S T U V W X Z
© 2007 Stephan Schwiebert