archy-bold / not-enough-musk-spambot

Bot to post replies in r/EnoughMuskSpam
5 stars 1 forks source link

Use an NLP module to read words #7

Open archy-bold opened 1 year ago

archy-bold commented 1 year ago

Instead of matching words on exact string matches, use NLTK or spaCy to extract words much betterer.

Some reading: https://www.activestate.com/blog/natural-language-processing-nltk-vs-spacy/ https://towardsdatascience.com/natural-language-processing-document-search-using-spacy-and-python-820acdf604af https://realpython.com/natural-language-processing-spacy-python/