I'm using wit.ai as a (probably) temporary solution for a speech-to-text service in my own personal assistant. I then pass along this transcribed text elsewhere for further analysis. Eventually I'll probably move away to something a little more hefty (Watson, PocketSphinx, etc.), but wit.ai seems a good first step because it's free and easy.
However, I'd like to add my own custom words to wit.ai. Specifically names of bands that aren't real English for my music player.
Ideally I'd be able to upload a large file or hit an api many times with example phrases that it could expect.
Something like:
Play Black Dog by Led Zeppelin
Play Come Down by Anderson Paak
Play Hippie Babysitter by Papadosio
Words like Paak
and Papadosio
aren't in the dictionary but can be sounded out just like any word. I know CMUSphinx/PocketSphinx can do this just fine. Does anyone know of a way that Wit.ai can do this?