-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As discussed in coreruleset/documentation#208, we would like to switch the current implementation (using a simple famous english dictionary from Github) to Wordnet.
@theseion proposed the following :
This one doesn't look too bad: https://pkg.go.dev/github.com/lloyd/wnram.
Will require downloading the WN database, storing it in the cache dir (I imaging) and then parsing it from there.
Makes sense since the DB is ~80MB, wouldn't want that in the binary
DB available here: https://wordnet.princeton.edu/download
Needs proper attribution (like the original tool had).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request