From 143af06b91b3d88ec0c0c1870f459e3215949012 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 5 Sep 2023 23:49:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D[Update]=20wordfilter=E3=81=AE?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index bd8e3535..d7c5e93b 100644 --- a/main.py +++ b/main.py @@ -312,8 +312,8 @@ def callbackSetMicWordFilter(value): config.INPUT_MIC_WORD_FILTER = word_filter.split(",") else: config.INPUT_MIC_WORD_FILTER = [] - # model.resetKeywordProcessor() - # model.addKeywords() + model.resetKeywordProcessor() + model.addKeywords() # Transcription Tab (Speaker) def callbackSetSpeakerDevice(value):