- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 32 for stopWords (0.53 sec)
-
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
private static final String STOPWORDS = "stopwords"; /** The list of stopword items loaded from the dictionary file. */ List<StopwordsItem> stopwordsItemList; /** * Constructs a new stopwords 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 - 13K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsCreator.java
* from files that match the pattern "stopwords.*\\.txt". */ public class StopwordsCreator extends DictionaryCreator { private static final Logger logger = LogManager.getLogger(StopwordsCreator.class); /** * Constructs a new creator for stopwords dictionaries. * It sets the file pattern to match files starting with "stopwords" * and ending with ".txt". */ public StopwordsCreator() {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsItem.java
* Gets the new stopword. * * @return The new stopword. */ public String getNewInput() { return newInput; } /** * Sets the new stopword. * * @param newInput The new stopword. */ public void setNewInput(final String newInput) { this.newInput = newInput; } /** * Gets the original stopword. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 3.5K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
Available dictionary types: - `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 ```
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
errors.failed_to_upload_protwords_file = Gagal mengunggah berkas protwords. errors.failed_to_download_stopwords_file = Gagal mengunduh berkas stopwords. errors.failed_to_upload_stopwords_file = Gagal mengunggah berkas stopwords. errors.failed_to_download_elevate_file = Gagal mengunduh berkas elevate word. errors.failed_to_upload_elevate_file = Gagal mengunggah berkas elevate word.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0) -
src/main/resources/fess_message_hi.properties
errors.failed_to_download_protwords_file = protwords फ़ाइल डाउनलोड करने में विफल। errors.failed_to_upload_protwords_file = protwords फ़ाइल अपलोड करने में विफल। errors.failed_to_download_stopwords_file = stopwords फ़ाइल डाउनलोड करने में विफल। errors.failed_to_upload_stopwords_file = stopwords फ़ाइल अपलोड करने में विफल। errors.failed_to_download_elevate_file = elevate word फ़ाइल डाउनलोड करने में विफल। errors.failed_to_upload_elevate_file = elevate word फ़ाइल अपलोड करने में विफल।
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:13:53 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.dict_protwords_source=Word Info labels.dict_protwords_button_download=Download labels.dict_protwords_button_upload=Upload labels.dict_protwords_file=Protwords File labels.dict_stopwords_configuration=Stopwords Word List labels.dict_stopwords_title=Stopwords Word List labels.dict_stopwords_list_link=List labels.dict_stopwords_link_create=Create New labels.dict_stopwords_link_edit=Edit labels.dict_stopwords_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/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_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/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_upload.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.dict_protwords_button_download=Baixar labels.dict_protwords_button_upload=Fazer upload labels.dict_protwords_file=Arquivo Protwords labels.dict_stopwords_configuration=Lista de stopwords labels.dict_stopwords_title=Lista de stopwords labels.dict_stopwords_list_link=Lista labels.dict_stopwords_link_create=Criar novo labels.dict_stopwords_link_edit=Editar labels.dict_stopwords_link_delete=Excluir
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0)