README.md

rulexicon

Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. Lifecycle:
stable

An R data package containing a collection of Russian lexicons, polarity tables, stop words lists, lemmatization tables and etc. for text analysis.

Naming convention

The naming convention based on the idea of lexicon package, and help to categorize the data types.

Prefix Description key\_ 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

Installation

You can install this package from GitHub with:

# install.packages("devtools")
devtools::install_github("dmafanasyev/rulexicon")


dmafanasyev/rulexicon documentation built on Jan. 25, 2022, 4:18 p.m.