- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 83 for kuromoji_ (0.06 seconds)
-
src/main/resources/fess_message_hi.properties
errors.failed_to_upload_stemmeroverride_file = stemmer override फ़ाइल अपलोड करने में विफल। 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 - 20.2K bytes - Click Count (0) -
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; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; public class KuromojiCreatorTest extends UnitFessTestCase { @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.9K bytes - Click Count (0) -
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiReadingFormFilterFactory.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.JapaneseReadingFormFilter; import org.opensearch.common.settings.Settings; import org.opensearch.env.Environment;
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 15 06:51:20 GMT 2025 - 1.5K 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_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_es.properties
errors.failed_to_upload_stemmeroverride_file = No se pudo cargar el archivo de anulación de Stemmer. errors.failed_to_download_kuromoji_file = No se pudo descargar el archivo Kuromoji. errors.failed_to_upload_kuromoji_file = No se pudo cargar el archivo Kuromoji. errors.failed_to_download_protwords_file = No se pudo descargar el archivo Protwords. errors.failed_to_upload_protwords_file = No se pudo cargar el archivo Protwords.
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/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiPartOfSpeechFilterFactory.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 java.util.HashSet; import java.util.List; import java.util.Set; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.ja.JapaneseAnalyzer;
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 15 06:51:20 GMT 2025 - 1.9K 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/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/JapaneseStopTokenFilterFactory.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 static java.util.Collections.singletonMap; import java.util.Map; import java.util.Set; import org.apache.lucene.analysis.CharArraySet; import org.apache.lucene.analysis.StopFilter;
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 15 06:51:20 GMT 2025 - 2.4K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.dict_mapping_target=Doel labels.dict_mapping_button_download=Downloaden labels.dict_mapping_button_upload=Uploaden labels.dict_mapping_file=Mappingbestand labels.dict_kuromoji_configuration=Kuromoji-woordenlijst labels.dict_kuromoji_title=Kuromoji-woordenlijst labels.dict_kuromoji_list_link=Lijst labels.dict_kuromoji_link_create=Nieuw maken labels.dict_kuromoji_link_edit=Bewerken labels.dict_kuromoji_link_delete=Verwijderen
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1)