You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard Levenshtein ANML file in ANMLZoo (24_20x3.1chip.anml) only reports on the final character of a string, even though it indicates in the name that it should have an edit distance of d=3.
24_20x3.1chip.anml
The leven program properly reports on this string: leven_20x3.anml
Notes:
If I make a Levenshtein ANML with the Micron code it reports edits from BEFORE the end (but does not report inserts) Micron_test.anml
The leven program reports inserts both before and after end of string leven_Micron_test.anml
The leven program also reports properly for insertions: leven_Micron_test.anml
The text was updated successfully, but these errors were encountered:
I have made new ANML files with the Micron program and the leven program that appear to have the proper structure and behavior (in zip file: new ANMLs.zip ).
The standard Levenshtein ANML file in ANMLZoo (24_20x3.1chip.anml) only reports on the final character of a string, even though it indicates in the name that it should have an edit distance of d=3.
24_20x3.1chip.anml
The leven program properly reports on this string:
leven_20x3.anml
Notes:
If I make a Levenshtein ANML with the Micron code it reports edits from BEFORE the end (but does not report inserts)
Micron_test.anml
The leven program reports inserts both before and after end of string
leven_Micron_test.anml
The leven program also reports properly for insertions:
leven_Micron_test.anml
The text was updated successfully, but these errors were encountered: