diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ are noted in comments. ## Get optimal alignment of two phonetic sequences ``` -use aline::align; +use kondrak_aline::align; let alignment = align("θin", "tenwis", 0.0); @@ -39,4 +39,4 @@ assert_eq!( ## References \[1\] G. Kondrak. Algorithms for Language Reconstruction. PhD dissertation, -University of Toronto.
\ No newline at end of file +University of Toronto. |
