Update dangling reference to removed scorer scripts docs

See #3016
This commit is contained in:
Reuben Morais 2020-05-26 17:35:08 +02:00 committed by GitHub
parent aef9ed9792
commit 99c34df368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,5 @@ This directory contains language-specific data files. Most importantly, you will
2. A scorer package (`data/lm/kenlm.scorer`) generated with `data/lm/generate_package.py`. The scorer package includes a binary n-gram language model generated with `data/lm/generate_lm.py`.
For more information on how to build these resources from scratch, see `data/lm/README.md`
For more information on how to build these resources from scratch, see the ``External scorer scripts`` section on `deepspeech.readthedocs.io <https://deepspeech.readthedocs.io/>`_.