I used the packages "tm", "lda" and "topicmodels" in R.
Is there open source code for these packages (in other language(s)) so that I could modify the core??
I used the packages "tm", "lda" and "topicmodels" in R.
Is there open source code for these packages (in other language(s)) so that I could modify the core??
Every package on CRAN (the main R archive) has a link to the source code. e.g.
http://cran.r-project.org/web/packages/lda/index.html
lists:
Reference manual: lda.pdf
Package source: lda_1.3.2.tar.gz
MacOS X binary: lda_1.3.2.tgz
Windows binary: lda_1.3.2.zip
Old sources: lda archive
download the package source, extract it (7-zip will extract tar.gz archives on Windows, I think) and there will be the source code.