「きゅり」と入力して変換すると「きゅうり」になる #1423
Replies: 9 comments
-
Beta Was this translation helpful? Give feedback.
-
|
@kons10 そもそもMozcには「もしかして変換」という機能があり、設定でオン/オフを切り替えられます。 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
もしかしては全く別ですね ほにゃ(honya)→ほんや(honnya)みたいな訂正が過剰に行われたものと認識しています。 |
Beta Was this translation helpful? Give feedback.
-
|
ATOKでも同様の挙動が見られるのでwon't fixになるかもしれませんのでご覚悟を ATOK
MS-IMEでは最上位ではありませんでしたが、2番目以降は全部きゅうりです。 MS-IME
そもそも日本語の語彙で「きゅり」はないはずです、「キュリー」「きゅうり」のどちらかならありますが |
Beta Was this translation helpful? Give feedback.
-
よそのみんなに同じバグがあるから修正しなくてもいいという考え方はいただけませんね。こういうことは「もしかして変換」でやるべきですし、そこに含めるのが問題ならもしかして変換とは別に「ミスタイプ修正」みたいな設定を設けてオン・オフをユーザーが選べるようにすべきです。
このバグに気づいた経緯を述べますと、「きゅりこ」と入力したら「きゅうりこ」と変換されたことです。なお、「キュリコ」は自動販売機の商標です。 |
Beta Was this translation helpful? Give feedback.
-
ありがとうございます。キュリコ含めて全部カタカナ語でキュリー派生語がほとんどですね。これらの語彙でもう一度確認してみます。 泥版Gboard(内部でMozcエンジン使用)だと「きゅうりこ」が最上位でしたが、「キュリコ」も10位以内には出てきました。1回確定すると「きゅうりこ」を抑えて最上位に躍り出てきました。「キュリー」に至っては「きゅうりー」はありませんでした。 あとはAnthyやKKCでの挙動も確認したいですがLinuxデスクトップ環境は今はないので試せません |
Beta Was this translation helpful? Give feedback.
-
唯一金を取っているATOKの挙動は一定の権威を持っています。(個人的に言葉狩りが不快ですが)そこも同じならば単なるバグではなくむしろ仕様に近いものではないかということです。MS-IMEもきゅうりと疑っていますしそこは既定路線と考えられるでしょう。
あれは候補がごく少数の場合に使えるものであって、「きゅうり」の候補は果物以外にもあるのでそれこそサジェスト欄が汚染されてしまうことを懸念します。また、「きゅしゅう」→「きゅうしゅう」の訂正だと「九州」がつく語の多さからもっと候補は爆発します。もしかしてエントリテキストファイルの行数がすごいことになります。 |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, I am converting this issue to a Discussion. The conversation here has shifted towards feature requests and behavioral preferences rather than tracking a simple conversion issue. Since there is no clear, risk-free path to "close" this issue in the near future, I believe it is more constructive to host this conversation in Discussions for now. For technical context, the behavior discussed here is controlled by mozc/src/converter/key_corrector.cc Lines 310 to 361 in d91f278 If you would like completely disable mozc/src/converter/key_corrector.cc Lines 378 to 390 in d91f278 --- a/src/converter/key_corrector.cc
+++ b/src/converter/key_corrector.cc
bool KeyCorrector::Init(absl::string_view key, InputMode mode,
size_t history_size) {
+ return false;
+
// TODO(taku) support KANA
if (mode == KANA) {
return false; |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Description
「きゅり」と入力して変換を試みると、「きゅうり」に変換される。なお、もしかして変換は無効にしている。
Steps to reproduce
Steps to reproduce the behavior:
きゅりとタイプExpected behavior
Actual behavior
A clear and concise description of what you actually got.
Screenshots
If applicable, add screenshots to help explain your problem.
Version or commit-id
Mozc-2.31.5810.102+24.11.oss
Environment
Investigations
(e.g. Mozc-2.28.4960.100+24.11.oss).
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions