ARMmaster17 / JeffBot

(Yet another) comical and extensible chat bot.
https:\\jeffchatbot.herokuapp.com
MIT License
9 stars 2 forks source link

Sentence subject recognition #13

Open ARMmaster17 opened 8 years ago

ARMmaster17 commented 8 years ago

As of right now, JeffBot picks a random word in the query to start the sentence. Needs to be changed to pick either a noun or a verb (E.g. ignore words like is, the, a, an, etc)

FreekingDean commented 8 years ago

I think https://github.com/yohasebe/engtagger is the best bet for this.