- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 44 for kuromoji (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiCreator.java
*/ package org.codelibs.fess.dict.kuromoji; import java.util.Date; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.fess.dict.DictionaryCreator; import org.codelibs.fess.dict.DictionaryFile; import org.codelibs.fess.dict.DictionaryItem; import jakarta.annotation.PostConstruct; /** * A dictionary creator for Kuromoji. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
HtmlNext path_AdminDictKuromoji_AdminDictKuromojiDownloadJsp = new HtmlNext("/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp"); /** The path of the HTML: /admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp */ HtmlNext path_AdminDictKuromoji_AdminDictKuromojiEditJsp = new HtmlNext("/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 26.5K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
errors.failed_to_upload_stemmeroverride_file = Nie można przesłać pliku nadpisującego stemmer. errors.failed_to_download_kuromoji_file = Nie można pobrać pliku Kuromoji. errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji. errors.failed_to_download_protwords_file = Nie można pobrać pliku Protwords. errors.failed_to_upload_protwords_file = Nie można przesłać pliku Protwords.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
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 = 下載停用詞檔案失敗。
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
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 = 下载停用词文件失败。
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
/** * Manager class for handling dictionary files in the Fess search system. * This class provides functionality to retrieve, store, and manage various * dictionary files such as synonyms, kuromoji, protwords, and stopwords. * It coordinates with DictionaryCreator instances to handle different * dictionary types and manages file synchronization through ConfigSync. * */ public class DictionaryManager {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8K bytes - Click Count (0)