Tools to process (mainly Indic) dictionaries.
- Jar available here.
- See src/main/scala/stardict_sanskrit/commandInterface to see what's available.
Example invocation:
java -jar bin/artifacts/dict-tools.jar install --destinationPath /media/vvasuki/vData/dicts/stardict/ --dictRepoIndexUrl https://github.com/indic-dict/stardict-index/releases/download/current/dictionaryIndices.md --overwrite true
java -jar bin/artifacts/dict-tools.jar install --destinationPath /media/vvasuki/vData/dicts/stardict/ --dictRepoIndexUrl https://raw.githubusercontent.com/indic-dict/stardict-index/master/dictionaryIndices.md --overwrite true
To generate the bin/artifacts/dict-tools.jar artifact, which is used by dictionary developers during packaging:
- Use intellij?
- sbt assembly
See indic-transliteration/README for the following info: