From 76e95bfe142195db4055d5c5e177ebc0e928ae84 Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Sat, 6 Jun 2026 11:16:51 -0700 Subject: [PATCH] Update LM data 1. adding new words 2. adjust the fraction of bigram and trigram. --- data/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index c53738d..25f498c 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,9 +1,9 @@ -set(LM_TAR "lm_sc.arpa-20250113.tar.zst") +set(LM_TAR "lm_sc.arpa-20260606.tar.zst") # Use our own file server for convenience. set(LM_URL "https://download.fcitx-im.org/data/${LM_TAR}") fcitx5_download(lm-download ${LM_URL} ${LM_TAR} - ee83ecf20d52e8bccdba4cf6cd57183d53c257713a5eb77ee3a63d50fc3796dd) + 8c7da1b03770060269b92c0e6172552a2a9041cb74ef0be0b2659e10f0a703f1) fcitx5_extract(lm-extract ${LM_TAR} DEPENDS lm-download OUTPUT lm_sc.arpa)