1
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 25, 2024 — Apr 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Introduce the ApplyConversion function. More... 5 months ago
- Runs Post correction on std::vector<Result> instead of Segments. - use absl::Span<Result> when no result insertion is required. More... 5 months ago
Stop using the pointer of Result. This fix allows to insert new candidates in supplemental model. More... 5 months ago
Changed the interface from std::vector<Result> * to absl::Span<Result>. More... 5 months ago
Update third_party/protobuf to v28.3 More... 5 months ago
Fix typos. More... 5 months ago
Fix issues of build_qt.py. More... 5 months ago
Add stage_ to ConversionRequestBuilder to check the state of the builder. More... 5 months ago
Replace use_conversion_segment_key_as_typing_corrected_key with use_already_typing_corrected_key and key(). More... 5 months ago
Fix build errors on GYP. More... 5 months ago
Reranks suffix-dictionary-based zero query suggestions with neutral sentence classifier model. More... 5 months ago
Apply ConversionRequest.key() instead of ComposerData functions. More... 5 months ago
Add key to ConversionRequest. More... 5 months ago
Skip recreation of ConversionRequest in StartConversion. More... 5 months ago
Move ReverseConverter to a separate file. More... 5 months ago
Extract ReverseConverter from Converter. More... 5 months ago
Move HistoryReconstructor to a separate file. More... 5 months ago
Extract HistoryReconstructor from Converter. More... 5 months ago
Refactor Converter to take Modules in constructor. More... 5 months ago
Deprecate ImmutableConverterInterface::Convert. More... 5 months ago
Fix typo in predictor.h More... 5 months ago
Merge Converter::Predict() into StartPrediction. More... 5 months ago
Remove StartSuggestion, StartPartialPrediction, and StartPartialSuggestion from ConverterInterface. More... 5 months ago
Use StartPrediction() for all suggestion/prediction requests. More... 5 months ago
Split ExitTemporaryAlphanumModeAfterCommittingSugesstion to three tests. More... 5 months ago
Remove max_history_size from ConversionPreferences. More... 5 months ago
Remove has_composer_ from ConversionRequest. More... 5 months ago
Remove has_composer() from UserHistoryPredictor and DictionaryPredictionAggregator. More... 5 months ago
Use use_conversion_segment_key_as_typing_corrected_key instead of reset_composer(). More... 5 months ago
Simplify the functions in Converter. More... 5 months ago