Uses of Package
nzilbb.editpath
-
Packages that use nzilbb.editpath Package Description nzilbb.editpath Implementation of Wagner-Fischer algorithm to determine the minimum edit path.nzilbb.encoding.comparator Comparators for helpingEditComparator
map elements of one encoding to elements of another. -
Classes in nzilbb.editpath used by nzilbb.editpath Class Description DefaultEditComparator Default implementation of IEditComparator, for which any from/to pair for which equals() is not true is given an edit distance ofDefaultEditComparator.getChangeDistance()
.EditComparator Interface for comparators between elements.EditStep Represents a single step in editing one sequency into another.EditStep.StepOperation Enumeration for representing the operation represented by a stepMinimumEditPath Implementation of the Wagner-Fischer algorithm to determine the minimum edit path (or distance) between two sequences. -
Classes in nzilbb.editpath used by nzilbb.encoding.comparator Class Description EditComparator Interface for comparators between elements.EditStep Represents a single step in editing one sequency into another.