Skip to content

Commit

Permalink
Update asr_language_modeling.rst: Add a missing word (NVIDIA#8007)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
Signed-off-by: Piotr Żelasko <[email protected]>
  • Loading branch information
martin0258 authored and pzelasko committed Jan 3, 2024
1 parent 93c8085 commit 61462ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/asr/asr_language_modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Flashlight (``flashlight``)
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Flashlight is a C++ library for ASR decoding provided at `https://github.com/flashlight/flashlight <https://github.com/flashlight/flashlight>`_. It is a CPU and CUDA-based beam search engine that is quite efficient and supports
char and subword models. It an ARPA KenLM file.
char and subword models. It requires an ARPA KenLM file.

It supports several advanced features such as lexicon based / lexicon free decoding, beam pruning threshold, and more.

Expand Down

0 comments on commit 61462ff

Please sign in to comment.