Wordseer / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools
GNU General Public License v2.0
58 stars 27 forks source link

stucked on 'Loading Models: 2/5' #11

Open dwang888 opened 8 years ago

dwang888 commented 8 years ago

When I run: Python corenlp/corenlp.py, the tool was kicked off, then it stucked on 'Loading Models: 2/5' I put effort on reading the source code and found: corenlp.py around line 323, the code to show progress block it. After removing the progress bar show code, it worked smoothly :p