Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for stopwords (0.04 sec)

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

              "stopwords_path": "${fess.dictionary.path}ja/stopwords.txt"
            },
            "korean_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}ko/stopwords.txt"
            },
            "latvian_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}lv/stopwords.txt"
            },
            "latvian_keywords": {
    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/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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.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.admin.dict.stopwords;
    
    import java.io.File;
    import java.io.IOException;
    import java.io.InputStream;
    
    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    import org.codelibs.core.beans.util.BeanUtil;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 20.3K bytes
    - Viewed (0)
  4. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"cs/stopwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"da/stopwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"de/stopwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/dict/stopwords/admin_dict_stopwords.jsp */
        HtmlNext path_AdminDictStopwords_AdminDictStopwordsJsp = new HtmlNext("/admin/dict/stopwords/admin_dict_stopwords.jsp");
    
        /** The path of the HTML: /admin/dict/stopwords/admin_dict_stopwords_details.jsp */
        HtmlNext path_AdminDictStopwords_AdminDictStopwordsDetailsJsp = new HtmlNext("/admin/dict/stopwords/admin_dict_stopwords_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)
  6. src/main/resources/fess_message_pt_BR.properties

    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.
    errors.failed_to_download_elevate_file = Não foi possível baixar o arquivo de palavras elevadas.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_it.properties

    errors.failed_to_upload_protwords_file = Impossibile caricare il file Protwords.
    errors.failed_to_download_stopwords_file = Impossibile scaricare il file delle stopwords.
    errors.failed_to_upload_stopwords_file = Impossibile caricare il file delle stopwords.
    errors.failed_to_download_elevate_file = Impossibile scaricare il file delle parole elevate.
    errors.failed_to_upload_elevate_file = Impossibile caricare il file delle parole elevate.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_de.properties

    errors.failed_to_upload_protwords_file = Fehler beim Hochladen einer Protwords-Datei.
    errors.failed_to_download_stopwords_file = Fehler beim Herunterladen einer Stopwords-Datei.
    errors.failed_to_upload_stopwords_file = Fehler beim Hochladen einer Stopwords-Datei.
    errors.failed_to_download_elevate_file = Fehler beim Herunterladen einer Elevate-Word-Datei.
    errors.failed_to_upload_elevate_file = Fehler beim Hochladen einer Elevate-Word-Datei.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.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 java.io.ByteArrayInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  10. 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: 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