We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used spacy to analyze a short (german) sentence and would like to know more about the used "names"
For example: <--sb--- <-ROOT-- <--oa--- <--cd--- <--cj--- <--oa--- <--svp--
ROOT is the only "clear" one. I checked https://spacy.io/docs/api/annotation but in the given pdf (http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf) these abbrevations are not used. Also following the links to ClearNLP only lead to https://emorynlp.github.io/nlp4j/components/dependency-parsing.html which also did not the contain the needed information.
Where can I find a legend of the used abbrevations?
The text was updated successfully, but these errors were encountered:
Ah, damn. This part of the docs needs to be generalised for German...
The German model was trained on the TIGER treebank. I'll find the docs and update the page.
Sorry, something went wrong.
ddf5c5b
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
I used spacy to analyze a short (german) sentence and would like to know more about the used "names"
For example:
<--sb---
<-ROOT--
<--oa---
<--cd---
<--cj---
<--oa---
<--svp--
ROOT is the only "clear" one. I checked https://spacy.io/docs/api/annotation but in the given pdf (http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf) these abbrevations are not used.
Also following the links to ClearNLP only lead to https://emorynlp.github.io/nlp4j/components/dependency-parsing.html which also did not the contain the needed information.
Where can I find a legend of the used abbrevations?
The text was updated successfully, but these errors were encountered: