Skip to content
/ artm Public

Topic Modeling in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

news-r/artm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artm

Lifecycle: experimental

The goal of artm is to integrate by integrating BigARTM (Additive Regularization of Topic Models) with R.

Installation

Install the package using remotes.

# install.packages("remotes")
remotes::install_github("news-r/artm")

To install the dependency follow the instructions given on the official documentation.

Example

Use data from another news-r package.

# remotes::install_github("news-r/nethoser")
data("webhoser", package = "nethoser")

Preprocess.

library(artm)

# Preprocess returns path to file
(file <- preprocess(webhoser, text, uuid))

batch_vectorizer(file)

About

Topic Modeling in R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages