Questions tagged [smartcn]

The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.

3 questions
4
votes
1 answer

Elasticsearch support for traditional chinese

I am trying to index and search Chinese into Elasticsearch. By using Smart Chinese Analysis (elasticsearch-analysis-smartcn) plugin I have managed to search characters and words for both simplified and traditional chinese. I have tried to insert the…
dchar
  • 1,665
  • 2
  • 19
  • 28
2
votes
0 answers

How to add dictionary to smartcn analyzer in ElasticSearch?

I can see stopwords.txt, coredic.mem files in smartcn jar file, .mem file is binary. And I got the source from https://github.com/elastic/elasticsearch-analysis-smartcn, but there's no dictionary. How to add or modify dictionary to smartcn analyzer…
navins
  • 3,429
  • 2
  • 28
  • 29
1
vote
1 answer

Elasticsearch error when creating index possibly due to module Kuromoji not installed properly

I am trying to setup my local environment for a Rails application I just gained access to that uses Elasticsearch 1.3 along with two modules (kuromoji and smartcn) I have followed instructions to install Elasticsearch along with the modules and when…