emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim 7c480ae 2/3: * pyim.el (pyim-import-words-and-coun


From: ELPA Syncer
Subject: [elpa] externals/pyim 7c480ae 2/3: * pyim.el (pyim-import-words-and-counts): init dcaches first.
Date: Mon, 22 Nov 2021 19:57:30 -0500 (EST)

branch: externals/pyim
commit 7c480ae03ce7e82c071183ef099a74e10827e26c
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * pyim.el (pyim-import-words-and-counts): init dcaches first.
---
 pyim.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyim.el b/pyim.el
index 91492f8..b47d959 100644
--- a/pyim.el
+++ b/pyim.el
@@ -383,6 +383,8 @@ MERGE-METHOD 是一个函数,这个函数需要两个数字参数,代表词
 缓存中的词频和待导入文件中的词频,函数返回值做为合并后的词频使用,
 默认方式是:取两个词频的最大值。"
   (interactive "F导入词条和词频信息文件: ")
+  ;; 导入词条和词频之前需要加载 dcaches.
+  (pyim-process-init-dcaches)
   (with-temp-buffer
     (let ((coding-system-for-read 'utf-8-unix))
       (insert-file-contents file))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]