From b21ecce6645fc17c520b722de3d96e550c77c490 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 13 Mar 2025 21:30:13 -0400 Subject: Update --- src/gizmo/wasp-biblicality.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gizmo/wasp-biblicality.el') 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) -- cgit v1.2.3