/rJST

Implementation of Joint Sentiment Topic Modelling (Lin and He) for R.

Primary LanguageC++

rJST

Implementation of Joint Sentiment Topic Modelling (Lin and He) for R.

How to use

Install using:

library(devtools)
install_github('maxboiten/rJST')

Contains functions for jst and reverse jst. They can be called with as primary argument a dfm object as provided by Quanteda. The dictionary arguments accepts quanteda dictionary objects. See quanteda documentation for more info.

References

See linron84/JST.