An R data package containing a collection of Russian lexicons, polarity tables, stop words lists, lemmatization tables and etc. for text analysis.
The naming convention based on the idea of lexicon package, and help to categorize the data types.
Prefix |
Description |
---|---|
|
A |
|
A keyed |
|
A lemmatization hash table |
|
A sentiment polarity hash table |
|
A profane words |
|
A stopword |
|
A |
\_en |
An English version of dictionary |
You can install this package from GitHub with:
# install.packages("devtools")
devtools::install_github("dmafanasyev/rulexicon")