- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 76 for kuromoji (0.04 sec)
-
src/main/resources/fess_message_pt_BR.properties
errors.failed_to_upload_stemmeroverride_file = Não foi possível carregar o arquivo de substituição do Stemmer. errors.failed_to_download_kuromoji_file = Não foi possível baixar o arquivo Kuromoji. errors.failed_to_upload_kuromoji_file = Não foi possível carregar o arquivo Kuromoji. errors.failed_to_download_protwords_file = Não foi possível baixar o arquivo Protwords. errors.failed_to_upload_protwords_file = Não foi possível carregar o arquivo Protwords.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (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"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 28 02:34:33 UTC 2018 - 990 bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiTokenizerFactory.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.io.IOException; import java.io.StringReader; import java.util.HashSet; import java.util.List; import java.util.Set; import org.apache.lucene.analysis.Tokenizer;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 4.7K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiBaseFormFilterFactory.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.JapaneseBaseFormFilter; import org.opensearch.common.settings.Settings; import org.opensearch.env.Environment;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 1.4K bytes - Viewed (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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiIterationMarkCharFilterFactory.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.io.Reader; import org.apache.lucene.analysis.ja.JapaneseIterationMarkCharFilter; import org.opensearch.common.settings.Settings; import org.opensearch.env.Environment;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 1.8K bytes - Viewed (1) -
src/main/resources/fess_message_it.properties
errors.failed_to_upload_stemmeroverride_file = Impossibile caricare il file di override dello stemmer. errors.failed_to_download_kuromoji_file = Impossibile scaricare il file Kuromoji. errors.failed_to_upload_kuromoji_file = Impossibile caricare il file Kuromoji. errors.failed_to_download_protwords_file = Impossibile scaricare il file Protwords. errors.failed_to_upload_protwords_file = Impossibile caricare il file Protwords.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java
*/ package org.codelibs.fess.app.pager; import java.io.Serializable; import java.util.List; import org.codelibs.fess.util.ComponentUtil; /** * Pager for Kuromoji. */ public class KuromojiPager implements Serializable { private static final long serialVersionUID = 1L; /** * Default constructor. */ public KuromojiPager() { // no-op
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (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; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0)