මචන්ලා Naive Bayes Classifier Algorithm එක use කරල Python වලින් POS Tagging කරන්න පුලුවන්ද සින්හල language එකට 

I am trying to create a part of speech tagging system for Sinhala language. I tried to create a language model .can I use Naive Bayes Classifier to tag sinhala words ? I have 500 sentences for training and 100 sentences for test set in my language (one of Indic language). All I need to do is pick up one of the classifier (Naive Bayes implemented), train it and test its accuracy. The problem is texts aren't in English. I am seeking for suggestions on which Classifier well fits to cover up the main issue I am having so far is with unicode.


මචන්ලා හෙල්ප් plzzzzz



I am trying to create a part of speech tagging system for Sinhala language. I tried to create a language model .can I use Naive Bayes Classifier to tag sinhala words ? I have 500 sentences for training and 100 sentences for test set in my language (one of Indic language). All I need to do is pick up one of the classifier (Naive Bayes implemented), train it and test its accuracy. The problem is texts aren't in English. I am seeking for suggestions on which Classifier well fits to cover up the main issue I am having so far is with unicode.



මචන්ලා හෙල්ප් plzzzzz

