No description
- Python 99.1%
- Dockerfile 0.9%
|
|
||
|---|---|---|
| analysis | ||
| hunspell | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .woodpecker.yml | ||
| __init__.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
Registry Indexer
-
Install requirements.txt
-
Add the 'analysis' folder and the 'hunspell' to the config path of your OpenSearch or ElasticSearch instance (usr/share/opensearch/config).
-
Add connection data for OS to .env
-
Execute 'indexer.py' to index all data sources to your OpenSearch.
Currently the following languages are supported for language specific analysis: German, English, French and Spanish. German and English use the hunspell dictionary for stemming. German furthermore considers compound words.