Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelibs/elasticsearch-analysis-kuromoji-ipadic-neologd
Elasticsearch's Analyzer for Kuromoji with Neologd
https://github.com/codelibs/elasticsearch-analysis-kuromoji-ipadic-neologd
elasticsearch elasticsearch-plugin kuromoji kuromoji-neologd neologd
Last synced: 2 months ago
JSON representation
Elasticsearch's Analyzer for Kuromoji with Neologd
- Host: GitHub
- URL: https://github.com/codelibs/elasticsearch-analysis-kuromoji-ipadic-neologd
- Owner: codelibs
- License: apache-2.0
- Created: 2015-03-18T14:31:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T20:59:31.000Z (about 1 year ago)
- Last Synced: 2024-06-02T16:24:35.892Z (8 months ago)
- Topics: elasticsearch, elasticsearch-plugin, kuromoji, kuromoji-neologd, neologd
- Language: Java
- Homepage:
- Size: 152 KB
- Stars: 114
- Watchers: 16
- Forks: 26
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: COPYING_neologd.txt
Awesome Lists containing this project
README
Elasticsearch Analysis Kuromoji IPADic Neologd
=======================## Overview
Elasticsearch Analysis Neologd Plugin provides Tokenizer/CharFilter/TokenFilter for Kuromoji with Neologd.
## Version
[Versions in Maven Repository](http://central.maven.org/maven2/org/codelibs/elasticsearch-analysis-kuromoji-ipadic-neologd/)
[Old(<= 6.5.1) Repository](http://central.maven.org/maven2/org/codelibs/elasticsearch-analysis-kuromoji-neologd/)### Issues/Questions
Please file an [issue](https://github.com/codelibs/elasticsearch-analysis-kuromoji-ipadic-neologd/issues "issue").
(Japanese forum is [here](https://github.com/codelibs/codelibs-ja-forum "here").)## Installation
$ $ES_HOME/bin/elasticsearch-plugin install org.codelibs:elasticsearch-analysis-kuromoji-ipadic-neologd:7.1.0
## References
### Analyzer, Tokenizer, TokenFilter, CharFilter
The plugin includes these analyzer and tokenizer, tokenfilter.
| name | type |
|:-------------------------------------------------|:-----------:|
| kuromoji\_ipadic\_neologd\_iteration\_mark | charfilter |
| kuromoji\_ipadic\_neologd | analyzer |
| kuromoji\_ipadic\_neologd\_tokenizer | tokenizer |
| kuromoji\_ipadic\_neologd\_baseform | tokenfilter |
| kuromoji\_ipadic\_neologd\_part\_of\_speech | tokenfilter |
| kuromoji\_ipadic\_neologd\_readingform | tokenfilter |
| kuromoji\_ipadic\_neologd\_stemmer | tokenfilter |### Usage
See [Elasticsearch Kuromoji](https://github.com/elastic/elasticsearch-analysis-kuromoji "elasticsearch-analysis-kuromoji").
### Update Kuromoji Jar File
If you want to replace with the latest Lucene Neologd jar file, download it from https://maven.codelibs.org/org/codelibs/lucene-analyzers-kuromoji-ipadic-neologd/ and then replace old file in $ES_HOME/plugins/analysis-kuromoji-ipadic-neologd.
### What is NEologd
See [mecab-ipadic-NEologd](https://github.com/neologd/mecab-ipadic-neologd "mecab-ipadic-NEologd").
## Use Lucene Kuromoji for Neologd
If you want to use Lucene Kuromoji for Neologd in your application other than elasticsearch, you can use lucene-analyzers-kuromoji-ipadic-neologd jar file, not this plugin.
To use the jar file, put the following settings into your pom.xml....
codelibs.org
CodeLibs Repository
https://maven.codelibs.org/
...
org.codelibs
lucene-analyzers-kuromoji-ipadic-neologd
6.4.0-20180927
...See [CodeLibs Maven Repository](https://maven.codelibs.org/org/codelibs/lucene-analyzers-kuromoji-ipadic-neologd/).