nodejitsu / kohai

I am kohai. I am a pluggable irc bot for managing real-time data events.
91 stars 17 forks source link

Implement levenshtein algo to help better detect retweets for Twitter plugin #22

Closed Marak closed 13 years ago

Marak commented 13 years ago

https://github.com/gf3/Levenshtein/blob/master/lib/levenshtein.js

or

https://gist.github.com/979790

I'd opt for @gf3 's library, since if it doesn't work it will be more fun to yell at him.

AvianFlu commented 13 years ago

We could also use Levenshtein to catch questions asked in IRC and compare them to an FAQ or something similar, then pipe back or link the response.