vChewing-macOS/Source/Engine
zonble b627e8e3b6 Adds an option to let users to choose Chinse conversion style.
Option 0: converts the output.
Option 1: converts the models.
2022-01-16 15:04:20 +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
.gitignore Use a more tolerant parser for user phrases 2022-01-13 23:27:31 -08:00
CMakeLists.txt Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08: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
KeyValueBlobReader.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
KeyValueBlobReader.h Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
KeyValueBlobReaderTest.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
McBopomofoLM.cpp Adds an option to let users to choose Chinse conversion style. 2022-01-16 15:04:20 +08:00
McBopomofoLM.h Adds an option to let users to choose Chinse conversion style. 2022-01-16 15:04:20 +08:00
ParselessLM.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
ParselessLM.h Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
ParselessLMBenchmark.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
ParselessLMTest.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
ParselessPhraseDB.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
ParselessPhraseDB.h Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
ParselessPhraseDBTest.cpp Use a parseless phrase db to speed up LM loading 2022-01-15 16:15:02 -08:00
PhraseReplacementMap.cpp Introduces in-place phrase replacement. 2022-01-15 06:23:09 +08:00
PhraseReplacementMap.h Introduces in-place phrase replacement. 2022-01-15 06:23:09 +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 Use a more tolerant parser for user phrases 2022-01-13 23:27:31 -08:00
UserPhrasesLM.h Use a more tolerant parser for user phrases 2022-01-13 23:27:31 -08:00