You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,16 @@ Ces instructions ne concernent pas la partie *mvo-chatbot* ou *mode impro*.
31
31
>>> quit()
32
32
```
33
33
34
+
####
35
+
36
+
S'il y a des erreurs avec pyenchant, essayer :
37
+
```
38
+
$ sudo apt-get install myspell-fr-fr # installer un dictionnaire francais
39
+
```
40
+
41
+
Pour le tts on dépend de sox et de pico-tts. installer sox (`sudo apt-get install sox` devrait pas poser de problème, pico-tts peut-être un peu plus... (ce tuto a marché pour moi sur rpi https://rpihome.blogspot.com/2015/02/installing-pico-tts.html)
0 commit comments