elasticsearch - Getting Sentiments Using Elastic Search -
i have big dataset of negative/positive/neutral sentiments in different languages. have 1 php api (based on naive bayes algorithm) sentiments based on give dataset. there 2 issues :-
1) extremely slow
2) not working non english languages such chinese , vietnamese
i looking solution in elastic search because es @ language handling , can handle huge dataset , can use inbuilt tokenizers of es.
is there way implement sentiment engine based on naive bayes algorithm in elastic search?
Comments
Post a Comment