Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for russian (0.03 sec)

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

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ru/protwords.txt"
            },
            "russian_stemmer": {
              "type":       "stemmer",
              "language":   "russian"
            },
            "russian_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ru/stemmer_override.txt"
            },
            "simplified_chinese_stop": {
    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. guava-tests/test/com/google/common/hash/HashTestUtils.java

       * 1-bit characteristics.
       *
       * <p>There is more general code provided by Bob Jenkins to test arbitrarily sized characteristics
       * using the magic of gaussian elimination: http://burtleburtle.net/bob/crypto/findingc.html.
       */
      static void checkNo2BitCharacteristics(HashFunction function) {
        Random rand = new Random(0);
        int keyBits = 32;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 25.6K bytes
    - Viewed (0)
Back to top