There are a lot of Topic Models. 18/02/23 # of TM is 24
- ATM(author topic model)
There are a lot of Topic Models. 18/02/23 # of TM is 24
| suppressPackageStartupMessages(library(RJSONIO)) | |
| #We will load all the R files starting from the base directory | |
| base_folder <- getwd() | |
| #The lib folder contains the R program that handles all the communication with Storm. | |
| lib_folder <- paste(base_folder, "/lib", sep="") |