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

A

ABLClusterMethod - Class in org.schwiebert.abl4j.cluster.methods
This class implements the clustering part of the aligning phase of ABL.
ABLClusterMethod() - Constructor for class org.schwiebert.abl4j.cluster.methods.ABLClusterMethod
 
ABLInitializer - Class in org.schwiebert.abl4j.util
The ABLInitializer should be used to configure the ABL4J framework.
ABLInitializer() - Constructor for class org.schwiebert.abl4j.util.ABLInitializer
 
AblNtMap - Class in org.schwiebert.abl4j.cluster
This class contains the mapping from existing NonTerminals in the ITreeBank to new NonTerminals for hypotheses with similar context.
AblNtMap() - Constructor for class org.schwiebert.abl4j.cluster.AblNtMap
Create a new, empty AblNtMap.
AblProperties - Class in org.schwiebert.abl4j.util
Abl4J is configured by modifying properties stored in PropertiesMap during the initialization within ABLInitializer.
AblProperties() - Constructor for class org.schwiebert.abl4j.util.AblProperties
 
AbstractAdvancedMethod - Class in org.schwiebert.abl4j.align.methods
Base class of "advanced" alignment methods.
AbstractAdvancedMethod() - Constructor for class org.schwiebert.abl4j.align.methods.AbstractAdvancedMethod
 
AbstractSelectMethod - Class in org.schwiebert.abl4j.select.methods
 
AbstractSelectMethod() - Constructor for class org.schwiebert.abl4j.select.methods.AbstractSelectMethod
 
AbstractSelectMethod.SelectThread - Class in org.schwiebert.abl4j.select.methods
 
AbstractSelectMethod.SelectThread(ITreeBank, ProbabilityStore, int) - Constructor for class org.schwiebert.abl4j.select.methods.AbstractSelectMethod.SelectThread
 
AbstractTest - Class in org.schwiebert.abl4j.tests
 
AbstractTest(File, File, String, FilenameFilter) - Constructor for class org.schwiebert.abl4j.tests.AbstractTest
 
add(NonTerminal) - Method in interface org.schwiebert.abl4j.data.IConstituent
Adds a NonTerminal to the List of NonTerminals.
addAllNonTerminals(Collection<NonTerminal>) - Method in interface org.schwiebert.abl4j.data.IConstituent
Adds all NonTerminals.
addAllNonTerminals(Collection<NonTerminal>) - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
addAllTrees(Collection<ITree<T>>) - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
addAllTrees(Collection<ITree<T>>) - Method in interface org.schwiebert.abl4j.data.ITreeBank
Adds the collection trees to the treebank, as in List.addAll(Collection)
addAllWords(List<IWord<T>>) - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
addAllWords(List<IWord<T>>) - Method in interface org.schwiebert.abl4j.data.ITree
Adds the given list of words to the list of words already contained in the ITree, as in List.addAll(java.util.Collection)
addComment(String) - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
addComment(String) - Method in interface org.schwiebert.abl4j.data.ITreeBank
Adds a comment to this treebank.
addIndexToSentence(int, int) - Method in interface org.schwiebert.abl4j.util.IWordMapping
This method is called to register the use of the word wordId in sentence sentenceId.
addIndexToSentence(int, int) - Method in class org.schwiebert.abl4j.util.WordMapping
 
addProperty(String, boolean) - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
addProperty(String, int) - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
addProperty(String, String) - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
addSentenceToWord(int) - Method in class org.schwiebert.abl4j.data.impl.abl.Word
This method registers the use of the current word in a sentence specified with parameter "sentenceId".
addSentenceToWord(int) - Method in interface org.schwiebert.abl4j.data.IWord
Adds the sequence with id sequenceId to this word.
addStructure(IConstituent<T>) - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
addStructure(IConstituent<T>) - Method in interface org.schwiebert.abl4j.data.ITree
Adds a constituent c to the tree.
addTree(ITree<T>) - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
addTree(ITree<T>) - Method in interface org.schwiebert.abl4j.data.ITreeBank
Adds ITree tree to this treebank, as in List.add(Object)
addWord(IWord<T>) - Method in class org.schwiebert.abl4j.data.impl.abl.Tree
 
addWord(IWord<T>) - Method in interface org.schwiebert.abl4j.data.ITree
Adds IWord w to the list of words, as in List.add(Object)
addWords(List<IWord<T>>) - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
addWords(List<IWord<T>>) - Method in interface org.schwiebert.abl4j.data.ISentence
Adds all IWord stored in words to this sentence, as in List.addAll(java.util.Collection).
afterClass() - Static method in class org.schwiebert.abl4j.tests.AlignTests
 
afterClass() - Static method in class org.schwiebert.abl4j.tests.ClusterTests
 
afterClass() - Static method in class org.schwiebert.abl4j.tests.SelectTests
 
Align - Class in org.schwiebert.abl4j.align
This class implements the aligning phase of ABL.
Align() - Constructor for class org.schwiebert.abl4j.align.Align
 
align(ITree, ITree) - Method in class org.schwiebert.abl4j.examples.DemoAlignMethod
 
align(Ftree[]) - Method in class org.schwiebert.abl4j.suffixtree.Suffixtree
 
Align.StructureThread - Class in org.schwiebert.abl4j.align
 
Align.StructureThread(int, int, int) - Constructor for class org.schwiebert.abl4j.align.Align.StructureThread
 
ALIGN_SENTENCES - Static variable in class org.schwiebert.abl4j.examples.DemoAlignMethod
 
ALIGN_TYPE - Static variable in class org.schwiebert.abl4j.util.AblProperties
Chosen alignment (defaults to AlignType.AA).
Alignment - Class in org.schwiebert.abl4j.distance
Helper class that represents an alignment (as list of edit operations).
Alignment() - Constructor for class org.schwiebert.abl4j.distance.Alignment
 
alignment - Variable in class org.schwiebert.abl4j.distance.EditDistance
 
alignmentMethod - Variable in class org.schwiebert.abl4j.align.Align
The alignment method used for the alignment
AlignmentMethod - Interface in org.schwiebert.abl4j.align.methods
An AlignmentMethod.
alignments - Variable in class org.schwiebert.abl4j.align.AllAlignment
 
alignSentences - Variable in class org.schwiebert.abl4j.examples.DemoAlignMethod
 
AlignTests - Class in org.schwiebert.abl4j.tests
 
AlignTests() - Constructor for class org.schwiebert.abl4j.tests.AlignTests
 
AlignType - Enum in org.schwiebert.abl4j.align
All alignment types of the original ABL implementation.
AlignType() - Constructor for enum org.schwiebert.abl4j.align.AlignType
 
alignType - Variable in class org.schwiebert.abl4j.align.methods.SuffixTreeAlignment
 
AllAlignment - Class in org.schwiebert.abl4j.align
 
AllAlignment(ITree, ITree, boolean) - Constructor for class org.schwiebert.abl4j.align.AllAlignment
 
AllAlignment.In<E> - Class in org.schwiebert.abl4j.align
 
AllAlignment.In(Vector<E>) - Constructor for class org.schwiebert.abl4j.align.AllAlignment.In
 
AllAlignment.LexiComparator - Class in org.schwiebert.abl4j.align
Test to simulate order in a c++ set
AllAlignment.LexiComparator() - Constructor for class org.schwiebert.abl4j.align.AllAlignment.LexiComparator
 
AllAlignment.Link - Class in org.schwiebert.abl4j.align
 
AllAlignment.Link(int, int) - Constructor for class org.schwiebert.abl4j.align.AllAlignment.Link
 
AllAlignment.LinkList - Class in org.schwiebert.abl4j.align
 
AllAlignment.LinkList() - Constructor for class org.schwiebert.abl4j.align.AllAlignment.LinkList
 
AllAlignment.Overlap - Class in org.schwiebert.abl4j.align
 
AllAlignment.Overlap(AllAlignment.Link) - Constructor for class org.schwiebert.abl4j.align.AllAlignment.Overlap
 
AllAlignment.SetLinkList - Class in org.schwiebert.abl4j.align
 
AllAlignment.SetLinkList() - Constructor for class org.schwiebert.abl4j.align.AllAlignment.SetLinkList
 
AllAlignment.Subset - Class in org.schwiebert.abl4j.align
 
AllAlignment.Subset(AllAlignment.LinkList) - Constructor for class org.schwiebert.abl4j.align.AllAlignment.Subset
 
AllAlignmentsMethod - Class in org.schwiebert.abl4j.align.methods
Implements the "all"-alignment of ABL
AllAlignmentsMethod() - Constructor for class org.schwiebert.abl4j.align.methods.AllAlignmentsMethod
 
ApplicationBase - Class in org.schwiebert.abl4j
 
ApplicationBase() - Constructor for class org.schwiebert.abl4j.ApplicationBase
 
ATTR_CONST_BEGIN - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
ATTR_CONST_END - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
ATTR_ID - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
ATTR_SCORE - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
ATTR_TREE_ID - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
ATTR_WORD_CONTENT - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
ATTR_WORD_INDEX - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 

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