I'm looking to build a simple conversational/text UI for an existing application.
Need to support about 20 "commands" (ex: How many visitors did I get last week?).
Considered just creating a Domain Specific Language (many libraries for that), but want to support something closer to natural language.
What libraries should I look at? I'm primarily a Python guy, but am open to other languages.
My personal advice, though, is while you can definitely try to support a more 'natural' type of language, you do want to define fixed formats for commands in your documentation/help so as not to confuse users or encourage them to keep trying all sorts of variations to figure out what magic combo makes your bot work.