Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reloadable_kuromoji_part_of_speech (0.12 sec)

  1. src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java

            final Map<String, AnalysisProvider<TokenFilterFactory>> extra = new HashMap<>();
            extra.put("reloadable_kuromoji_baseform", KuromojiBaseFormFilterFactory::new);
            extra.put("reloadable_kuromoji_part_of_speech", KuromojiPartOfSpeechFilterFactory::new);
            extra.put("reloadable_kuromoji_readingform", KuromojiReadingFormFilterFactory::new);
            extra.put("reloadable_kuromoji_stemmer", KuromojiKatakanaStemmerFactory::new);
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/suggest_analyzer.json

            ]
          }
        },
        "filter" : {
          "reading_form" : {
            "type" : "reloadable_kuromoji_readingform"
          },
          "pos_filter" : {
            "type" : "reloadable_kuromoji_part_of_speech",
            "stoptags" : [
              "その他",
              "その他-間投",
              "フィラー",
              "感動詞",
              "記号",
              "記号-アルファベット",
              "記号-一般",
              "記号-括弧開",
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
Back to top