dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
610 stars 229 forks source link

could you add windows support? #49

Closed BlankRain closed 5 years ago

BlankRain commented 7 years ago
PS F:\gitwork\stanford-corenlp-python> python corenlp.py
Traceback (most recent call last):
  File "corenlp.py", line 257, in <module>
    nlp = StanfordCoreNLP()
  File "corenlp.py", line 163, in __init__
    self.corenlp = pexpect.spawn(start_corenlp)
AttributeError: 'module' object has no attribute 'spawn'

https://github.com/pexpect/pexpect/issues/321 http://pexpect.readthedocs.io/en/stable/overview.html#pexpect-on-windows

could you add windows support?

StatguyUser commented 6 years ago

+1