Uses of Interface
nzilbb.editpath.EditComparator
-
Packages that use EditComparator Package Description nzilbb.editpath Implementation of Wagner-Fischer algorithm to determine the minimum edit path.nzilbb.encoding.comparator Comparators for helpingEditComparatormap elements of one encoding to elements of another. -
-
Uses of EditComparator in nzilbb.editpath
Subinterfaces of EditComparator in nzilbb.editpath Modifier and Type Interface Description interfaceIEditComparator<T>Deprecated.UseEditComparatorinstead.Classes in nzilbb.editpath that implement EditComparator Modifier and Type Class Description classDefaultEditComparator<T>Default implementation of IEditComparator, for which any from/to pair for which equals() is not true is given an edit distance ofDefaultEditComparator.getChangeDistance().Methods in nzilbb.editpath that return EditComparator Modifier and Type Method Description EditComparator<T>MinimumEditPath. getComparator()Getter forMinimumEditPath.comparator: The comparator used when determining the distance between two sequence elements.Methods in nzilbb.editpath with parameters of type EditComparator Modifier and Type Method Description MinimumEditPath<T>MinimumEditPath. setComparator(EditComparator<T> Newcomparator)Setter forMinimumEditPath.comparator: The comparator used when determining the distance between two sequence elements.Constructors in nzilbb.editpath with parameters of type EditComparator Constructor Description MinimumEditPath(EditComparator<T> comparator)ConstructorMinimumEditPathString(EditComparator<Character> comparator)Constructor -
Uses of EditComparator in nzilbb.encoding.comparator
Classes in nzilbb.encoding.comparator that implement EditComparator Modifier and Type Class Description classARPAbet2DISCComparator<E>Comparator that maps a ARPAbet-encoded series to an DISC-encoded series.classChar2CharComparator<E>Comparator that maps one plain-text series of characters to another.classDISC2ARPAbetComparator<E>Comparator that maps a DISC-encoded series to an ARPAbet-encoded series.classDISC2DISCComparator<E>Comparator that maps one DISC-encoded series to another.classDISC2IPAComparator<E>Comparator that maps a DISC-encoded series to an IPA-encoded series.classIPA2DISCComparator<E>Comparator that maps a IPA-encoded series to an ARPAbet-encoded series.classIPA2IPAComparator<E>Comparator that maps one IPA-encoded series to another.classOrthography2ARPAbetComparator<E>Comparator that maps an (English) orthography series to a ARPAbet-encoded series.classOrthography2DISCComparator<E>Comparator that maps an (English) orthography series to a DISC-encoded series.classOrthography2OrthographyComparator<E>Comparator that maps one plain-text full word orthography to another.classXSAMPA2IPAComparator<E>Comparator that maps a DISC-encoded series to an IPA-encoded series.
-