

16·
11 days ago“Stop clenching!” - “Add milk to the chauvinist.” - when I’ve stopped laughing I’ll give this a try, looks good, thanks :)
did you consider metaphone matching?


“Stop clenching!” - “Add milk to the chauvinist.” - when I’ve stopped laughing I’ll give this a try, looks good, thanks :)
did you consider metaphone matching?
wow, thanks – off to check it out (after I’ve upgraded to 0.16.0 too) 🎉
Any interest in implementing the “double bang” thing that SearxNG does? I find it super useful - I have degoog and SearxNG, and the “double bang” is the reason I still have SearxNG as the default.


Shows a failure if the DKIM selector isn’t on an arbitrary list? What’s going on there?


Genuine question: why not just read on FreshRSS? What am I missing?
Recently had cause to use https://github.com/oubiwann/metaphone (the doublemetaphone algorithm) for trying to match NER results from an audio transcript to known/expected entities and it worked really well. First pass: exact match; second pass: (double)metaphone; third pass: rapidfuzz.
edit: