Fix Japanese input (mode without spaces) #5039
Unanswered
SamCyanide
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Have you tried using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When writing Japanese, spaces between words are generally not used. They are only used for after a 。 at the end of a sentence, and the character itself includes the space. The tests on MonkeyType currently have spaces between words, so you have to do at least 3 additional inputs if you are using an IME. This slows down typing to a pace much slower than typing actual Japanese.
The spaces should be removed or a new mode should be added to emulate the way Japanese is written.
vs a snippet from NHK News:

Beta Was this translation helpful? Give feedback.
All reactions