presciencelabs / tabitha-editor

0 stars 0 forks source link

Fix false lookup matches #110

Closed craigp-atw closed 3 months ago

craigp-atw commented 3 months ago

Based on the lookup search of the stem, it was finding results that should not match based on the form of the word (eg. 'covering' will never be the noun 'cover'). It usually isn't a problem due to the part-of-speech rules that filter out the wrong ones, but it doesn't always work. This PR fully resolves that issue.

covering Before: image

After: image

judged Before: image

After: image

judges

pleased Before: image

After: image

bowed Before: image

After: image

cloudflare-pages[bot] commented 3 months ago

Deploying editor with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2f3ea28
Status: ✅  Deploy successful!
Preview URL: https://5da098e1.tabitha-editor.pages.dev
Branch Preview URL: https://fix-false-lookup-matches.tabitha-editor.pages.dev

View logs