I am working on text analytics project, having a text file with both hindi and English text messages. I am able to read English text but special characters are coming where ever there is a message in hindi.
I want to create a word cloud and do sentiment analysis of both hindi and English words simultaneously. Can some body please help me? How can i read hindi message also in R.
First of all I am not able to start as I am not able to read the file?
I have used file encoding as UTF-8 also to handle special characters.
Code i am using
Message <- readtext("C:/Users/admin/Desktop/Text_Body.txt",
encoding = "UTF-8", sep = ",", header = TRUE)