Bhaswati Saha
Committed by GitHub

beam search value as parameter in offline_recognizer.py (#673)

Co-authored-by: bhascns <bhaswati@mihup.com>
@@ -124,6 +124,7 @@ class OfflineRecognizer(object): @@ -124,6 +124,7 @@ class OfflineRecognizer(object):
124 feat_config=feat_config, 124 feat_config=feat_config,
125 model_config=model_config, 125 model_config=model_config,
126 decoding_method=decoding_method, 126 decoding_method=decoding_method,
  127 + max_active_paths=max_active_paths,
127 hotwords_file=hotwords_file, 128 hotwords_file=hotwords_file,
128 hotwords_score=hotwords_score, 129 hotwords_score=hotwords_score,
129 blank_penalty=blank_penalty, 130 blank_penalty=blank_penalty,