From c0580c59175f5d22bb92a2922df2b4e90f64d148 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 17 Jul 2022 23:22:43 +0800 Subject: [PATCH] LMI // Don't force default score to LMUserPhrases. --- Source/Modules/LangModelRelated/LMInstantiator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/LangModelRelated/LMInstantiator.swift b/Source/Modules/LangModelRelated/LMInstantiator.swift index 39c10112..96e2bf07 100644 --- a/Source/Modules/LangModelRelated/LMInstantiator.swift +++ b/Source/Modules/LangModelRelated/LMInstantiator.swift @@ -82,7 +82,7 @@ extension vChewing { // 聲明使用者語言模組。 // 使用者語言模組使用多執行緒的話,可能會導致一些問題。有時間再仔細排查看看。 var lmUserPhrases = LMCoreEX( - reverse: true, consolidate: true, defaultScore: 0, forceDefaultScore: true + reverse: true, consolidate: true, defaultScore: 0, forceDefaultScore: false ) var lmFiltered = LMCoreEX( reverse: true, consolidate: true, defaultScore: 0, forceDefaultScore: true