diff --git a/doc/LANGUAGE_MODEL.rst b/doc/LANGUAGE_MODEL.rst index 6c008388..fa03d485 100644 --- a/doc/LANGUAGE_MODEL.rst +++ b/doc/LANGUAGE_MODEL.rst @@ -66,7 +66,7 @@ For more custom use cases, you might familiarize yourself with the `KenLM toolki Package the Language Model for Deployment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Finally, we package the trained KenLM model for deployment with ``generate_scorer_package``. You should always use one of the pre-built release binaries for ``generate_scorer_package``, but if for some reason you need to compile it yourself, please refer to :ref:`build-generate-scorer-package`. +Finally, we package the trained KenLM model for deployment with ``generate_scorer_package``. You can find pre-built binaries for ``generate_scorer_package`` on the official 🐸STT `release page `_ (inside ``native_client.*.tar.xz``). If for some reason you need to compile ``generate_scorer_package`` yourself, please refer to :ref:`build-generate-scorer-package`. Package the language model for deployment with ``generate_scorer_package`` as such: