wisdomify / storyteller

An Elsaticsearch-powered forward-dictionary of Korean proverbs
3 stars 0 forks source link
education elasticsearch forward-dictionary idioms language proverbs

storyteller

.env

This project controls secrets such as user id and password or API tokens via .env file on the root directory of the project.

.env file must have format like followings.

es_user={elasticsearch user name}
es_password={elasticsearch user password}

Downloading data

Indexing a corpus

python3 -m storyteller.main.index --i="gk" --b=1500

Searching a phrase


python3 -m  storyteller.main.index --wisdom="산 넘어 산"

Building wisdom2def or wisdom2eg