- Sort Score
- Result 10 results
- Languages All
Results 71 - 77 of 77 for kuromoji (1.42 sec)
-
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.8K bytes - Viewed (0) -
README.md
## Key Features - **Smart Query Suggestions**: Real-time auto-completion and search suggestions - **Multi-language Support**: Built-in support for Japanese text processing with Kuromoji analyzer - **Popular Words Analytics**: Track and analyze frequently searched terms - **Flexible Text Processing**: Configurable converters and normalizers for text transformation
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
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}";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
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}";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
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
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getOnlineHelpNameDict(); /** * Get the value for the key 'online.help.name.dict.kuromoji'. <br> * The value is, e.g. kuromoji <br> * comment: Online help key for Kuromoji dictionary. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOnlineHelpNameDictKuromoji();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)