cisco / mindmeld

An Open Source Conversational AI Platform for Deep-Domain Voice Interfaces and Chatbots.
http://mindmeld.com
Apache License 2.0
674 stars 185 forks source link

Expose language parameter #83

Closed derekmpham closed 4 years ago

derekmpham commented 4 years ago

Not exposing non-English languages--implementing Vietnamese version of Kwik-E-Mart app. Need to expose language parameter in Application and ApplicationManager classes, as well as pass language parameter into nlp.process(). See PR #82

minhtuev commented 4 years ago

Nice! This is a change that we really need and overlooked in the previous implementation!

minhtuev commented 4 years ago

We have changed the interface due so that we can add language and locale param for each NLP object directly. In the future, we might revisit setting a default language for an application when we add native support for multiple languages. We will descope this PR to simply add the Vietnamese version of Kwik E Mart.

https://github.com/cisco/mindmeld/pull/98