stanfordnlp / python-stanford-corenlp

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

Added maximum character length functionality #25

Closed mgrenander closed 5 years ago

mgrenander commented 6 years ago

Hi, This PR gives the option to set a maximum character length when initializing the client. It simply adds a flag "maxCharLength" to the start_cmd. The default (100000) is the same as the default CoreNLP settings.