- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 71 for kuromoji_ (0.06 seconds)
-
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
* 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 java.util.Objects; import org.codelibs.fess.dict.DictionaryItem; /** * An item in a Kuromoji dictionary. */ public class KuromojiItem extends DictionaryItem { private final String token; private final String segmentation;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.3K bytes - Click Count (0) -
src/main/resources/fess_dict.xml
<components> <include path="fess_config.xml" /> <component name="dictionaryManager" class="org.codelibs.fess.dict.DictionaryManager"> </component> <component name="kuromojiDictCreator" class="org.codelibs.fess.dict.kuromoji.KuromojiCreator"> </component> <component name="synonymCreator" class="org.codelibs.fess.dict.synonym.SynonymCreator"> </component> <component name="stemmerOverrideCreator"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 28 02:34:33 GMT 2018 - 990 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/dict/KuromojiTests.java
private static final String NAME_PREFIX = "kuromojiTest_"; private static final String API_PATH = "/api/admin/dict/kuromoji"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String DICT_TYPE = "kuromoji"; private static final String KEY_PROPERTY = "token"; @Override protected String getNamePrefix() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 2.5K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.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 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
errors.failed_to_upload_stemmeroverride_file = Kök bulma geçersizleştirme dosyası yüklenemedi. errors.failed_to_download_kuromoji_file = Kuromoji dosyası indirilemedi. errors.failed_to_upload_kuromoji_file = Kuromoji dosyası yüklenemedi. errors.failed_to_download_protwords_file = Korunan kelimeler dosyası indirilemedi. errors.failed_to_upload_protwords_file = Korunan kelimeler dosyası yüklenemedi.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryItem.java
*/ package org.codelibs.fess.dict; /** * Abstract base class for all dictionary items in the Fess search system. * Dictionary items are used to store entries in various dictionaries such as * synonyms, kuromoji, protwords, and stopwords dictionaries. * */ public abstract class DictionaryItem { /** The unique identifier for this dictionary item */ protected long id; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.3K bytes - Click Count (0) -
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.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/resources/fess_message_nl.properties
errors.failed_to_upload_stemmeroverride_file = Kan stemmer-overschrijvingsbestand niet uploaden. errors.failed_to_download_kuromoji_file = Kan Kuromoji-bestand niet downloaden. errors.failed_to_upload_kuromoji_file = Kan Kuromoji-bestand niet uploaden. errors.failed_to_download_protwords_file = Kan Protwords-bestand niet downloaden. errors.failed_to_upload_protwords_file = Kan Protwords-bestand niet uploaden.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/resources/fess_message_ru.properties
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 - 17.2K 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)