Package nzilbb.editpath
Class TestMinimumEditPath
- java.lang.Object
-
- nzilbb.editpath.TestMinimumEditPath
-
public class TestMinimumEditPath extends Object
Tests for non-character edit path computations.
-
-
Constructor Summary
Constructors Constructor Description TestMinimumEditPath()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
nullsInPaths()
Ensure path elements can be null.
-
-
-
Method Detail
-
nullsInPaths
public void nullsInPaths()
Ensure path elements can be null.
-
main
public static void main(String[] args)
-
-