Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karibash/solr-sudachi-synonyms
The Sudachi synonym dictionary in Solar format.
https://github.com/karibash/solr-sudachi-synonyms
elasticsearch japanese-language opensearch synonym synonyms
Last synced: about 1 month ago
JSON representation
The Sudachi synonym dictionary in Solar format.
- Host: GitHub
- URL: https://github.com/karibash/solr-sudachi-synonyms
- Owner: Karibash
- License: mit
- Created: 2021-12-22T14:52:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T17:02:52.000Z (4 months ago)
- Last Synced: 2024-08-28T18:46:42.616Z (4 months ago)
- Topics: elasticsearch, japanese-language, opensearch, synonym, synonyms
- Language: Python
- Homepage:
- Size: 877 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solr-sudachi-synonyms
The Sudachi synonym dictionary in Solar format.
# Summary
Run a script that checks for updates to the Sudachi dictionary every hour and converts it to Solr format.
The script to convert the Sudachi dictionary to Solr format is from the following link.
https://github.com/WorksApplications/elasticsearch-sudachi/blob/828ee7cc991becf3818cbbf7d764612d495ec276/docs/ssyn2es.pyThe converted dictionary can be downloaded from the link below.
https://github.com/Karibash/solr-sudachi-synonyms/blob/main/synonyms.txt# Usage
## ElasticSearch
https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-graph-tokenfilter.html## AWS OpenSearch
https://docs.aws.amazon.com/ja_jp/opensearch-service/latest/developerguide/custom-packages.html
# License
MIT License
Copyright (c) 2021 Karibash.This repository includes the work that is distributed in the Apache License 2.0.