Keywords List
Keywords List
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- armsbottomer0
possibly create an array of terms that you would like to invoke a response. then use a thesaurus api and query the user submitted term. iterate through the data you get back to see if any of the results match a word in your original array.
example: if the user types "chipper", and you have a "happy" response in your array, query the thesaurus with "chipper" and see if any of the results match "happy".
should you go this route, you might want to check out something like this:
http://words.bighugelabs.com/apiā¦