mobilecoinofficial / forest

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!
MIT License
19 stars 12 forks source link

improve error correction and put behind ENABLE_MAGIC feature gate #91

Closed itdaniher closed 2 years ago

itdaniher commented 2 years ago

This replaces Jaccard distance with Levenshtein distance error correction. The default match is delta-3, sufficient to match hp -> help, and all of: imagin, imogen, imagen, image, imagines, imahine -> 'imagine'

Require the / in groups to activate error correction.

Fix eval to work with expansion

technillogue commented 2 years ago

closing in favor of #94