-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: problem to identify new sequences (#74)
The problem come from an incomplete implementation at 7b3d09c (#44). It's most observed for sequences of one character (eg. a -> x).
- Loading branch information
1 parent
b535125
commit 80e36c8
Showing
3 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
x y | ||
2a_ á̠ | ||
2aa áá | ||
2af_ ɑ̠́ | ||
|
@@ -11,4 +12,4 @@ | |
2oo óó | ||
2ua úá | ||
2uaf úɑ́ | ||
2uuaf ʉ́ɑ́ | ||
2uuaf ʉ́ɑ́ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters