-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Italian model in pocketsphinx for offline recognition #101
base: development
Are you sure you want to change the base?
Conversation
Hi @himanshupathak21061998 |
Hello @norbusan |
@himanshupathak21061998 , which languages are occupying more space? |
ed74cd7
to
4ae2837
Compare
Sorry for late reply.
|
@himanshupathak21061998 Your travis build is failing, can yo rectify that |
@pranav1698 Failing travis builds is expected, since the patch adds an interactive question, which is a nogo. This has to be a command line option, otherwise we cannot use it in automatic builds |
@@ -928,6 +928,24 @@ if [ $targetSystem = raspi ] ; then | |||
sudo bash $INSTALLERDIR/raspi/access_point/wap.sh | |||
fi | |||
|
|||
read -p "Do you want to download languages for offline recognition?[y/n] " lang |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interaction is not possible, since we do build testing, as well as automated image creation. This needs to be a command line option or some combination.
to remove the interaction in the install script we have to decide if we want 300mb extra in the release for Pocket Sphinx. I doubt that we rely on Pocket Sphinx in the future so I believe that 300mb extra data should only be loaded in case that PocketSphinx is actually selected as tts. |
Yeah, I doubt that this will be useful in the future. Maybe an option (script, button, webinterface?) to install direct onto the device. |
Fixes fossasia/susi_linux#501
I added bash script to download Italian language model. Do you like this approach @stealthanthrax
Checklist
Test Passing
Short description of what this resolves:
Changes proposed in this pull request: