R/ChangeIntoBasicLatin.R

ChangeIntoBasicLatin <- function(textToChange) {
  
  textChanged <- textToChange %>% DeleteAccentuation %>% ChangeLEdansLO
  
  return(textChanged)
  
}
Blitzy29/R.TextMining documentation built on May 6, 2019, 7:57 a.m.