Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 76 for kuromoji (0.05 sec)

  1. src/main/resources/fess_message.properties

    errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.
    errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_en.properties

    errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.
    errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_fr.properties

    errors.failed_to_upload_stemmeroverride_file = Échec du téléversement d'un fichier de remplacement de racinisation.
    errors.failed_to_download_kuromoji_file = Échec du téléchargement d'un fichier Kuromoji.
    errors.failed_to_upload_kuromoji_file = Échec du téléversement d'un fichier Kuromoji.
    errors.failed_to_download_protwords_file = Échec du téléchargement d'un fichier de mots de protection.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_zh_CN.properties

    errors.failed_to_upload_synonym_file = 上传同义词文件失败。
    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文件失败。
    errors.failed_to_download_stopwords_file = 下载停用词文件失败。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_de.properties

    errors.failed_to_upload_stemmeroverride_file = Fehler beim Hochladen einer Stemmer-Override-Datei.
    errors.failed_to_download_kuromoji_file = Fehler beim Herunterladen einer Kuromoji-Datei.
    errors.failed_to_upload_kuromoji_file = Fehler beim Hochladen einer Kuromoji-Datei.
    errors.failed_to_download_protwords_file = Fehler beim Herunterladen einer Protwords-Datei.
    errors.failed_to_upload_protwords_file = Fehler beim Hochladen einer Protwords-Datei.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_en.properties

    labels.dict_mapping_target=Target
    labels.dict_mapping_button_download=Download
    labels.dict_mapping_button_upload=Upload
    labels.dict_mapping_file=Mapping File
    labels.dict_kuromoji_configuration=Kuromoji Word List
    labels.dict_kuromoji_title=Kuromoji Word List
    labels.dict_kuromoji_list_link=List
    labels.dict_kuromoji_link_create=Create New
    labels.dict_kuromoji_link_edit=Edit
    labels.dict_kuromoji_link_delete=Delete
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiKatakanaStemmerFactory.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.opensearch.extension.kuromoji.index.analysis;
    
    import org.apache.lucene.analysis.TokenStream;
    import org.apache.lucene.analysis.ja.JapaneseKatakanaStemFilter;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.env.Environment;
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Sat Mar 15 06:51:20 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_zh_TW.properties

    errors.failed_to_upload_synonym_file = 上傳同義詞檔案失敗。
    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檔案失敗。
    errors.failed_to_download_stopwords_file = 下載停用詞檔案失敗。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiCreatorTest.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.dict.kuromoji;
    
    import org.codelibs.fess.unit.UnitFessTestCase;
    
    public class KuromojiCreatorTest extends UnitFessTestCase {
    
        @Override
        public void setUp() throws Exception {
            super.setUp();
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiNumberFilterFactory.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.opensearch.extension.kuromoji.index.analysis;
    
    import org.apache.lucene.analysis.TokenStream;
    import org.apache.lucene.analysis.ja.JapaneseNumberFilter;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.env.Environment;
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Sat Mar 15 06:51:20 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top