Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Spanish (0.23 sec)

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

                "sorani_stemmer"
              ]
            },
            "spanish_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "spanish_stop",
                "spanish_keywords",
                "spanish_override",
                "spanish_stemmer"
              ]
            },
            "swedish_analyzer": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. src/main/resources/fess_indices/fess/es/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt
    de
    la
    que
    el
    en
    y
    a
    los
    del
    se
    las
    por
    un
    para
    con
    no
    una
    su
    al
    lo
    como
    más
    pero
    sus
    le
    ya
    o
    este
    sí
    porque
    esta
    entre
    cuando
    muy
    sin
    sobre
    también
    me
    hasta
    hay
    donde
    quien
    desde
    todo
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Mon Nov 27 12:59:36 GMT 2023
    - 2.2K bytes
    - Viewed (0)
  3. docs/en/docs/contributing.md

    Let's say you want to translate a page for a language that already has translations for some pages, like Spanish.
    
    In the case of Spanish, the 2-letter code is `es`. So, the directory for Spanish translations is located at `docs/es/`.
    
    !!! tip
        The main ("official") language is English, located at `docs/en/`.
    
    Now run the live server for the docs in Spanish:
    
    <div class="termy">
    
    ```console
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}es/protwords.txt"
          },
          "spanish_stemmer": {
            "type":       "stemmer",
            "language":   "light_spanish"
          },
          "swedish_stop": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["¡Hola", "mundo", "búsqueda"]
          },
          "spanish_stemmer": {
            "type":       "stemmer",
            "language":   "light_spanish"
          },
          "swedish_stop": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["¡Hola", "mundo", "búsqueda"]
          },
          "spanish_stemmer": {
            "type":       "stemmer",
            "language":   "light_spanish"
          },
          "swedish_stop": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        )
    
        // (I) Russian (Cyrillic)
        testEncodeDecode(
          unicode = "почемужеонинеговорятпорусски",
          punycode = "xn--b1abfaaepdrnnbgefbadotcwatmq2g4l",
        )
    
        // (J) Spanish
        testEncodeDecode(
          unicode = "PorquénopuedensimplementehablarenEspañol",
          punycode = "xn--PorqunopuedensimplementehablarenEspaol-fmd56a",
        )
    
        // (K) Vietnamese
        testEncodeDecode(
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_aws/fess.json

                "sorani_stemmer"
              ]
            },
            "spanish_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "spanish_stop",
                "spanish_keywords",
                "spanish_override",
                "spanish_stemmer"
              ]
            },
            "swedish_analyzer": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_es": {
              "match": "*_es",
              "mapping": {
                "type": "text",
                "analyzer": "spanish_analyzer"
              }
            }
          },
          {
            "lang_et": {
              "match": "*_et",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_cloud/fess/doc.json

              }
            }
          },
          {
            "lang_es": {
              "match": "*_es",
              "mapping": {
                "type": "text",
                "analyzer": "spanish_analyzer"
              }
            }
          },
          {
            "lang_et": {
              "match": "*_et",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
Back to top