From 111011c643bdc13db444b74e25785f68156576ab Mon Sep 17 00:00:00 2001 From: Katharine Berry Date: Thu, 3 Aug 2023 20:27:56 -0700 Subject: [PATCH] enable spoken punctuation --- asr/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/asr/__init__.py b/asr/__init__.py index 48d144d..bfdcc3c 100644 --- a/asr/__init__.py +++ b/asr/__init__.py @@ -68,6 +68,7 @@ def recognise(): 'sample_rate_hertz': 16000, 'max_alternatives': 1, 'enableAutomaticPunctuation': True, + 'enableSpokenPunctuation': True, 'model': get_model_for_lang(lang), # 'metadata': { # 'interaction_type': 'DICTATION',