GithubHelp home page GithubHelp logo

Comments (6)

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024 2

Ok, here it is, this commit allows one to pass a string to createSession to change de default language.

So now you can do something like this:

    $factory = new ChatterBotFactory();
    $bot1 = $factory->create(ChatterBotType::CLEVERBOT);
    $bot1session = $bot1->createSession('fr-CA'); // for canadian french

This new param, is straight added as an Accept-Language header

So, have a look at the Language Tags spec for the valid values you can use.

It feels like a hack, please test it and/or submit a PR to help me make this less smelly ;)

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024 1

I've played a little with the Java version, and made it works.

The latest java 1.4.0-SNAPSHOT version (this is a snapshot release only) now accepts an array of Locale that controls the languages the bot should respond into.

If I get good feedbacks with this, I will migrate the .NET, PHP and Python versions too.

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024 1

Yeah, I will take some time for this.
I do not know exactly how I will do it though.
Maybe make ChatterBot.createSession take an optional array of Locale ?

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

I did not even know that Cleverbot has multi language support.
I will need to investigate this one.

from chatter-bot-api.

marcinciarka avatar marcinciarka commented on July 18, 2024

Cleverbot speaks many languages. When I write in polish on the website he always responds in polish, but through the api it does polish/english, sometimes german.

Im counting on you, thanks for great api :)

from chatter-bot-api.

marcinciarka avatar marcinciarka commented on July 18, 2024

Is there any chance to move this to PHP?

from chatter-bot-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.