Skip to content

Commit

Permalink
Update language model with unigram score based on frequency (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Jan 13, 2025
1 parent ce1aa26 commit c5b5a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(LM_TAR "lm_sc.arpa-20241001.tar.zst")
set(LM_TAR "lm_sc.arpa-20250113.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}
54934e73966eb38ea4fe8eae9c61dfe486af37da1cb5316a06b19c7d289e3063)
ee83ecf20d52e8bccdba4cf6cd57183d53c257713a5eb77ee3a63d50fc3796dd)
fcitx5_extract(lm-extract ${LM_TAR} DEPENDS lm-download
OUTPUT lm_sc.arpa)

Expand Down

0 comments on commit c5b5a83

Please sign in to comment.