vChewing-macOS/Source/Engine
zonble d590d748f8 Adds UserPhrasesLM for user phrases.
Since there is no probability information for users' custom phrases,
they should be stored in a format differs from data.txt. Using the same
format and FastLM to parse user phrases just because of laziness but it
is not the right way.

The pull request adds a new language model class to parse user phrases.
It also update the input method controller to adopt the new user phrase
format.
2022-01-12 16:53:51 +08:00
..
Gramambular Removes unused code and fixes a typo. 2022-01-12 13:16:10 +08:00
Mandarin Enable IBM Keyboard Layout, no update to xib yet 2012-11-13 00:40:26 -08:00
OpenVanilla first commit 2011-09-01 23:56:26 -07:00
FastLM.cpp Adds McBopomofoLM as the facade of three language models. 2022-01-12 12:26:24 +08:00
FastLM.h Adds McBopomofoLM as the facade of three language models. 2022-01-12 12:26:24 +08:00
McBopomofoLM.cpp Lets McBopomofoLM to accept NULL as the parameter in loadUserPhrases. 2022-01-12 13:17:41 +08:00
McBopomofoLM.h Adds UserPhrasesLM for user phrases. 2022-01-12 16:53:51 +08:00
UserOverrideModel.cpp Converts the preference and non modal view controller to Swift. 2022-01-10 22:01:40 +08:00
UserOverrideModel.h Converts the preference and non modal view controller to Swift. 2022-01-10 22:01:40 +08:00
UserPhrasesLM.cpp Adds UserPhrasesLM for user phrases. 2022-01-12 16:53:51 +08:00
UserPhrasesLM.h Adds UserPhrasesLM for user phrases. 2022-01-12 16:53:51 +08:00