read_dict_wordstat.Rd
Import a Wordstat dictionary
read_dict_wordstat(path, encoding = "auto")
path | path to file to be imported |
---|---|
encoding | the encoding of the file to be imported |
# NOT RUN { # dict <- read_dict_wordstat("/home/kohei/Documents/Dictionary/LaverGarry.txt", "utf-8") # dict <- read_dict_wordstat("/home/kohei/Documents/Dictionary/Wordstat/ROGET.cat", "utf-8") # dict <- read_dict_wordstat("/home/kohei/Documents/Dictionary/Wordstat/WordStat Sentiments.cat", # encoding = "iso-8859-1") # }