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 Descriptionkey\_
A data.frame
with a lookup and return value
hash\_
A keyed data.table
hash table
hash\_lemmas\_
A lemmatization hash table
hash\_sentiment\_
A sentiment polarity hash table
profanity\_
A profane words vector
sw\_
A stopword vector
freq\_
A data.table
of terms with frequencies
\_en
An English version of dictionary
You can install this package from GitHub with:
# install.packages("devtools")
devtools::install_github("dmafanasyev/rulexicon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.