You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 [email protected]
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 #30.
Is there a way to get the CoNLL output of CoreNLP using the wrapper? I tried passing the argument
'outputFormat': 'conll'
inconfigdict
, 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
).The text was updated successfully, but these errors were encountered: