stanfordnlp / python-stanford-corenlp

Python interface to CoreNLP using a bidirectional server-client interface.
MIT License
516 stars 105 forks source link

Add stdout and stderr as optional parameters #16

Closed pltrdy closed 6 years ago

pltrdy commented 6 years ago

Hi,

I suggest to add stdout and stderr as parameters in order to be able to control/redirect sub-processes output.

I set default values so this should not result in compatibility issues.