Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hx173149 committed Jun 23, 2015
1 parent cb42c23 commit be0eb32
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
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


0 comments on commit be0eb32

Please sign in to comment.