Use of spaCy to compute Syntactic Dependency Length #6723
Arka-cell
started this conversation in
Show & Tell
Replies: 1 comment 1 reply
-
Oh, cool, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have found out that spaCy proved to be very accurate at computing dependency lengths for language and I used it during my master thesis in Language Studies. I have created a repo that you can find here, if you have any ideas on how to improve the code or give more formulas to calculate dependency lengths (I have made the most basic formula) just commit your changes. Research about dependency lengths in language studies is common but I found that no one really made a step to make it accessible, what blew my mind is how easy and straightforward it was to make it possible with spaCy.
For further information on the algorithm used see the following thread in math.stackexchange. Big thanks to gfppoy for the incredible explanation for the algorithm. Also, you can directly pip install it from here.
Beta Was this translation helpful? Give feedback.
All reactions