TECHNOLOGICAL BASIS OF “INDUSTRY 4.0”
Comparision of two sentiment analysis algorythms
Industry 4.0, Vol. 4 (2019), Issue 5, pg(s) 216-219
This paper presents the comparison of the capabilities of two algorithms for Sentiment Analysis developed in Python. Both Python programs are used on the same Yelp dataset with customer reviews of the quality of the services in USA restaurants. The programs are based on open-source software frameworks and libraries as Python, NTLK, Scikit-Learn, Panda, etc. which are oriented to Machine and Learning and Natural Language Processing. The evaluation of the programs is based on precision of the predicted results and the compactness of the programming code. For model training and prediction, the Multinomial Naïve Bayes and Support Vectors Machines classifiers are applied in both algorithms.