poltextlab / HunMineR

Companion package for the Hungarian text mining textbook

Home Page:https://poltextlab.github.io/HunMineR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HunMineR

HunMineR is the companion package to the Hungarian language text mining R textbook, ‘Text Mining and Artificial Intelligence with R’ (Szövegbányászat és mesterséges intelligencia R-ben). It contains a variety of Hungarian language corpora collected and maintained by the researchers of Centre for Social Sciences, Budapest. In addition to the selected corpora we also included custom stopwords and custom dictionaries.

Installation

The package is not available on CRAN (yet) but the development version can be downloaded from GitHub with devtools:

devtools::install_github("poltextlab/HunMineR")

Usage

For more info on the datasets and other included objects you can use the ? approach:

?data_mnb_pr

To access the datasets, stopwords, etc. just run their names, or store them in an object of your choosing.

central_bank_pr <- data_mnb_pr

About

Companion package for the Hungarian text mining textbook

https://poltextlab.github.io/HunMineR/

License:GNU General Public License v3.0


Languages

Language:R 100.0%