Pierre-David Bélanger
Pierre-David Bélanger
This is expected, please see this : https://github.com/pierredavidbelanger/chatter-bot-api/issues/42#issuecomment-279778562 The solution (for Java) is here: https://github.com/pierredavidbelanger/chatter-bot-api/issues/39#issuecomment-279587277
Indeed, it probably changed. And expect that it will change again in the future, more and more often. Please see [this comment](https://github.com/pierredavidbelanger/chatter-bot-api/issues/39#issuecomment-279009716) to know why, then [this comment](https://github.com/pierredavidbelanger/chatter-bot-api/issues/39#issuecomment-279587277) for a...
If you don't mind, I will leave this one open. I feel I will have to deal again with this problem in the near future :)
I confirm this. Indeed, the Accept-Language header seems not to control Cleverbot language anymore.
@Kurimatzu I guess that if Cleverbot stop supporting languages, I doubt that you will find an other Cleverbot API that supports it (at least based on Accept-Language header). If you...
Hi, the [php](https://github.com/pierredavidbelanger/chatter-bot-api/tree/master/php) tree is a kind of mess right now. The most up-to-date code is in the [chatterbotapi.php](https://github.com/pierredavidbelanger/chatter-bot-api/blob/master/php/chatterbotapi.php) single file. But the Packagist compatible version is in the [php/src](https://github.com/pierredavidbelanger/chatter-bot-api/tree/master/php/src/ChatterBotApi),...
@PeeHaa this move is something that tickle me for a long time. And since you talk about it now, I guess I am willing to do this move soon. Do...
Is it mandatory that I refactor to be more [object oriented like this](https://github.com/pierredavidbelanger/chatter-bot-api/tree/master/php/src/ChatterBotApi) ? Or, do you think [this simple file](https://github.com/pierredavidbelanger/chatter-bot-api/blob/master/php/chatterbotapi.php) can be distributed through Packagist ?
@PeeHaa I like your implementation! You are clearly better than me at PHP :) Thank you for the hint.
Nice one! I will have a look at it.