Skip to content
New issue

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

Missing documentation on dependency parsing results #657

Closed
kristall opened this issue Nov 23, 2016 · 2 comments
Closed

Missing documentation on dependency parsing results #657

kristall opened this issue Nov 23, 2016 · 2 comments
Labels
docs Documentation and website

Comments

@kristall
Copy link

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?

@honnibal
Copy link
Member

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.

@honnibal honnibal added the docs Documentation and website label Nov 23, 2016
@ines ines closed this as completed in ddf5c5b Dec 19, 2016
@lock
Copy link

lock bot commented May 9, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs Documentation and website
Projects
None yet
Development

No branches or pull requests

2 participants