Closed GoogleCodeExporter closed 9 years ago
Thank you for letting us know this issue. We found an unexpected code path
that could explain the behavior you reported regarding 'あきな'. r207
should contain the fix for this particular case.
> What is the expected output?
> All words defined as 'あきな' in the dictionary (about 24) should be shown
in the candidates list.
Note that it is still not guaranteed that all the words defined in the
dictionary text files are always included in the candidates list. There are
several filtering rules that may drop words defined in the source text
dictionary. Actually the issue you reported was caused by an integer overflow
in mozc::converter::CandidateFilter, which behaves as an arbiter at runtime not
only to improve the (computational and conversion) performance but also to
implement suppression word (抑制単語) feature.
r207 fixed the integer overflow but the mozc::converter::CandidateFilter still
exists there. It may prevent some words from being shown in the candidates
list.
Having said that, your report was a great help for us to find this unexpected
behavior. Thank you again for your report.
Original comment by yukawa@google.com
on 21 Jun 2014 at 9:55
Original issue reported on code.google.com by
cabezon....@gmail.com
on 26 May 2014 at 10:19