From e21cea118aaf6d90cc1a5066bbc66427c50935df Mon Sep 17 00:00:00 2001 From: janvarev Date: Tue, 24 Jan 2023 18:28:15 +0300 Subject: [PATCH] =?UTF-8?q?7.5.1=20-=20=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D1=88=D0=BE=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20fuzzy=20-=20=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=82=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/core.py | 2 +- vacore.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/core.py b/plugins/core.py index 6fe311f..f83e2c5 100644 --- a/plugins/core.py +++ b/plugins/core.py @@ -32,7 +32,7 @@ def start(core:VACore): "contextRemoteWaitForCall": False, "tempDir": "temp", - "fuzzyThreshold": 0.95, + "fuzzyThreshold": 0.5, }, } diff --git a/vacore.py b/vacore.py index a674eba..30373d1 100644 --- a/vacore.py +++ b/vacore.py @@ -12,7 +12,7 @@ from jaa import JaaCore from collections.abc import Callable -version = "7.5" +version = "7.5.1" # main VACore class @@ -319,7 +319,7 @@ class VACore(JaaCore): if self.plugin_options("core")["fuzzyThreshold"] < probability: next_context = context[keyall] self.execute_next(rest_phrase, next_context) - + return # if not founded if self.context == None: