meta-inf / BigTopicModel-1

Big Topic Model is a fast engine for running large-scale Topic Models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#BigTopicModel

Big Topic Model is a fast engine for running large-scale Topic Models.

###Got third party dependencies

Make sure you can access github.com , and run the the following command

$ ./set_third_party.sh

###Set the data directory

Set the data director under root direcotry

$ ln -sf  where/you/store/the/data/ data

###Compilation

First, run build.sh under the root directory to generate release and debug folder.

$ ./build.sh

Second, using make to compile.

$ cd release/
$ make

###Run the model

Modify the run.sh under release folder, to run your model.

$ cd release/
$ ./run.sh

About

Big Topic Model is a fast engine for running large-scale Topic Models.

License:MIT License


Languages

Language:C++ 83.0%Language:C 14.8%Language:CMake 1.2%Language:Python 0.6%Language:Shell 0.4%