diff options
Diffstat (limited to 'src/gizmo/wasp-biblicality.el')
| -rw-r--r-- | src/gizmo/wasp-biblicality.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gizmo/wasp-biblicality.el b/src/gizmo/wasp-biblicality.el index b7c46ed8..317e87f7 100644 --- a/src/gizmo/wasp-biblicality.el +++ b/src/gizmo/wasp-biblicality.el @@ -37,7 +37,8 @@ (let ((occs (ht-get w/bible-table (downcase (s-trim word)))) (thresh 0.6)) (if occs - (+ thresh (/ (min occs 1000.0) (/ 1000.0 (- 1.0 thresh)))) + ;; (+ thresh (/ (min occs 1000.0) (/ 1000.0 (- 1.0 thresh)))) + (+ thresh (/ (min occs 10.0) (/ 10.0 (- 1.0 thresh)))) 0.0)))) (defun w/bible-word-color (word) |
