diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-13 21:30:13 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-13 21:30:13 -0400 |
| commit | b21ecce6645fc17c520b722de3d96e550c77c490 (patch) | |
| tree | ea43d01bd3e36c36eb7b43945ef662088aee3cb7 /src/gizmo/wasp-biblicality.el | |
| parent | a2d075656ca6a07c6263eee588e15cf2ee802995 (diff) | |
Update
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) |
