From d85b0960eb645f287d961f8d0acfd0298e035839 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 28 Apr 2020 11:55:58 +0200 Subject: [PATCH] Address review comment --- doc/Decoder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Decoder.rst b/doc/Decoder.rst index 03cbd39d..e337f031 100644 --- a/doc/Decoder.rst +++ b/doc/Decoder.rst @@ -76,4 +76,4 @@ The character, '|' in this case, will then have to be replaced with spaces as a Implementation ^^^^^^^^^^^^^^ -The decoder source code can be found in ``native_client/ctcdecode``. The decoder is included in the language bindings and clients. In addition, there is a separate Python module which includes just the decoder and is needed for evaluation. A pre-built version of this package is automatically downloaded and installed when installing the training code. If you want to manually build and install it from source, see the :github:`native_client README `. +The decoder source code can be found in ``native_client/ctcdecode``. The decoder is included in the language bindings and clients. In addition, there is a separate Python module which includes just the decoder and is needed for evaluation. A pre-built version of this package is automatically downloaded and installed when installing the training code. If you want or need to manually build and install it from source, see the :github:`native_client README `.