We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Firstly, I want to tell you thank you for this great product.
I recently noticed that this plugin fails to tokenize text on some context.
For example, following texts are failing to tokenize.
(株)サイゼリヤ
(株)アクセス
(株)ライン
(株)ライト
It seems that the plugin fails when KATAKANA word appears just after (株) but not all KATAKANA phrase fails. Would you like to check this issue?
(株)
Thanks in advance,
FROM elasticsearch:6.5.1 RUN elasticsearch-plugin install -b org.codelibs:elasticsearch-analysis-kuromoji-neologd:6.5.1
docker build -t es6 .
docker run -p 9200:9200 es6
% curl -s -H 'Content-Type:application/json' -XPOST http://localhost:9200/_analyze -d '{"tokenizer": "kuromoji_neologd_tokenizer", "text": "(株)サイゼリヤ", "explain": true}' | jq . { "detail": { "custom_analyzer": true, "charfilters": [], "tokenizer": { "name": "kuromoji_neologd_tokenizer", "tokens": [] }, "tokenfilters": [] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Firstly, I want to tell you thank you for this great product.
I recently noticed that this plugin fails to tokenize text on some context.
For example, following texts are failing to tokenize.
(株)サイゼリヤ
(株)アクセス
(株)ライン
(株)ライト
It seems that the plugin fails when KATAKANA word appears just after
(株)
but not all KATAKANA phrase fails.Would you like to check this issue?
Thanks in advance,
Reproducing Procedure
[Step 1] Create Dockerfile
[Step 2] Build docker image
[Step 3] Run elasticsearch
docker run -p 9200:9200 es6
[Step 4] Query with this text
The text was updated successfully, but these errors were encountered: