training a model for non Latin language
maherr13 opened this issue · 5 comments
Hello
I'm trying to use your package for training address parser for arabic (different letters from proposed languages), do you offer this feature ? if so would you guide me how to achieve this.
Thanks
Thank you for you interest in improving Deepparse.
Hello @maherr13,
Deepparse's models are multilingual, so they should support the arabic language as long as the dataset is defined properly.
You can take a look at our retraining tutorial (https://deepparse.org/examples/fine_tuning.html) and our training guide (https://deepparse.org/training_guide.html) for more information on how to train the models on your data.
Let me know if you have any questions!
@maherr13 it works in Japanese, Chinese and other non-Latin languages. I am pretty sure it will work.