- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for kyu (0.03 sec)
-
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ジョ", new String[] { "zyo", "jo", "jyo" }); map.put("ジェ", new String[] { "zye", "je", "jye" }); map.put("キャ", new String[] { "kya" }); map.put("キュ", new String[] { "kyu" }); map.put("キョ", new String[] { "kyo" }); map.put("シャ", new String[] { "sya", "sha" }); map.put("シュ", new String[] { "syu", "shu" }); map.put("ショ", new String[] { "syo", "sho" });
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 9.4K bytes - Viewed (0)