Note: All Unicode characters are escaped. To un-escape them, consider using:
library(AllStopwords)
if(!requireNamespace('stringi')){
install.packages('stringi')
}
data('stopwordsISO')
stopwords_unescaped <- lapply(stopwordsISO,
stringi::stri_unescape_unicode)