brad999 / nikita

Nikita voice computing platform
MIT License
1 stars 0 forks source link

Wit intents #44

Open brad999 opened 9 years ago

brad999 commented 9 years ago

Look into using Wit as the active STT client and using intentions for get to modules instead of regular expressions.

brad999 commented 9 years ago

Going to use wit intentions to determine modules for the first attempt to match, then use regex if there is no intent given or if there is no intent match. Will also have ability to only use regex when in offline mode.

brad999 commented 9 years ago

Currently working on this in the "wit" branch. There is a "useIntents" flag that will determine whether or not wit intents will be used. Currently this is manually set in conversation.py but will eventually be moved to the profile. This will need to be included in the offline mode, #24 , so that intents aren't attempted to be evaluated when there is no internet connection.