retextjs / retext

natural language processor powered by plugins part of the @unifiedjs collective
https://unifiedjs.com
MIT License
2.36k stars 93 forks source link

Any retext classify plugins out there? #34

Closed s-a closed 8 years ago

s-a commented 8 years ago

I try to find a natural language classify module and wonder if there is no one out there for retext so far. I wish I could do something like this ...

speak.classify("What is your name?")             //=> { action: "what", owner: "listener", subject: "name" }
speak.classify("Do you know what time it is?")   //=> { action: "what", owner: "it", subject: "time" }
wooorm commented 8 years ago

Nope, not yet! It’s pretty hard to do actually, but it would be cool :)