Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zyu (0.01 sec)

  1. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

     * </p>
     *
     * <p>
     * Example:
     * For the input "キャ", the converter might return a list containing "kya".
     * For the input "ジュ", the converter might return a list containing "zyu", "ju", and "jyu".
     * </p>
     *
     */
    public class KatakanaToAlphabetConverter implements ReadingConverter {
        private final Map<String, String[]> convertMap;
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 10.8K bytes
    - Viewed (0)
Back to top