-
Notifications
You must be signed in to change notification settings - Fork 2.7k
How to get “basic dependencies” or "enhancedDependencies" with the option “-outputFormat text” #1339
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Great question. Actually, that feature currently doesn't exist in the text format. Bad news is that apparently I was the one who wrote it, so I'm on the hook for adding such a feature |
As of the next release (which we expect in a couple weeks), this will work:
if you want it sooner than that, you can download & compile our dev branch |
Sorry my English is poor. Does it mean that I can use this command after I compile the dev branch now rather than waiting util a couple of weeks later? |
Yes, that's the intent. |
Thanks a lot. After compiling with command 'ant', it works. |
I am using this command to get the dependency parsing result of sentence.
When I set the "-outputFormat text ", I only get enhanced plus plus dependencies result, like:
root(ROOT-0, ask-5)
advmod(ask-5, However-1)
punct(ask-5, ,-2)
nsubj(ask-5, I-3)
nsubj(ask-5', I-3)
nsubj(ask-5'', I-3)
nsubj(ask-5''', I-3)
nsubj(ask-5'''', I-3)
nsubj(ask-5''''', I-3)
nsubj(ask-5'''''', I-3)
aux(ask-5, would-4)
conj:or(ask-5, ask-5')
conj:or(ask-5, ask-5'')
conj:or(ask-5, ask-5''')
conj:and(ask-5, ask-5'''')
conj:and(ask-5, ask-5''''')
conj:and(ask-5, ask-5'''''')
But I need basic dependencies or enhancedDependencies result.
How can I get “basic dependencies” or "enhancedDependencies" with the option “-outputFormat text”?
The text was updated successfully, but these errors were encountered: