8000 Typing issue: ありかとう does not auto correct to ありがとう? · google mozc · Discussion #1277 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Typing issue: ありかとう does not auto correct to ありがとう? #1277

Answered by yukawa
abinhho asked this question in Q&A
Discussion options

You must be logged in to vote

No, "ありかとう" will not be auto-corrected to "ありがとう" by default. Search kana_modifier_insensitive_conversion in our codebase for details.

As explained in the following comments, your code needs to manually set the following two parameters to explicitly enable it.

// Use kana modifier insensitive conversion.
// e.g. かつこう -> 学校
// Note that Request message has the same field.
// - Request's one is controlled by the client. A user cannot control it.
// On the other hand Config's is under a user's control.
// - Whether the feature is activated or not is decided by logical-AND
// of Request's and …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abinhho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1276 on April 26, 2025 06:41.

0