Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 71 for kuromoji_ (0.04 seconds)

  1. src/main/resources/fess_message_ko.properties

    errors.failed_to_download_stemmeroverride_file = 어간 추출 재정의 파일을 다운로드하지 못했습니다.
    errors.failed_to_upload_stemmeroverride_file = 어간 추출 재정의 파일을 업로드하지 못했습니다.
    errors.failed_to_download_kuromoji_file = Kuromoji 파일을 다운로드하지 못했습니다.
    errors.failed_to_upload_kuromoji_file = Kuromoji 파일을 업로드하지 못했습니다.
    errors.failed_to_download_protwords_file = protwords 파일을 다운로드하지 못했습니다.
    errors.failed_to_upload_protwords_file = protwords 파일을 업로드하지 못했습니다.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 15.2K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_hi.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=हटाएं
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 71.6K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_es.properties

    labels.dict_mapping_button_download=Descargar
    labels.dict_mapping_button_upload=Subir
    labels.dict_mapping_file=Archivo de mapeo
    labels.dict_kuromoji_configuration=Lista de palabras de Kuromoji
    labels.dict_kuromoji_title=Lista de palabras de Kuromoji
    labels.dict_kuromoji_list_link=Lista
    labels.dict_kuromoji_link_create=Crear nuevo
    labels.dict_kuromoji_link_edit=Editar
    labels.dict_kuromoji_link_delete=Eliminar
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.3K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_ko.properties

    labels.dict_mapping_source=변환 원본
    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=상세
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.6K bytes
    - Click Count (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>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 16.2K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java

            // Test dictionary paths structure
            assertEquals("/admin/dict/admin_dict.jsp", FessHtmlPath.path_AdminDict_AdminDictJsp.getRoutingPath());
            assertEquals("/admin/dict/kuromoji/admin_dict_kuromoji.jsp",
                    FessHtmlPath.path_AdminDictKuromoji_AdminDictKuromojiJsp.getRoutingPath());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 13.1K bytes
    - Click Count (0)
  7. 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=詳細
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 56.7K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to download a 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 a Kuromoji file. */
        public static final String ERRORS_failed_to_upload_kuromoji_file = "{errors.failed_to_upload_kuromoji_file}";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 126.6K bytes
    - Click Count (0)
  9. 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)
  10. 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)
Back to Top