- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for hu (0.01 sec)
-
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"hi/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"hu/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"hy/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
}, "hungarian_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}hu/stopwords.txt" }, "hungarian_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}hu/protwords.txt" }, "hungarian_stemmer": { "type": "stemmer", "language": "hungarian"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
docs/en/mkdocs.yml
name: de - Deutsch - link: /es/ name: es - español - link: /fa/ name: fa - فارسی - link: /fr/ name: fr - français - link: /he/ name: he - עברית - link: /hu/ name: hu - magyar - link: /id/ name: id - Bahasa Indonesia - link: /it/ name: it - italiano - link: /ja/ name: ja - 日本語 - link: /ko/ name: ko - 한국어 - link: /nl/
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ネ", new String[] { "ne" }); map.put("ノ", new String[] { "no" }); map.put("ハ", new String[] { "ha" }); map.put("ヒ", new String[] { "hi" }); map.put("フ", new String[] { "hu", "fu" }); map.put("ヘ", new String[] { "he" }); map.put("ホ", new String[] { "ho" }); map.put("マ", new String[] { "ma" }); map.put("ミ", new String[] { "mi" });
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 10.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
FTINTRNEWD F0, F2 // 02c81a01 FTINTRNEVF F0, F2 // 02e41a01 FTINTRNEVD F0, F2 // 02e81a01 // FSEL instruction FSEL FCC0, F1, F2, F3 // 4304000d FSEL FCC1, F1, F2 // 4284000d // LDX.{B,BU,H,HU,W,WU,D} instructions MOVB (R14)(R13), R12 // cc350038 MOVBU (R14)(R13), R12 // cc352038 MOVH (R14)(R13), R12 // cc350438 MOVHU (R14)(R13), R12 // cc352438 MOVW (R14)(R13), R12 // cc350838
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
/** Supported languages. */ protected static final String[] SUPPORTED_LANGUAGES = { "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gu", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "mk", "ml", "nl", "no", "pa", "pl", "pt", "ro", "ru", "si", "sq", "sv", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw" }; /**
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0)