vChewing-macOS/Source/Engine
Lukhnos Liu e892628492 Remove all the "inFoo" in-param style
We don't use out-params in Gramambular, but even for them the best
practices have been converging on using "T& param" for required output
param and "T* param" for optional output param. At any rate the prefix
was never necessary, and hence the removal.
2022-02-20 08:11:11 -08:00
..
Gramambular Remove all the "inFoo" in-param style 2022-02-20 08:11:11 -08:00
Mandarin Remove the absolute order format 2022-02-13 09:21:58 -08:00
.gitignore Use a more tolerant parser for user phrases 2022-01-13 23:27:31 -08:00
AssociatedPhrases.cpp Implements the associated phrases function. 2022-01-31 13:23:49 +08:00
AssociatedPhrases.h Implements the associated phrases function. 2022-01-31 13:23:49 +08:00
CMakeLists.txt Also make PhraseReplacementMap more tolerant 2022-01-18 22:46:26 -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 Remove the "using namespace" usage in McBopomofo 2022-02-19 10:00:28 -08:00
McBopomofoLM.h Remove the "using namespace" usage in McBopomofo 2022-02-19 10:00:28 -08:00
ParselessLM.cpp Prevents loading data models repeatedly. 2022-01-30 20:27:33 +08:00
ParselessLM.h Prevents loading data models repeatedly. 2022-01-30 20:27:33 +08:00
ParselessLMBenchmark.cpp Make UserPhrasesLM more tolerant 2022-01-18 16:20:25 -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 Also make PhraseReplacementMap more tolerant 2022-01-18 22:46:26 -08:00
PhraseReplacementMap.h Update copyright headers (fixes #213) 2022-01-18 14:21:55 -08:00
PhraseReplacementMapTest.cpp Also make PhraseReplacementMap more tolerant 2022-01-18 22:46:26 -08:00
UserOverrideModel.cpp Remove the "using namespace" usage in McBopomofo 2022-02-19 10:00:28 -08:00
UserOverrideModel.h Remove the "using namespace" usage in McBopomofo 2022-02-19 10:00:28 -08:00
UserPhrasesLM.cpp Implements the associated phrases function. 2022-01-31 13:23:49 +08:00
UserPhrasesLM.h Implements the associated phrases function. 2022-01-31 13:23:49 +08:00
UserPhrasesLMTest.cpp Also make PhraseReplacementMap more tolerant 2022-01-18 22:46:26 -08:00