Reputation: 10287
If I have zero experience developing spoken NLP interaction, what is the easiest way for me to make a Hello World, and begin experimenting from there?
Any platforms and programming languages and APIs are relevant here, as long as they give me the most basic equivalent of Hello World AND are flexible enough that I could potentially play around for a few hours in that environment using various public REST APIs and glueing strings/regex together and get some useful demo apps out of it.
Please offer kind suggestions to improve this question if it's not clear enough, since it's probably a topic on a lot of programmers' minds and something which is not yet mainstream.
Upvotes: 1
Views: 495
Reputation: 15422
If you want to play with building blocks, you can use:
Upvotes: 3
Reputation: 25210
Start looking on existing projects like this one:
read the code and analyze what they are doing. Those are toys anyway since technology behind Siri is quite complex
To get a deep understanding of the technology read the papers from the CALO project which was a Siri base:
Upvotes: 0