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

W

WagnerFisher - Class in org.schwiebert.abl4j.distance
 
WagnerFisher(int, int, int, int, List<EditOperation>) - Constructor for class org.schwiebert.abl4j.distance.WagnerFisher
This procedure builds the edit distance matrix and the alignment (see class Edit_distance).
WagnerFisherAlignmentMethod - Class in org.schwiebert.abl4j.align.methods
Base class of Wagner-Fisher alignments.
WagnerFisherAlignmentMethod() - Constructor for class org.schwiebert.abl4j.align.methods.WagnerFisherAlignmentMethod
 
WagnerFisherBiasedAlignmentMethod - Class in org.schwiebert.abl4j.align.methods
Implements the "wf biased" alignment method of ABL.
WagnerFisherBiasedAlignmentMethod() - Constructor for class org.schwiebert.abl4j.align.methods.WagnerFisherBiasedAlignmentMethod
 
WagnerFisherDefaultAlignmentMethod - Class in org.schwiebert.abl4j.align.methods
Implements the "wf default" alignment method of ABL.
WagnerFisherDefaultAlignmentMethod() - Constructor for class org.schwiebert.abl4j.align.methods.WagnerFisherDefaultAlignmentMethod
 
walk(Element) - Method in class org.schwiebert.abl4j.io.XmlReader
 
WFBiased - Class in org.schwiebert.abl4j.distance
This class represents the "biased" Wagner-Fisher-Algorithm
WFBiased(ISentence, int, int, ISentence, int, int) - Constructor for class org.schwiebert.abl4j.distance.WFBiased
 
WFDefault - Class in org.schwiebert.abl4j.distance
This class represents the "default" Wagner-Fisher-Algorithm
WFDefault(ISentence, int, int, ISentence, int, int) - Constructor for class org.schwiebert.abl4j.distance.WFDefault
 
Word<T> - Class in org.schwiebert.abl4j.data.impl.abl
This class is used to store a "word".
Word() - Constructor for class org.schwiebert.abl4j.data.impl.abl.Word
 
WORD_CLASS - Static variable in class org.schwiebert.abl4j.util.AblProperties
A class that implements IWord.
WORD_MAPPING - Static variable in class org.schwiebert.abl4j.util.AblProperties
 
wordClass - Static variable in class org.schwiebert.abl4j.data.DataFactory
 
WordMapping<T> - Class in org.schwiebert.abl4j.util
A helper class which provides word mappings.
WordMapping(Comparator<T>) - Constructor for class org.schwiebert.abl4j.util.WordMapping
 
wordToIndex - Variable in class org.schwiebert.abl4j.util.WordMapping
mapping word string -> word index
writeInfoheader(ITreeBank) - Method in class org.schwiebert.abl4j.align.Main
 
writeInfoheader(ITreeBank, String[]) - Method in class org.schwiebert.abl4j.cluster.Main
 
writeInfoheader(ITreeBank) - Method in class org.schwiebert.abl4j.select.Main
 
writer - Variable in class org.schwiebert.abl4j.io.PlainTextSerializationVisitor
 
writer - Variable in class org.schwiebert.abl4j.io.TreebankWriter
 
writer - Variable in class org.schwiebert.abl4j.io.XMLVisitor
 
WRITER_CLASS - Static variable in class org.schwiebert.abl4j.util.AblProperties
The name of a class that implements ITreebankWriter.
writeTreebank(ITreeBank) - Method in class org.schwiebert.abl4j.ApplicationBase
 
writeTreebank(ITreeBank) - Method in interface org.schwiebert.abl4j.io.ITreebankWriter
 
writeTreebank(ITreeBank) - Method in class org.schwiebert.abl4j.io.TreebankWriter
Uses an ISerializationVisitor to store the treebank.

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