-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Plsa_parella | ||
test | ||
# Plsa_parella code (C++) | ||
This is an example C++ code for PLSA algorthim and this version is a multi thread version. The code used the boost library so if you wanted compile it and use it correctly you must install the boost lib in your system. | ||
|
||
##install & compile | ||
|
||
- step 1: if you have install the boost library you can directly jump to step 2,either donwload the boost library and install it from:[http://www.boost.org/](http://www.boost.org/) | ||
- step 2: `./mk.sh` | ||
|
||
##use usage | ||
`./showPlsa_parella 20` | ||
when the train process is end, the most frequent 20 words of every topic will print out in your screen | ||
|
||
|