go-wit icon indicating copy to clipboard operation
go-wit copied to clipboard

Go library for the Wit.ai API for Natural Language Processing

Results 7 go-wit issues
Sort by recently updated
recently updated
newest added

This project is not maintained by the owner, use this one instead - https://github.com/wit-ai/wit-go

Currently the build is failing

Adding wercker.yml to fix the project's CI: the default wercker settings are not suitable because they include the build of examples which are mutually exclusive (they define multiple "main" func...

Hi! Seems like this is using wit.ai version 20151127, and in the latest version some APIs are deprecated. I forked your repo here: https://github.com/christianrondeau/go-wit * Upgraded to wit.ai 20170307 *...

Fix deprecated API. #4 Tests looks broken?

Making a request directly to wit.ai endpoint returns a new data structure: ``` curl \ -H 'Authorization: Bearer $TOKEN' \ 'https://api.wit.ai/message?v=20160526&q=hello_world' { "msg_id" : "e83597bb-cf63-429a-be0f-76779cd95b5f", "_text" : "hello_world", "entities" :...

Hey, I've just been using your library and receiving any entities back to my calling code in the message. Is there a specific way of doing this that isn't documented?