-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* correction * sym delete search * reverts * edit distance * You know nothing Jon Snow * syllabify with correction * shit OOP * load corrector from dictionary * perform syllabifier with correction in script translator * comfort compiler * add test * more test cases * fix edge case * add test case for multiple edge * allow correction edges exist * BFS approximate NN search * fix a wild pointer * limit the correction candidates' showing up * change the order of SpellingType * only take normal spelling corrections * fix syllabifier * refactors on corrections * address style issues * chore(test/corrector_test): DISABLE_ non-passing test * chore(dict/corrector): move to src/rime/dict/
- Loading branch information
1 parent
edf6a0b
commit ad3638a
Showing
16 changed files
with
863 additions
and
96 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
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
Oops, something went wrong.