NeuralNine / neuralintents

A simple interface for working with intents and chatbots.
MIT License
249 stars 135 forks source link

language addition #32

Open Mrjay12 opened 1 year ago

Mrjay12 commented 1 year ago

is there a way to train the assistant to understand different languages because I tried to add different languages, but it still replies only in English

iparsw commented 1 year ago

yes it will not perform as well because nltk (the tokenizition part) is optimized for english but it will work and better than what you imagine i tried it with my own mother tung (persian) and it works great it just might need more pattern example to learn the patters just write the patterns in the language you want and then the rest is the same