elasticsearch-sudachi
elasticsearch-sudachi copied to clipboard
The Japanese analysis plugin for elasticsearch
When `sudachi_ja_stop` is placed before `sudachi_normalizedform`, it does not work as expected. I added an experiment to the test code of the [forked repository](https://github.com/togatoga/elasticsearch-sudachi/commit/6aa8ec641c31c5a781807df650f444dd26711c0c), and you can actually run it....
``` !curl -XPOST -s -H 'Content-Type:application/json;' \ "localhost:9200/_analyze?pretty" -d \ '{"text":"駅に行きたい", "tokenizer": "sudachi_tokenizer", "explain":true}' ``` ``` { "error" : { "root_cause" : [ { "type" : "illegal_argument_exception", "reason" : "cannot...
Hi, I tried to install the sudachi plugin to my Elasticsearch cluster on Elastic cloud. However, kibana failed to restart once I add the plugin into it. So my also...
## Summary In an Elasticsearch v8 environment, the synonym expansion is not functioning when using `sudachi_split` and `synonym` filters together. ## Steps to Reproduce 1. Set up an Elasticsearch v8...
fix #115 . Version support for es:8.9.0 - 8.13.3. WIP: `:integration:test` still fails. We need to compile (at least) integration subproject as a java module.
fix #102. `explain: true` will return `dictionaryForm`, `normalizedForm`, `readingForm` and `partOfSpeech`. - We may change keys (e.g. `reading` instead of `readingForm`, following analysis-kuromoji) - We may drop `instance` information (from...
## Summary When using the `icu_normalizer`, the `end_offset` of the token is incorrect when the character is a ligature. ## Environment - OpenSearch version: 2.15.0 - elasticsearch-sudachi version: 3.2.3 ##...
step `Analyze with sonarqube (PR)` (l.56) of [sonarqube workflow](https://github.com/WorksApplications/elasticsearch-sudachi/blob/develop/.github/workflows/sonar.yml) seems failing.
Support latest versions of each engine. es: https://www.elastic.co/guide/en/elasticsearch/reference/current/es-release-notes.html os: https://opensearch.org/versions/
want to specify pos for each stopwords e.g. 「ます」 - keep if 「名詞,普通名詞,一般,*,*,*」("升") - stop if 「助動詞,*,*,*,助動詞-マス,終止形-一般」(サザエでござい"ます")