CA Service Management

 View Only
  • 1.  CA SM 17.3 Aria Chatbot localization possible ?

    Posted Sep 02, 2020 02:52 AM
    Hi Everyone,

    Does anyone know that localization of aria chatbot ? 
    We would like to use Turkish language in chat senarios 

    Thanks 
    Regards
    baris


  • 2.  RE: CA SM 17.3 Aria Chatbot localization possible ?

    Posted Feb 11, 2021 09:26 AM
    Edited by Ludmila Kozlova Feb 11, 2021 09:34 AM
    Hi Baris,
    yes it possible. I've done it for Russian language.
    To do this you need to download xx_ent_wiki_sm and link rasa model. For this execute commands:
    python -m spacy download xx_ent_wiki_sm
    python -m spacy link xx_ent_wiki_sm en

    And translate the  next files:
    %ARIA_HOME%\VA\casm-bot\data\nlu.md
    %ARIA_HOME%\VA\casm-bot\domain.yml
    %xFlow_HOME%\APPS\Services\collabmicroservice-xxversion\conf\messages.en-US

    For the changes to take effect restart xFlow and execute commands:
    rasa_halt 
    rasa_train
    rasa_run

    Good luck!
    Screenshot of Russian localization:





  • 3.  RE: CA SM 17.3 Aria Chatbot localization possible ?

    Posted Feb 15, 2021 12:53 AM
    Thank you very much.

    Regards
    Baris