#Contributing to new languages

1 messages · Page 1 of 1 (latest)

arctic grove
#

I'd really want to help improve and add new language support to the best of my ability which is atm none.

I read the contribution description here
https://github.com/OHF-Voice/speech-to-phrase/blob/main/CONTRIBUTING.md

And if I understood correctly, creating a pull-request with a new language.yaml in sentences would add support for that language?

I'd obviously have to test any contribution before a pull-request but I've yet to find a guide on how to properly test contributions to home assistant at all.

But I'd want to focus on voice assistant since I want to learn more about AI in general and I don't think there's any better place than smartifying my home with an voice assistant solution.

Is there a contribution guide on how to contribute to existing languages, tts and stt as well as guides on how to test and verify that the supposed improvements actually improves and follows the guidelines?

GitHub

Fast and personalized local speech-to-text. Contribute to OHF-Voice/speech-to-phrase development by creating an account on GitHub.

amber jungle
#

What language are we talking about?
Contributing to S2P is simply adapting existing intent templates (sentences) into a dictionary for a this STT engine.
You don't necessarily need to do PR right away; you can create a dictionary locally on your machine and test its functionality.
First, read the instructions and study the syntax used in the project.
As for LLM, it's completely unrelated to this project.

arctic grove
# amber jungle What language are we talking about? Contributing to S2P is simply adapting exist...

Thanks for the reply and sorry for the late reply, I didn't see the notification 😅.

I'd like to contribute further to swedish stt to begin, I think I eventually got it to work and be understandable though. At least I created config/custom_sentences/sv/{config to override}

And I found the "config to override" here

https://github.com/OHF-Voice/intents/tree/main/sentences/sv

If I understood correctly, I can verify the correctness of my configs and create a PR to that repo, specifically for my language and thus help improve the quality overall?

🙂

GitHub

Intents to be used with Home Assistant. Contribute to OHF-Voice/intents development by creating an account on GitHub.