From 97b5b507880adf9e435bd04771e0c67e0a50bfb8 Mon Sep 17 00:00:00 2001 From: ftnext Date: Sat, 25 Jan 2025 18:15:22 +0900 Subject: [PATCH] docs: bambocher/pocketsphinx-python -> cmusphinx/pocketsphinx --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 91b78dc4..5556b931 100644 --- a/README.rst +++ b/README.rst @@ -129,12 +129,12 @@ The installation instructions on the PyAudio website are quite good - for conven PyAudio `wheel packages `__ for common 64-bit Python versions on Windows and Linux are included for convenience, under the ``third-party/`` `directory `__ in the repository root. To install, simply run ``pip install wheel`` followed by ``pip install ./third-party/WHEEL_FILENAME`` (replace ``pip`` with ``pip3`` if using Python 3) in the repository `root directory `__. -PocketSphinx-Python (for Sphinx users) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +PocketSphinx (for Sphinx users) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -`PocketSphinx-Python `__ is **required if and only if you want to use the Sphinx recognizer** (``recognizer_instance.recognize_sphinx``). +`PocketSphinx `__ is **required if and only if you want to use the Sphinx recognizer** (``recognizer_instance.recognize_sphinx``). -PocketSphinx-Python `wheel packages `__ for 64-bit Python 3.4, and 3.5 on Windows are included for convenience, under the ``third-party/`` `directory `__. To install, simply run ``pip install wheel`` followed by ``pip install ./third-party/WHEEL_FILENAME`` (replace ``pip`` with ``pip3`` if using Python 3) in the SpeechRecognition folder. +`Pocketsphinx-Python `__ `wheel packages `__ for 64-bit Python 3.4, and 3.5 on Windows are included for convenience, under the ``third-party/`` `directory `__. To install, simply run ``pip install wheel`` followed by ``pip install ./third-party/WHEEL_FILENAME`` (replace ``pip`` with ``pip3`` if using Python 3) in the SpeechRecognition folder. On Linux and other POSIX systems (such as OS X), run ``pip install SpeechRecognition[pocketsphinx]``. Follow the instructions under "Building PocketSphinx-Python from source" in `Notes on using PocketSphinx `__ for installation instructions.