wit-ai / wit-go

Go client for wit.ai HTTP API
MIT License
156 stars 30 forks source link

add: language detection feature #13

Closed bpatyi closed 5 years ago

bpatyi commented 5 years ago

I added the feature of language detection to the client.

plutov commented 5 years ago

@bpatyi can you please check why tests are failing?

bpatyi commented 5 years ago

Hello @plutov!

The CI failed, because it did not found the WITAI_INTEGRATION_TOKEN. (The command of export didn't run). How I can fix it?

Thanks. Bence

plutov commented 5 years ago

It worked, Travis CI can't recognize token somehow when running a PR, after merge all integration tests passed. Thanks for PR!