xiaohuiyan / BTM

Code for Biterm Topic Model (published in WWW 2013)
https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf
Apache License 2.0
405 stars 137 forks source link

Update runExample.sh #25

Open blas-ko opened 4 years ago

blas-ko commented 4 years ago

Fix compilation issues related to calling python via python which may call the incompatible python 2. Now it uses python3 explicitly. It relates to #13.