Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 100 for stopwords (0.05 seconds)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/SearchBody.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.api.admin.dict.stopwords;
    
    import org.codelibs.fess.app.web.api.admin.dict.BaseSearchDictBody;
    
    /**
     * Search request body for stop words dictionary administration.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1K bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    online.help.name.dict.kuromoji=kuromoji
    # Online help key for protected words dictionary.
    online.help.name.dict.protwords=protwords
    # Online help key for stopwords dictionary.
    online.help.name.dict.stopwords=stopwords
    # Online help key for stemmer override dictionary.
    online.help.name.dict.stemmeroverride=stemmeroverride
    # Online help key for mapping dictionary.
    online.help.name.dict.mapping=mapping
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dict_protwords_file = "{labels.dict_protwords_file}";
    
        /** The key of the message: Stopwords Word List */
        public static final String LABELS_dict_stopwords_configuration = "{labels.dict_stopwords_configuration}";
    
        /** The key of the message: Stopwords Word List */
        public static final String LABELS_dict_stopwords_title = "{labels.dict_stopwords_title}";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  4. 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.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/dict/stopwords/StopwordsCreatorTest.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.stopwords;
    
    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.junit.jupiter.api.Test;
    import org.junit.jupiter.api.TestInfo;
    
    public class StopwordsCreatorTest extends UnitFessTestCase {
    
        @Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.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.stopwords;
    
    import static org.junit.jupiter.api.Assertions.assertNotSame;
    
    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.junit.jupiter.api.Test;
    
    public class StopwordsItemTest extends UnitFessTestCase {
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_it.properties

    labels.dict_protwords_button_download=Scarica
    labels.dict_protwords_button_upload=Carica
    labels.dict_protwords_file=File protwords
    labels.dict_stopwords_configuration=Lista stopwords
    labels.dict_stopwords_title=Lista stopwords
    labels.dict_stopwords_list_link=Lista
    labels.dict_stopwords_link_create=Crea nuovo
    labels.dict_stopwords_link_edit=Modifica
    labels.dict_stopwords_link_delete=Elimina
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  8. 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 फ़ाइल अपलोड करने में विफल।
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 20.2K bytes
    - Click Count (0)
  9. 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
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.9K bytes
    - Click Count (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=Ubah
    labels.dict_stopwords_link_delete=Hapus
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 50.2K bytes
    - Click Count (0)
Back to Top