diff --git a/reference/pocketsphinx.rst b/reference/pocketsphinx.rst index e4c1bf34..831a7780 100644 --- a/reference/pocketsphinx.rst +++ b/reference/pocketsphinx.rst @@ -6,9 +6,9 @@ Installing other languages By default, SpeechRecognition's Sphinx functionality supports only US English. Additional language packs are also available, but not included due to the files being too large: -* `International French `__ -* `Mandarin Chinese `__ -* `Italian `__ +* `International French `__ +* `Mandarin Chinese `__ +* `Italian `__ To install a language pack, download the ZIP archives and extract them directly into the module install directory (you can find the module install directory by running ``python -c "import speech_recognition as sr, os.path as p; print(p.dirname(sr.__file__))"``).