Dependency Grammar literature #7868
Answered
by
polm
Fourthought
asked this question in
Help: Other Questions
-
Hi there, Hopefully a quick question. I'm looking to document a dependency parsing component and note spaCy uses dependency grammar, as opposed to Chomsky's phrase structure grammar. Do you have any go to books, papers or references about dependency grammar please. Steve |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Apr 23, 2021
Replies: 1 comment
-
spaCy's annotation scheme is based on Universal Dependencies. Besides their official docs I would recommend Chapter 14 in the Jurafsky & Martin NLP Book, which is probably a more organized and accessible introduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spaCy's annotation scheme is based on Universal Dependencies. Besides their official docs I would recommend Chapter 14 in the Jurafsky & Martin NLP Book, which is probably a more organized and accessible introduction.