1
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Introduced new Options structure that are shared by Reranker and StackDecoder. - Added typing_correction_reranker_max_score_diff_override flag so we can optimize the Parameter via Mendel flag. Currently this flag is only updated by the model update. More... 2 days ago
Stop requiring `vcvarsall.bat` before `build_mozc.py` More... 2 days ago
Fix the coding mistake of FilterNoisyNumberCandidate (#922) More... 2 days ago
Extract out `get_vs_env_vars` for future reuse More... 2 days ago
Fix the order of #include. More... 2 days ago
Make FileUtil::CreateDirectory idempotent. More... 2 days ago
Fix the crash of GUI apps caused by codesign (#791) More... 2 days ago
Call ReportLoadFailure if the previous task failed in StartNewDataBuildTask. More... 6 days ago
Add README.md to engine/ More... 6 days ago
Use SessionHandler::GetDataVersion instead of Engine::GetDataVersion. More... 7 days ago
Changes the default values of literal on top parameters. More... 7 days ago
- Fixed critical crash bug fix in move_result when fix_literal_on_top is true. - Add unittests for fix_literal_on_top mode. More... 7 days ago
Make DataLoader::Build non-virtual. More... 7 days ago
Remove now unnecessary future.reset() call. More... 8 days ago
Added comments to the mutable caches that remember the previous results. More... 8 days ago
Make sure move assignment clean up `this` correctly. More... 8 days ago
Reload data when the top request is not the current request. More... 8 days ago
More kana insensitive corrections. More... 8 days ago
Fix the bugs of literal-on-top. More... 8 days ago
Update BUILD_OSS to 5448 More... 8 days ago
- Add a flag to limit the Hiragana reading estimation for performance - Set small cost for the top recognition result More... 9 days ago
Remove intermediate codesign tasks. More... 9 days ago
Skip the possibly unnecessary intermediate codesigns. More... 10 days ago
Add missing override More... 10 days ago
Specify the mozc namespace. More... 10 days ago
Make OrderRewriter less aggressive based on the initial experiment. Stop sorting the candidates by value length for non-partial candidates. More... 10 days ago
Stop applying rescorers and filteres for handwriting to make the composition string consistent. More... 10 days ago
Increase the test fidelity by using actual data files instead of mocks. More... 10 days ago
Use Environ::GetEnv instead of std::getenv. More... 10 days ago
Enabled candidate-consistency based candidate ranking. More... 10 days ago