-
ライブ変換中、次のような場面がある。
* すべてひらがなにしたい
* すべてカタカナにしたい
このような場面はしばしばあるため、これらがアクションとしてカスタムキーに割り当て可能であると良い。
具体的には、`replace_composing_text`アクションを追加し、その引数として「to_hiragana, to_katakana」などを渡す。場合によってはさらにto_h…
-
isEmoji method has bug.
Japanese character, hiragana katakana are also `true`.
```
expect(validate.isEmoji("あ"), true);
expect(validate.isEmoji("カ"), true);
```
-
Long time user of KISS huge fan
-
Keeping a table and checklist of requirements regarding text encoding in DICOM:
| encoding | implemented | validated | Issue / PR |
|--------------|-------------------|-------------|--------------…
Enet4 updated
11 months ago
-
-
Need to add more links to items (English words, katakana words, for example) and also use the word Japanese Dictionary or something like that more often.
-
> Если у слова имеется несколько вариантов иероглифического написания, то эти варианты разделяются символом ・ (U+FF65, Halfwidth Katakana Middle Dot).
Вместо этого использован символ ・U+30FB, Katak…
-
Nice work, but i found a problem that really confuse me.
As shown in the code `omniglot_train_few_shot.py`, both in the training and testing phase, the support set (i.e. sample_images) and evaluati…
-
Hiragana to romaji writing & katakana to romaji writing doesn't show the character I'm supposed to recognize.
There's an empty space on the left side of the screen where I'm guessing the character sh…
-
Since the rx-categories also contains Japanese and Korean: `japanese-hiragana-two-byte`, `japanese-katakana-two-byte`, `korean-hangul-two-byte`. It will not be hard to support these characters.