dfrtopics
dfrtopics copied to clipboard
An R package for exploring topic models of text
Hello! I have Twitter data and I performed topic modeling with Mallet. I visualized topics over time with topic_series (but changed years to days). I got this:  Can I...
Per the associated [python docs](https://docs.python.org/2/library/simplehttpserver.html), SimpleHTTPServer was merged with http.server in python3. As Python2 is EOL, this switches to python3 support for the browser server script.
Here is a dummied up script to test what seems to be a bug with inference in dfrtopics options(java.parameters="-Xmx6g") library(dfrtopics) library(dplyr) \#first create some dummy data for repeatability. Read in...
In v0.2.2, I try to implement (the most basic version of) the posterior predictive checking for topic models described in [Mimno and Blei, 2011](http://www.cs.columbia.edu/~blei/papers/MimnoBlei2011.pdf). But verifying that the checking actually...
Hi, I am encountering an error message after running the train_model function. **Error: 'data_frame_' is not an exported object from 'namespace:dplyr'** Also, many of the parameters of the mallet_model object...