Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.69 KB

File metadata and controls

48 lines (31 loc) · 1.69 KB

Elasticsearch Analysis Kuromoji UniDic Neologd

Overview

Elasticsearch Analysis UniDic-Neologd Plugin provides Tokenizer/CharFilter/TokenFilter for Kuromoji with UniDic and Neologd.

Version

Version Tested on ES neologd
master 2.3.X
2.3.2.0 2.3.2 20160512

Installation

$ $ES_HOME/bin/plugin install com.github.cstoku/elasticsearch-analysis-kuromoji-unidic-neologd/2.3.2.0

References

Analyzer, Tokenizer, TokenFilter, CharFilter

The plugin includes these analyzer and tokenizer, tokenfilter.

name type
kuromoji_unidic_neologd_iteration_mark charfilter
kuromoji_unidic_neologd analyzer
kuromoji_unidic_neologd_tokenizer tokenizer
kuromoji_unidic_neologd_baseform tokenfilter
kuromoji_unidic_neologd_part_of_speech tokenfilter
kuromoji_unidic_neologd_readingform tokenfilter
kuromoji_unidic_neologd_stemmer tokenfilter
reloadable_kuromoji_unidic_neologd_tokenizer tokenizer

Usage

See Elasticsearch Kuromoji.

What is NEologd

See mecab-unidic-NEologd.

References to build Lucene Kuromoji with NEologd