Uses of Class
nzilbb.editpath.MinimumEditPath
-
Packages that use MinimumEditPath Package Description nzilbb.editpath Implementation of Wagner-Fischer algorithm to determine the minimum edit path. -
-
Uses of MinimumEditPath in nzilbb.editpath
Subclasses of MinimumEditPath in nzilbb.editpath Modifier and Type Class Description class
MinimumEditPathString
Utility subclass of MinimumEditPath for handling Strings as sequences of CharactersMethods in nzilbb.editpath that return MinimumEditPath Modifier and Type Method Description MinimumEditPath<T>
MinimumEditPath. setComparator(EditComparator<T> Newcomparator)
Setter forcomparator
: The comparator used when determining the distance between two sequence elements.
-