branch: externals/pyim
commit 028e443527166e8cd6ecc903e635fbe89aca9c91
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * pyim-dhashcache.el (pyim-dhashcache-count-types): Update comment.
---
 pyim-dhashcache.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyim-dhashcache.el b/pyim-dhashcache.el
index 5d62433b87..56df6622e2 100644
--- a/pyim-dhashcache.el
+++ b/pyim-dhashcache.el
@@ -48,6 +48,7 @@
      ;; 能是连续的,也可能不连续。
      :max-save-length 7
      ;; 计算词条优先级时,连续七天的 day count 对应的权重。
+     ;; 注意事项:这七个数字的选取,更多的基于猜想和估计,也许有更好的选择。
      :weights ,(pyim-proportion (reverse '(1 2 3 5 8 13 21)))
      ;; 从当天日期获取前一天日期时,需要减去的天数,这个在 day count 类型中没有
      ;; 意义,但如果以后添加 month count 类型,这个设置就有意义了。

Reply via email to