-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a74139a
commit 4aa7b8b
Showing
6 changed files
with
12 additions
and
47 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
Submodule fcitx5-chinese-addons
updated
8 files
+12 −2 | im/pinyin/pinyin.cpp | |
+56 −27 | im/pinyin/pinyincandidate.cpp | |
+24 −7 | im/pinyin/pinyincandidate.h | |
+17 −2 | im/table/ime.h | |
+29 −5 | im/table/state.cpp | |
+3 −0 | im/table/state.h | |
+1 −1 | test/CMakeLists.txt | |
+45 −3 | test/testpinyin.cpp |
Submodule libime
updated
17 files
+2 −1 | CMakeLists.txt | |
+2 −2 | src/libime/core/CMakeLists.txt | |
+55 −30 | src/libime/core/datrie.cpp | |
+16 −0 | src/libime/core/datrie.h | |
+1 −1 | src/libime/pinyin/CMakeLists.txt | |
+8 −1 | src/libime/pinyin/pinyincorrectionprofile.cpp | |
+10 −1 | src/libime/pinyin/pinyincorrectionprofile.h | |
+13 −11 | src/libime/pinyin/pinyindictionary.cpp | |
+13 −4 | src/libime/pinyin/pinyindictionary.h | |
+334 −273 | src/libime/pinyin/shuangpinprofile.cpp | |
+6 −0 | src/libime/pinyin/shuangpinprofile.h | |
+1 −1 | src/libime/table/CMakeLists.txt | |
+3 −2 | src/libime/table/tablebaseddictionary.cpp | |
+20 −0 | test/testpinyinencoder.cpp | |
+27 −1 | test/testpinyinime_unit.cpp | |
+3 −2 | test/testtrie.cpp | |
+1 −1 | tools/CMakeLists.txt |
Submodule fcitx5
updated
39 files
This file was deleted.
Oops, something went wrong.
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