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

E

e - Variable in class org.schwiebert.abl4j.align.AllAlignment
 
EditDistance - Class in org.schwiebert.abl4j.distance
This file contains the base class of Edit Distance Algorithms.
EditDistance(List<EditOperation>) - Constructor for class org.schwiebert.abl4j.distance.EditDistance
 
EditOperation - Interface in org.schwiebert.abl4j.distance
This interface contains the definition of an EditOperation as well as some default implementations of EditOperation.
EditOperation.Biased - Class in org.schwiebert.abl4j.distance
 
EditOperation.Biased(ISentence, int, int, ISentence, int, int) - Constructor for class org.schwiebert.abl4j.distance.EditOperation.Biased
 
EditOperation.Default - Class in org.schwiebert.abl4j.distance
 
EditOperation.Default(ISentence, int, int, ISentence, int, int) - Constructor for class org.schwiebert.abl4j.distance.EditOperation.Default
 
EditOperation.Delete - Class in org.schwiebert.abl4j.distance
 
EditOperation.Delete(int, int, int, int) - Constructor for class org.schwiebert.abl4j.distance.EditOperation.Delete
 
EditOperation.Insert - Class in org.schwiebert.abl4j.distance
 
EditOperation.Insert(int, int, int, int) - Constructor for class org.schwiebert.abl4j.distance.EditOperation.Insert
 
EditOperation.SubDis - Class in org.schwiebert.abl4j.distance
 
EditOperation.SubDis(ISentence, int, int, ISentence, int, int) - Constructor for class org.schwiebert.abl4j.distance.EditOperation.SubDis
 
EditOperation.Substitute - Class in org.schwiebert.abl4j.distance
 
EditOperation.Substitute(ISentence, int, int, ISentence, int, int) - Constructor for class org.schwiebert.abl4j.distance.EditOperation.Substitute
 
EL_COMMENT - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_COMMENTS - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_CONSTITUENT - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_NT - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_NT_LIST - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_SCORE - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_SCORES - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_TREE - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
EL_WORD - Static variable in class org.schwiebert.abl4j.io.XmlConstants
 
elem - Variable in class org.schwiebert.abl4j.align.AllAlignment.In
 
empty() - Method in interface org.schwiebert.abl4j.data.IConstituent
Is the constituent empty (i.e. begin==end)?
empty() - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
end - Variable in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
end1 - Variable in class org.schwiebert.abl4j.align.AllAlignment
 
end1 - Variable in class org.schwiebert.abl4j.distance.EditOperation.Delete
 
end1 - Variable in class org.schwiebert.abl4j.distance.EditOperation.Insert
 
end1 - Variable in class org.schwiebert.abl4j.distance.EditOperation.Substitute
 
end2 - Variable in class org.schwiebert.abl4j.align.AllAlignment
 
end2 - Variable in class org.schwiebert.abl4j.distance.EditOperation.Delete
 
end2 - Variable in class org.schwiebert.abl4j.distance.EditOperation.Insert
 
end2 - Variable in class org.schwiebert.abl4j.distance.EditOperation.Substitute
 
equals(Object) - Method in class org.schwiebert.abl4j.align.AllAlignment.Link
 
equals(Object) - Method in interface org.schwiebert.abl4j.data.IConstituent
Two IConstituent are equal, if their boundaries are equal (this.boundaries.first == o.boundaries.first && this.boundaries.second == o.boundaries.second).
equals(Object) - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
equals(Object) - Method in class org.schwiebert.abl4j.data.impl.abl.Word
 
equals(Object) - Method in interface org.schwiebert.abl4j.data.IWord
Two words are equal, if their indices are equal.
equals(Object) - Method in class org.schwiebert.abl4j.data.NonTerminal
Returns true, if obj is an instanceof Nonterminal and the value of both objects is identical.
equals(Object) - Method in class org.schwiebert.abl4j.util.Pair
Returns true if this.first equals obj.first and this.second equals obj.second.
EXCLUDE_EMPTY - Variable in class org.schwiebert.abl4j.align.methods.AbstractAdvancedMethod
 
EXCLUDE_EMPTY - Static variable in class org.schwiebert.abl4j.util.AblProperties
Exclude empty hypotheses (where B == E).
excludeEmpty - Variable in class org.schwiebert.abl4j.align.methods.SuffixTreeAlignment
 
execute(ITreeBank) - Method in class org.schwiebert.abl4j.align.Align
 
execute(ITreeBank) - Method in class org.schwiebert.abl4j.cluster.Cluster
 
execute(ITreeBank<T>) - Method in interface org.schwiebert.abl4j.IAblComponent
 
execute(ITreeBank<T>) - Method in class org.schwiebert.abl4j.select.Select
 
exhaustive - Variable in class org.schwiebert.abl4j.align.Align
 
EXHAUSTIVE - Variable in class org.schwiebert.abl4j.align.methods.WagnerFisherAlignmentMethod
 
exhaustive - Variable in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
EXHAUSTIVE - Static variable in class org.schwiebert.abl4j.util.AblProperties
Do exhaustive comparisons: N(N-1)/2.

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