Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 84 of 84 for stopWords (0.12 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.dict_protwords_source = 単語情報
    labels.dict_protwords_button_download = ダウンロード
    labels.dict_protwords_button_upload = アップロード
    labels.dict_protwords_file = Protwordsファイル
    labels.dict_stopwords_configuration=Stopwords単語一覧
    labels.dict_stopwords_title = Stopwords単語一覧
    labels.dict_stopwords_list_link = 一覧
    labels.dict_stopwords_link_create = 新規作成
    labels.dict_stopwords_link_edit = 編集
    labels.dict_stopwords_link_delete = 削除
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    online.help.name.reqheader=reqheader
    online.help.name.dict.synonym=synonym
    online.help.name.dict=dict
    online.help.name.dict.kuromoji=kuromoji
    online.help.name.dict.protwords=protwords
    online.help.name.dict.stopwords=stopwords
    online.help.name.dict.stemmeroverride=stemmeroverride
    online.help.name.dict.mapping=mapping
    online.help.name.webconfig=webconfig
    online.help.name.searchlist=searchlist
    online.help.name.log=log
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (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 List */
        public static final String LABELS_dict_stopwords_configuration = "{labels.dict_stopwords_configuration}";
    
        /** The key of the message: Stopwords List */
        public static final String LABELS_dict_stopwords_title = "{labels.dict_stopwords_title}";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. protwords */
        String ONLINE_HELP_NAME_DICT_PROTWORDS = "online.help.name.dict.protwords";
    
        /** The key of the configuration. e.g. stopwords */
        String ONLINE_HELP_NAME_DICT_STOPWORDS = "online.help.name.dict.stopwords";
    
        /** The key of the configuration. e.g. stemmeroverride */
        String ONLINE_HELP_NAME_DICT_STEMMEROVERRIDE = "online.help.name.dict.stemmeroverride";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top