Closed deepikay closed 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"
Resolved by changing python to python3 in the runExample.sh script
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"