wit-api
wit-api copied to clipboard
Train : Max text length is 280
When sending train(), WIT API is not accepting samples when text length is greater than 280.
Two solutions are available : Either slice the text or return an error
@bashz : What do you think ?