Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for protwords (0.05 sec)

  1. src/main/resources/fess_indices/fess.json

              "keywords_path": "${fess.dictionary.path}en/protwords.txt"
            },
            "finnish_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}fi/stopwords.txt"
            },
            "finnish_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}fi/protwords.txt"
            },
            "finnish_stemmer": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  2. src/main/resources/esclient.xml

    			<arg>"fess"</arg>
    			<arg>"ar/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ca/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ckb-iq/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"cs/protwords.txt"</arg>
    		</postConstruct>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_pl.properties

    errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji.
    errors.failed_to_download_protwords_file = Nie można pobrać pliku Protwords.
    errors.failed_to_upload_protwords_file = Nie można przesłać pliku Protwords.
    errors.failed_to_download_stopwords_file = Nie można pobrać pliku stop-słów.
    errors.failed_to_upload_stopwords_file = Nie można przesłać pliku stop-słów.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java

     * This class manages the reading, writing, and updating of protected words dictionary files.
     */
    public class ProtwordsFile extends DictionaryFile<ProtwordsItem> {
        private static final String PROTWORDS = "protwords";
    
        List<ProtwordsItem> protwordsItemList;
    
        /**
         * Constructor for ProtwordsFile.
         * @param id the file identifier
         * @param path the file path
         * @param timestamp the file timestamp
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_pt_BR.properties

    errors.failed_to_upload_kuromoji_file = Não foi possível carregar o arquivo Kuromoji.
    errors.failed_to_download_protwords_file = Não foi possível baixar o arquivo Protwords.
    errors.failed_to_upload_protwords_file = Não foi possível carregar o arquivo Protwords.
    errors.failed_to_download_stopwords_file = Não foi possível baixar o arquivo de stopwords.
    errors.failed_to_upload_stopwords_file = Não foi possível carregar o arquivo de stopwords.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/dict/protwords/admin_dict_protwords.jsp */
        HtmlNext path_AdminDictProtwords_AdminDictProtwordsJsp = new HtmlNext("/admin/dict/protwords/admin_dict_protwords.jsp");
    
        /** The path of the HTML: /admin/dict/protwords/admin_dict_protwords_details.jsp */
        HtmlNext path_AdminDictProtwords_AdminDictProtwordsDetailsJsp = new HtmlNext("/admin/dict/protwords/admin_dict_protwords_details.jsp");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 21 04:02:44 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  7. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_zh_TW.properties

    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 = 刪除
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_message.properties

    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    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.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top