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

C

changeSentence(List<IWord<T>>) - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
changeSentence(List<IWord<T>>) - Method in interface org.schwiebert.abl4j.data.ITree
Removes all words currently contained in this Tree, and adds all Word objects in words.
clear() - Method in interface org.schwiebert.abl4j.data.IConstituent
Clears the List of NonTerminals
clear() - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
clear() - Method in interface org.schwiebert.abl4j.data.ITree
This procedure clears the entire tree (sentence and structure).
clear() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Removes all ITrees in this treebank, as in List.clear()
cloneTree() - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
cloneTree() - Method in interface org.schwiebert.abl4j.data.ITree
Returns a copy of this object.
close() - Method in interface org.schwiebert.abl4j.io.ISerializationVisitor
 
close() - Method in interface org.schwiebert.abl4j.io.IXmlDeserializationVisitor
 
close() - Method in class org.schwiebert.abl4j.io.PlainTextSerializationVisitor
 
close() - Method in class org.schwiebert.abl4j.io.XmlReader
 
close() - Method in class org.schwiebert.abl4j.io.XMLVisitor
 
Cluster<NTM extends NonTerminalsMapping> - Class in org.schwiebert.abl4j.cluster
This class implements the clustering part of the aligning phase.
Cluster() - Constructor for class org.schwiebert.abl4j.cluster.Cluster
 
cluster - Variable in class org.schwiebert.abl4j.cluster.Main
 
CLUSTER_METHOD - Static variable in class org.schwiebert.abl4j.util.AblProperties
The class that implements ClusterMethod TODO: No default!
clusterMethod - Variable in class org.schwiebert.abl4j.cluster.Cluster
 
ClusterMethod<NTM extends NonTerminalsMapping> - Interface in org.schwiebert.abl4j.cluster.methods
 
ClusterTests - Class in org.schwiebert.abl4j.tests
 
ClusterTests() - Constructor for class org.schwiebert.abl4j.tests.ClusterTests
 
commentLine - Variable in class org.schwiebert.abl4j.data.impl.abl.Sentence
An optional comment line
comments - Variable in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
compare(AllAlignment.LinkList, AllAlignment.LinkList) - Method in class org.schwiebert.abl4j.align.AllAlignment.LexiComparator
 
compareFiles(String, String) - Method in class org.schwiebert.abl4j.tests.AbstractTest
 
compareTo(AllAlignment.Link) - Method in class org.schwiebert.abl4j.align.AllAlignment.Link
 
COMPARISM_MODE - Static variable in class org.schwiebert.abl4j.util.AblProperties
AllAlignmentsMethod-Flag: If true, LinkLists will be sorted before they are processed.
comparismMode - Variable in class org.schwiebert.abl4j.align.methods.AllAlignmentsMethod
 
COMPATIBILITY_MODE - Static variable in class org.schwiebert.abl4j.util.AblProperties
If true, the algorithms are forced to produce exactly the same output as the original C++ version of ABL.
compatibilityMode() - Static method in class org.schwiebert.abl4j.util.Tools
If true, the application is run in compatibilityMode.
computeCombinedProbability(ITree<?>, Vector<IConstituent<?>>, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
computeCombinedProbability(ITree<?>, Vector<IConstituent<?>>, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.ConstituentSelectMethod
 
computeCombinedProbability(ITree<?>, Vector<IConstituent<?>>, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.FirstSelectMethod
 
computeCombinedProbability(ITree<?>, Vector<IConstituent<?>>, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.TermsSelectMethod
 
computeProbabilities(ITreeBank, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
computeProbabilitiesInTree(ITree<?>, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
computeProbability(Phrase, ProbabilityStore) - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.Align
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.AbstractAdvancedMethod
The Properties AblProperties.PART_TYPE, AblProperties.EXCLUDE_EMPTY and AblProperties.NO_MERGE are read and will be used within the alignment process.
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.AllAlignmentsMethod
In addition to AbstractAdvancedMethod.configure(PropertiesMap), the property AblProperties.COMPARISM_MODE is also used.
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.LeftAlignmentMethod
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.LeftAndRightAlignmentMethod
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.RightAlignmentMethod
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.SuffixTreeAlignment
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.align.methods.WagnerFisherAlignmentMethod
In addition to AbstractAdvancedMethod.configure(PropertiesMap), the property AblProperties.EXHAUSTIVE is also used.
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.cluster.Cluster
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.cluster.methods.ABLClusterMethod
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.examples.DemoAlignMethod
 
configure(PropertiesMap) - Method in interface org.schwiebert.abl4j.IConfigurable
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.io.TigerCorpusReader
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.io.TreebankReader
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.io.TreebankWriter
Configures the output by setting output file and encoding.
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.io.XmlReader
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
configure(PropertiesMap) - Method in class org.schwiebert.abl4j.select.Select
 
configure(PropertiesMap) - Static method in class org.schwiebert.abl4j.util.Tools
 
Constituent<T> - Class in org.schwiebert.abl4j.data.impl.abl
This class is used to store a hypothesis or a nonterminal.
Constituent() - Constructor for class org.schwiebert.abl4j.data.impl.abl.Constituent
Constructs a new Constituent.
constituent - Variable in class org.schwiebert.abl4j.io.XmlReader
 
CONSTITUENT_CLASS - Static variable in class org.schwiebert.abl4j.util.AblProperties
A class that implements IConstituent.
constituentClass - Static variable in class org.schwiebert.abl4j.data.DataFactory
 
ConstituentSelectMethod - Class in org.schwiebert.abl4j.select.methods
In addition to only consider the word of the sentence delimited by the hypothesis as in the method leaf, this model computes the probability based on the words of the hypothesis and its type label.
ConstituentSelectMethod() - Constructor for class org.schwiebert.abl4j.select.methods.ConstituentSelectMethod
 
construct(int) - Method in class org.schwiebert.abl4j.suffixtree.Suffixtree
 
containsNonTerminal(NonTerminal) - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns true if the given NonTerminal is already contained in the List of NonTerminals.
containsNonTerminal(NonTerminal) - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
copyIf(List, int, int, Predicate) - Static method in class org.schwiebert.abl4j.util.Tools
 
counter - Variable in class org.schwiebert.abl4j.align.Align.StructureThread
 
counter - Static variable in class org.schwiebert.abl4j.tests.AlignTests
 
counter - Static variable in class org.schwiebert.abl4j.tests.SelectTests
 
cppTime - Variable in class org.schwiebert.abl4j.tests.AbstractTest
 
createPhrase(ITree<?>, IConstituent<?>, int) - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
createPhrase(ITree<?>, IConstituent<?>, int) - Method in class org.schwiebert.abl4j.select.methods.ConstituentSelectMethod
 
createPhrase(ITree, IConstituent, int) - Method in class org.schwiebert.abl4j.select.methods.FirstSelectMethod
 
createPhrase(ITree, IConstituent, int) - Method in class org.schwiebert.abl4j.select.methods.TermsSelectMethod
 
createSubStructure(int, int) - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
createSubStructure(int, int) - Method in interface org.schwiebert.abl4j.data.ITree
 
ctfactory - Class in org.schwiebert.abl4j.suffixtree
 
ctfactory(int) - Constructor for class org.schwiebert.abl4j.suffixtree.ctfactory
 
ctstore - Variable in class org.schwiebert.abl4j.suffixtree.ctfactory
 
current - Variable in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
currentConstituent - Variable in class org.schwiebert.abl4j.io.XMLVisitor
 
currentNtList - Variable in class org.schwiebert.abl4j.io.XMLVisitor
 
currentTree - Variable in class org.schwiebert.abl4j.io.XmlReader
 
currentTree - Variable in class org.schwiebert.abl4j.io.XMLVisitor
 
cursor - Variable in class org.schwiebert.abl4j.data.FindIterator
Index of element to be returned by subsequent call to next.
Custom - Class in org.schwiebert.abl4j.examples
 
Custom() - Constructor for class org.schwiebert.abl4j.examples.Custom
 

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