Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for kuromoji_ (0.1 sec)

  1. src/test/java/org/codelibs/opensearch/extension/analysis/ReloadableKuromojiTokenizerFactory.java

    import org.apache.lucene.analysis.ja.dict.TokenInfoFST;
    import org.apache.lucene.analysis.ja.dict.UserDictionary;
    import org.apache.lucene.util.AttributeSource;
    import org.codelibs.opensearch.extension.kuromoji.index.analysis.KuromojiTokenizerFactory;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.common.unit.TimeValue;
    import org.opensearch.env.Environment;
    import org.opensearch.index.IndexSettings;
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ko.properties

    labels.dict_mapping_target = 변환 후
    labels.dict_mapping_button_download = 다운로드
    labels.dict_mapping_button_upload = 업로드
    labels.dict_mapping_file = 매핑 파일
    
    labels.dict_kuromoji_configuration = Kuromoji 단어 목록
    labels.dict_kuromoji_title = Kuromoji 단어 목록
    labels.dict_kuromoji_list_link = 목록
    labels.dict_kuromoji_link_create = 새로 만들기
    labels.dict_kuromoji_link_edit = 편집
    labels.dict_kuromoji_link_delete = 삭제
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ja.properties

    labels.dict_mapping_target=変換後
    labels.dict_mapping_button_download=ダウンロード
    labels.dict_mapping_button_upload=アップロード
    labels.dict_mapping_file=マッピングファイル
    labels.dict_kuromoji_configuration=Kuromoji単語一覧
    labels.dict_kuromoji_title=Kuromoji単語一覧
    labels.dict_kuromoji_list_link=一覧
    labels.dict_kuromoji_link_create=新規作成
    labels.dict_kuromoji_link_edit=編集
    labels.dict_kuromoji_link_delete=削除
    labels.dict_kuromoji_link_details=詳細
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess.json

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  5. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"it/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ja/kuromoji.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ja/mapping.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Oct 21 12:20:52 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to download the Kuromoji file. */
        public static final String ERRORS_failed_to_download_kuromoji_file = "{errors.failed_to_download_kuromoji_file}";
    
        /** The key of the message: Failed to upload the Kuromoji file. */
        public static final String ERRORS_failed_to_upload_kuromoji_file = "{errors.failed_to_upload_kuromoji_file}";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    online.help.name.failureurl=failureurl
    online.help.name.elevateword=elevateword
    online.help.name.reqheader=reqheader
    online.help.name.dict.synonym=synonym
    online.help.name.dict=dict
    online.help.name.dict.kuromoji=kuromoji
    online.help.name.dict.protwords=protwords
    online.help.name.dict.stopwords=stopwords
    online.help.name.dict.stemmeroverride=stemmeroverride
    online.help.name.dict.mapping=mapping
    online.help.name.webconfig=webconfig
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  8. 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 List */
        public static final String LABELS_dict_kuromoji_configuration = "{labels.dict_kuromoji_configuration}";
    
        /** The key of the message: Kuromoji List */
        public static final String LABELS_dict_kuromoji_title = "{labels.dict_kuromoji_title}";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. dict */
        String ONLINE_HELP_NAME_DICT = "online.help.name.dict";
    
        /** The key of the configuration. e.g. kuromoji */
        String ONLINE_HELP_NAME_DICT_KUROMOJI = "online.help.name.dict.kuromoji";
    
        /** The key of the configuration. e.g. protwords */
        String ONLINE_HELP_NAME_DICT_PROTWORDS = "online.help.name.dict.protwords";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top