I am a new user and I just want to get help with my work on R. i am doing Arabic text mining and I would love to have some help anyone have experience in this fields. So far I felt to normalize the Arabic text and even R doesn't print the Arabic characters in the console. I am stuck now and I don’t know is it right to change the language like doing the mining in Weka or any other way. Can anyone advise me if anyone achieved anything in mining Arabic text using R?
By the way I am working on Arabic tweets data set analysis. It took my one month to fetch the data. And I don’t know how long will take me to pre-processing the text.
相关问题
- R - Quantstart: Testing Strategy on Multiple Equit
- Using predict with svyglm
- React Native Inline style for multiple Text in sin
- Reshape matrix by rows
- Extract P-Values from Dunnett Test into a Table by
相关文章
- 放在input的text下文本一直出现一个/(即使还没输入任何值)是什么情况
- How to convert summary output to a data frame?
- How to plot smoother curves in R
- Paste all possible diagonals of an n*n matrix or d
- ess-rdired: I get this error “no ESS process is as
- How to use doMC under Windows or alternative paral
- dyLimit for limited time in Dygraphs
- Saving state of Shiny app to be restored later
I don't have much experience in this area, but I do not have problems with Arabic characters when I try this:
Make sure to install the proper fonts on your OS and IDE.
In OS X Arabic characters are properly represented :
When I check the encoding of an Arabic word on the both OS (OS X and Win 7), it seems to be well coded :
This may also be helpful: Reading arabic data text in R and plot()