valeriansaliou / sonic

🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
https://crates.io/crates/sonic-server
Mozilla Public License 2.0
19.79k stars 562 forks source link

Telugu Languge support needed #278

Open Hari-Bonda opened 2 years ago

Hari-Bonda commented 2 years ago

Hello, currently sonic is supporting a few Indian languages request team to add support for the Telugu language

i am not a developer but I will try to do whatever is needed to add the Telugu language into sonic.

image

https://discuss.flarum.org/d/28826-flarum-sonic

valeriansaliou commented 2 years ago

Hello! Thanks for that! You'd be looking first to add support for this language in the whatlang library that Sonic uses. It is a requirement for a language to be added to Sonic, as Sonic heavily depends on whatlang, especially for ngram-based language detection from arbitrary strings.

Hari-Bonda commented 2 years ago

Hello, thanks for stepping in https://whatlang.org/ right? do you know any step by step process or need to ask them directly? https://github.com/greyblake/whatlang-rs i am hoping the process will be something similar to weblate.org

they are supporting Telugu

https://github.com/greyblake/whatlang-rs/blob/master/SUPPORTED_LANGUAGES.md

image

valeriansaliou commented 2 years ago

Yes, exact. You can then PR Sonic here :)