From e7877caed6c2e1d87dfabcd705d651eda7e32e46 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Tue, 14 Dec 2021 00:54:08 -0500 Subject: [PATCH] Update Google Drive links --- reference/pocketsphinx.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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__))"``).