- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 95 for protwords (0.46 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/CreateForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.dict.protwords; import org.codelibs.fess.app.web.CrudMode; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Size;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
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 = 下載停用詞檔案失敗。 errors.failed_to_upload_stopwords_file = 上傳停用詞檔案失敗。 errors.failed_to_download_elevate_file = 下載提升詞檔案失敗。
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_message_es.properties
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. errors.failed_to_download_stopwords_file = No se pudo descargar el archivo de palabras vacías. errors.failed_to_upload_stopwords_file = No se pudo cargar el archivo de palabras vacías.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.dict.protwords; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; /** * Form class for editing protected words dictionary entries in the admin interface.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.dict_kuromoji_reading=讀音 labels.dict_kuromoji_pos=詞性 labels.dict_kuromoji_button_download=下載 labels.dict_kuromoji_button_upload=上傳 labels.dict_kuromoji_file=Kuromoji檔案 labels.dict_protwords_configuration=Protwords詞列表 labels.dict_protwords_title=Protwords詞列表 labels.dict_protwords_list_link=列表 labels.dict_protwords_link_create=新建 labels.dict_protwords_link_edit=編輯 labels.dict_protwords_link_delete=刪除 labels.dict_protwords_link_details=詳細資訊
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.dict_kuromoji_pos=Part-of-speech labels.dict_kuromoji_button_download=Download labels.dict_kuromoji_button_upload=Upload labels.dict_kuromoji_file=Kuromoji File labels.dict_protwords_configuration=Protwords Word List labels.dict_protwords_title=Protwords Word List labels.dict_protwords_list_link=List labels.dict_protwords_link_create=Create New labels.dict_protwords_link_edit=Edit labels.dict_protwords_link_delete=Delete
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/java/org/codelibs/fess/dict/protwords/ProtwordsItem.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.protwords; import org.apache.commons.lang3.StringUtils; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.dict.DictionaryItem; /** * Dictionary item for protected words.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 3.4K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
- `stopwords.txt` - Words to exclude from indexing - `stemmer_override.txt` - Custom stemming rules - `protwords.txt` - Protected words (no stemming) - `mapping.txt` - Character/token mappings **Example directory structure:** ``` dictionary/ └── sv/ ├── stopwords.txt ├── stemmer_override.txt └── protwords.txt ``` ## Important Notes ### No Database Changes Required
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
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 = 불용어 파일을 다운로드하지 못했습니다. errors.failed_to_upload_stopwords_file = 불용어 파일을 업로드하지 못했습니다.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0)