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

compilation error #13

Closed deepikay closed 7 years ago

deepikay commented 7 years ago

when I run runExample.sh script for my data, I get error as: File "indexDocs.py", line 18 print(' '.join(map(str, wids)), file=wf), where the error is pointed at "file=wf"

deepikay commented 7 years ago

Resolved by changing python to python3 in the runExample.sh script