- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 24 for synonym (0.08 sec)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
for (int idx = 0; idx < synonyms.size(); idx++) { final MyToken synonym = synonyms.get(idx); tokenizePartialBlock(nextStart, synonym.startOffset, afterSynonymProduced); // enqueue prev-synonym processPrevSynonym(synonym.startOffset, idx > 0 ? synonyms.get(idx - 1).endOffset : 0); if (expand) {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
form.dictId = dictId; }); }); } /** * Displays the form for editing an existing synonym item. * * @param form the edit form containing synonym item data * @return HTML response for the edit synonym form */ @Execute @Secured({ ROLE }) public HtmlResponse edit(final EditForm form) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.7K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
public class SynonymFile extends DictionaryFile<SynonymItem> { private static final String SYNONYM = "synonym"; /** The list of synonym items loaded from the dictionary file. */ List<SynonymItem> synonymItemList; /** * Constructs a new synonym file. * * @param id The unique identifier for this dictionary file. * @param path The path to the dictionary file.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
HtmlNext path_AdminDictSynonym_AdminDictSynonymDownloadJsp = new HtmlNext("/admin/dict/synonym/admin_dict_synonym_download.jsp"); /** The path of the HTML: /admin/dict/synonym/admin_dict_synonym_edit.jsp */ HtmlNext path_AdminDictSynonym_AdminDictSynonymEditJsp = new HtmlNext("/admin/dict/synonym/admin_dict_synonym_edit.jsp");
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.dict_configuration=Dictionary List labels.dict_list_title=Dictionary List labels.dict_list_link=Dictionary labels.dictionary_name=Name labels.dictionary_type=Type labels.dict_synonym_configuration=Synonym List labels.dict_synonym_title=Synonym List labels.dict_synonym_list_link=List labels.dict_synonym_link_create=Create New labels.dict_synonym_link_edit=Edit labels.dict_synonym_link_delete=Delete labels.dict_synonym_link_details=Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.failed_to_start_job = Failed to start a job: {0}. errors.failed_to_stop_job = Failed to stop a job: {0}. errors.failed_to_download_synonym_file = Failed to download a synonym file. errors.failed_to_upload_synonym_file = Failed to upload a synonym file. errors.failed_to_download_stemmeroverride_file = Failed to download a stemmer override file. errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_start_job = Failed to start a job: {0}. errors.failed_to_stop_job = Failed to stop a job: {0}. errors.failed_to_download_synonym_file = Failed to download a synonym file. errors.failed_to_upload_synonym_file = Failed to upload a synonym file. errors.failed_to_download_stemmeroverride_file = Failed to download a stemmer override file. errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.dict_configuration=Dictionary List labels.dict_list_title=Dictionary List labels.dict_list_link=Dictionary labels.dictionary_name=Name labels.dictionary_type=Type labels.dict_synonym_configuration=Synonym List labels.dict_synonym_title=Synonym List labels.dict_synonym_list_link=List labels.dict_synonym_link_create=Create New labels.dict_synonym_link_edit=Edit labels.dict_synonym_link_delete=Delete labels.dict_synonym_link_details=Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"seed" : 1, "bit" : 2, "size" : 64 }, "synonym_filter" : { "type" : "synonym_graph", "synonyms_path": "${fess.dictionary.path}synonym.txt" } }, "tokenizer": { "japanese_tokenizer": { "type": "fess_japanese_tokenizer", "mode": "normal",
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0)