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" }
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 ...