Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 83 of 83 for kuromoji_ (0.15 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dict_mapping_file = "{labels.dict_mapping_file}";
    
        /** The key of the message: Kuromoji Word List */
        public static final String LABELS_dict_kuromoji_configuration = "{labels.dict_kuromoji_configuration}";
    
        /** The key of the message: Kuromoji Word List */
        public static final String LABELS_dict_kuromoji_title = "{labels.dict_kuromoji_title}";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    online.help.name.reqheader=reqheader
    # Online help key for synonym dictionary.
    online.help.name.dict.synonym=synonym
    # Online help key for dictionary.
    online.help.name.dict=dict
    # Online help key for Kuromoji dictionary.
    online.help.name.dict.kuromoji=kuromoji
    # Online help key for protected words dictionary.
    online.help.name.dict.protwords=protwords
    # Online help key for stopwords dictionary.
    online.help.name.dict.stopwords=stopwords
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getOnlineHelpNameDict();
    
        /**
         * Get the value for the key 'online.help.name.dict.kuromoji'. <br>
         * The value is, e.g. kuromoji <br>
         * comment: Online help key for Kuromoji dictionary.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getOnlineHelpNameDictKuromoji();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top