├── Burmese_News_Classification.ipynb ├── LICENSE ├── README.md ├── app.py ├── media ├── news.png └── result.gif ├── mm-news-classification-dataset.csv ├── requirements.txt ├── stopword.txt ├── svm_model.sav ├── system_design.png └── vectorizer.pickle /Burmese_News_Classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/Burmese_News_Classification.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/app.py -------------------------------------------------------------------------------- /media/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/media/news.png -------------------------------------------------------------------------------- /media/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/media/result.gif -------------------------------------------------------------------------------- /mm-news-classification-dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/mm-news-classification-dataset.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/requirements.txt -------------------------------------------------------------------------------- /stopword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/stopword.txt -------------------------------------------------------------------------------- /svm_model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/svm_model.sav -------------------------------------------------------------------------------- /system_design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/system_design.png -------------------------------------------------------------------------------- /vectorizer.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThuraAung1601/Automatic-Myanmar-News-Classification/HEAD/vectorizer.pickle --------------------------------------------------------------------------------