首页 > 其他 > 详细

TopicModel主题模型 - 主题模型可视化

时间:2015-04-29 19:45:51      阅读:557      评论:0      收藏:0      [点我收藏+]

http://blog.csdn.net/pipisorry

Browse LDA Topic Models

This package allows you to create a set of HTML files to browse a topic model.It creates a word cloud and time-graph per topic, and annotates a selection of documents with the topic for each word.
See the [the example](http://rpubs.com/vanatteveldt/topicbrowser) for a collection of State of the Union addresses.
Installing 安装

R命令行中输入:

if (!require(devtools)) {install.packages("devtools"); library(devtools)}
install_github("vanatteveldt/topicbrowser")
library(topicbrowser)
第一步提示要安装Rtools :
Loading required package: devtools
WARNING: Rtools is required to build R packages, but is not currently installed.
Please download and install Rtools 3.1 from http://cran.r-project.org/bin/windows/Rtools/ and then run find_rtools().
...
安装完成后第一步就不会报错了


from:http://blog.csdn.net/pipisorry


TopicModel主题模型 - 主题模型可视化

原文:http://blog.csdn.net/pipisorry/article/details/45369607

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!