OpenSearch/plugins/analysis-kuromoji
Jim Ferenczi 891d3bd9c3
Expose the Lucene Korean analyzer module in a plugin (#30397)
This change adds a new plugin called `analysis-nori` that exposes
Korean text analysis in es using the new Lucene Korean analyzer module named (`nori`).
The plugin adds:
* a Korean analyzer: `nori`
* a Korean tokenizer: `nori_tokenizer`
* a part of speech stop filter: `nori_part_of_speech`
* a filter that can replace Hanja characters with their Hangul transcription: `nori_readingform`
2018-05-04 20:46:13 +02:00
..
licenses Upgrade to 7.4.0-snapshot-1ed95c097b (#30357) 2018-05-04 11:44:22 +02:00
src Expose the Lucene Korean analyzer module in a plugin (#30397) 2018-05-04 20:46:13 +02:00
build.gradle Switch build system to Gradle 2015-10-29 11:40:19 -07:00