I am working in text mining with spanish twitts, my problem is that i have the same words but in differents ways (with accent and without accent), example: accion, acción.
I tried to use coding: unicode "UTF-8", but dont work. my library library(stringi) library(twitteR) library(tm) library(wordcloud) library(RColorBrewer)