Stanford dependency list

Is there a way to have a list of all the types of Stanford dependencies?

http://nlp.stanford.edu/software/stanford-dependencies.shtml

+3
source share
4 answers

What do you think is missing? For major dependencies, the list in the manual should be complete. If not, then an error.

For folded dependencies, basically the same should apply, but it's more complicated because the two dependencies (prep_ * and conj_ *) do have an open slot. While prepositions and conjunctions are often regarded as closed parts of speech, there is not a single pre-formed list of excipients. Anything that is parsed as an excuse or join will fill this slot.

+3
source

. . , Stanford Parser ( )

+1

I know this a bit later, but I searched the same thing and found a list: http://wiki.opencog.org/w/Dependency_relations#Standard_list_of_dependency_relations

It is also available in the Stanford Dependencies Directory.

+1
source

If you are looking for a list of dependencies for newer versions (3.5.2 and newer) of the Stanford dependency analyzer, look at the Universal dependencies and there, in particular, the page with English grammar relations

This is related in the manual.

+1
source

All Articles