brendano / stanford_corenlp_pywrapper

151 stars 59 forks source link

CoNLL output using the wrapper? #30

Open ayrtonmassey opened 9 years ago

ayrtonmassey commented 9 years ago

Is there a way to get the CoNLL output of CoreNLP using the wrapper? I tried passing the argument 'outputFormat': 'conll' in configdict, but no dice. Ideally I'd like to have the CoNLL output included as part of / alongside the standard JSON output.

(If you're not aware, CoreNLP is capable of producing CoNLL-format files by passing the option -outputFormat conll).

brendano commented 9 years ago

Nope it doesn't do it. Please submit a PR to add the capability if you'd like it.

On Wed, Aug 19, 2015 at 11:42 AM, Ayrton Massey notifications@github.com wrote:

Is there a way to get the CoNLL output of CoreNLP using the wrapper? I tried passing the argument 'outputFormat': 'conll' in configdict, but no dice. Ideally I'd like to have the CoNLL output included as part of / alongside the standard JSON output.

(If you're not aware, CoreNLP is capable of producing CoNLL-format files by passing the option -outputFormat conll).

— Reply to this email directly or view it on GitHub https://github.com/brendano/stanford_corenlp_pywrapper/issues/30.