Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 102 for stopwords (0.06 sec)

  1. 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 (1)
  2. 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;
    
        /**
         * Default constructor for DictionaryItem.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. 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)
  4. src/main/resources/fess_message.properties

    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    errors.failed_to_download_stopwords_file = Failed to download a stopwords file.
    errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file.
    errors.failed_to_download_elevate_file = Failed to download an elevate word file.
    errors.failed_to_upload_elevate_file = Failed to upload an elevate word 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)
  5. src/main/resources/fess_message_en.properties

    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    errors.failed_to_download_stopwords_file = Failed to download a stopwords file.
    errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file.
    errors.failed_to_download_elevate_file = Failed to download an elevate word file.
    errors.failed_to_upload_elevate_file = Failed to upload an elevate word 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)
  6. 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)
  7. 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)
  8. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/stopwords/">
                    <la:hidden property="dictId"/>
                    <div class="row">
                        <div class="col-md-12">
                            <div class="card card-outline card-primary">
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 6K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_upload.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/stopwords/upload" enctype="multipart/form-data">
                    <la:hidden property="dictId"/>
                    <div class="row">
                        <div class="col-md-12">
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_id.properties

    labels.dict_protwords_button_download=Unduh
    labels.dict_protwords_button_upload=Unggah
    labels.dict_protwords_file=Berkas Protwords
    labels.dict_stopwords_configuration=Daftar Kata Stopwords
    labels.dict_stopwords_title=Daftar Kata Stopwords
    labels.dict_stopwords_list_link=Daftar
    labels.dict_stopwords_link_create=Buat Baru
    labels.dict_stopwords_link_edit=Edit
    labels.dict_stopwords_link_delete=Hapus
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 45.2K bytes
    - Viewed (0)
Back to top