From 67e3eefb95918f63065bf12e864d2df216d0c861 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 30 Sep 2019 10:54:59 +0200 Subject: [PATCH] Remove incorrect docs on Scorer X-DeepSpeech: NOBUILD --- native_client/ctcdecode/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/native_client/ctcdecode/__init__.py b/native_client/ctcdecode/__init__.py index b88b9464..c000bbaa 100644 --- a/native_client/ctcdecode/__init__.py +++ b/native_client/ctcdecode/__init__.py @@ -6,11 +6,9 @@ from . import swigwrapper class Scorer(swigwrapper.Scorer): """Wrapper for Scorer. - :param alpha: Parameter associated with language model. Don't use - language model when alpha = 0. + :param alpha: Language model weight. :type alpha: float - :param beta: Parameter associated with word count. Don't use word - count when beta = 0. + :param beta: Word insertion bonus. :type beta: float :model_path: Path to load language model. :trie_path: Path to trie file.