|
1 | 1 | //- 💫 DOCS > API > ANNOTATION > DEPENDENCY LABELS
|
2 | 2 |
|
3 |
| -+h(3, "dependency-parsing-english") English dependency labels |
4 |
| - |
5 | 3 | p
|
6 |
| - | The English dependency labels use the #[+a("http://www.clearnlp.com") ClearNLP] |
7 |
| - | #[+a("http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf") CLEAR Style]. |
| 4 | + | This section lists the syntactic dependency labels assigned by |
| 5 | + | spaCy's #[+a("/models") models]. The individual labels are |
| 6 | + | language-specific and depend on the training corpus. |
8 | 7 |
|
9 |
| -+table(["Label", "Description"]) |
10 |
| - +dep-row("acomp", "adjectival complement") |
11 |
| - +dep-row("advcl", "adverbial clause modifier") |
12 |
| - +dep-row("advmod", "adverbial modifier") |
13 |
| - +dep-row("agent", "agent") |
14 |
| - +dep-row("amod", "adjectival modifier") |
15 |
| - +dep-row("appos", "appositional modifier") |
16 |
| - +dep-row("attr", "attribute") |
17 |
| - +dep-row("aux", "auxiliary") |
18 |
| - +dep-row("auxpass", "auxiliary (passive)") |
19 |
| - +dep-row("cc", "coordinating conjunction") |
20 |
| - +dep-row("ccomp", "clausal complement") |
21 |
| - +dep-row("complm", "complementizer") |
22 |
| - +dep-row("conj", "conjunct") |
23 |
| - +dep-row("cop", "copula") |
24 |
| - +dep-row("csubj", "clausal subject") |
25 |
| - +dep-row("csubjpass", "clausal subject (passive)") |
26 |
| - +dep-row("dep", "unclassified dependent") |
27 |
| - +dep-row("det", "determiner") |
28 |
| - +dep-row("dobj", "direct object") |
29 |
| - +dep-row("expl", "expletive") |
30 |
| - +dep-row("hmod", "modifier in hyphenation") |
31 |
| - +dep-row("hyph", "hyphen") |
32 |
| - +dep-row("infmod", "infinitival modifier") |
33 |
| - +dep-row("intj", "interjection") |
34 |
| - +dep-row("iobj", "indirect object") |
35 |
| - +dep-row("mark", "marker") |
36 |
| - +dep-row("meta", "meta modifier") |
37 |
| - +dep-row("neg", "negation modifier") |
38 |
| - +dep-row("nmod", "modifier of nominal") |
39 |
| - +dep-row("nn", "noun compound modifier") |
40 |
| - +dep-row("npadvmod", "noun phrase as adverbial modifier") |
41 |
| - +dep-row("nsubj", "nominal subject") |
42 |
| - +dep-row("nsubjpass", "nominal subject (passive)") |
43 |
| - +dep-row("num", "number modifier") |
44 |
| - +dep-row("number", "number compound modifier") |
45 |
| - +dep-row("oprd", "object predicate") |
46 |
| - +dep-row("obj", "object") |
47 |
| - +dep-row("obl", "oblique nominal") |
48 |
| - +dep-row("parataxis", "parataxis") |
49 |
| - +dep-row("partmod", "participal modifier") |
50 |
| - +dep-row("pcomp", "complement of preposition") |
51 |
| - +dep-row("pobj", "object of preposition") |
52 |
| - +dep-row("poss", "possession modifier") |
53 |
| - +dep-row("possessive", "possessive modifier") |
54 |
| - +dep-row("preconj", "pre-correlative conjunction") |
55 |
| - +dep-row("prep", "prepositional modifier") |
56 |
| - +dep-row("prt", "particle") |
57 |
| - +dep-row("punct", "punctuation") |
58 |
| - +dep-row("quantmod", "modifier of quantifier") |
59 |
| - +dep-row("rcmod", "relative clause modifier") |
60 |
| - +dep-row("root", "root") |
61 |
| - +dep-row("xcomp", "open clausal complement") |
| 8 | ++accordion("English", "dependency-parsing-english") |
| 9 | + p |
| 10 | + | The English dependency labels use the |
| 11 | + | #[+a("http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf") CLEAR Style] |
| 12 | + | by #[+a("http://www.clearnlp.com") ClearNLP]. |
62 | 13 |
|
63 |
| -+h(3, "dependency-parsing-german") German dependency labels |
| 14 | + +table(["Label", "Description"]) |
| 15 | + +dep-row("acomp", "adjectival complement") |
| 16 | + +dep-row("advcl", "adverbial clause modifier") |
| 17 | + +dep-row("advmod", "adverbial modifier") |
| 18 | + +dep-row("agent", "agent") |
| 19 | + +dep-row("amod", "adjectival modifier") |
| 20 | + +dep-row("appos", "appositional modifier") |
| 21 | + +dep-row("attr", "attribute") |
| 22 | + +dep-row("aux", "auxiliary") |
| 23 | + +dep-row("auxpass", "auxiliary (passive)") |
| 24 | + +dep-row("cc", "coordinating conjunction") |
| 25 | + +dep-row("ccomp", "clausal complement") |
| 26 | + +dep-row("complm", "complementizer") |
| 27 | + +dep-row("conj", "conjunct") |
| 28 | + +dep-row("cop", "copula") |
| 29 | + +dep-row("csubj", "clausal subject") |
| 30 | + +dep-row("csubjpass", "clausal subject (passive)") |
| 31 | + +dep-row("dep", "unclassified dependent") |
| 32 | + +dep-row("det", "determiner") |
| 33 | + +dep-row("dobj", "direct object") |
| 34 | + +dep-row("expl", "expletive") |
| 35 | + +dep-row("hmod", "modifier in hyphenation") |
| 36 | + +dep-row("hyph", "hyphen") |
| 37 | + +dep-row("infmod", "infinitival modifier") |
| 38 | + +dep-row("intj", "interjection") |
| 39 | + +dep-row("iobj", "indirect object") |
| 40 | + +dep-row("mark", "marker") |
| 41 | + +dep-row("meta", "meta modifier") |
| 42 | + +dep-row("neg", "negation modifier") |
| 43 | + +dep-row("nmod", "modifier of nominal") |
| 44 | + +dep-row("nn", "noun compound modifier") |
| 45 | + +dep-row("npadvmod", "noun phrase as adverbial modifier") |
| 46 | + +dep-row("nsubj", "nominal subject") |
| 47 | + +dep-row("nsubjpass", "nominal subject (passive)") |
| 48 | + +dep-row("num", "number modifier") |
| 49 | + +dep-row("number", "number compound modifier") |
| 50 | + +dep-row("oprd", "object predicate") |
| 51 | + +dep-row("obj", "object") |
| 52 | + +dep-row("obl", "oblique nominal") |
| 53 | + +dep-row("parataxis", "parataxis") |
| 54 | + +dep-row("partmod", "participal modifier") |
| 55 | + +dep-row("pcomp", "complement of preposition") |
| 56 | + +dep-row("pobj", "object of preposition") |
| 57 | + +dep-row("poss", "possession modifier") |
| 58 | + +dep-row("possessive", "possessive modifier") |
| 59 | + +dep-row("preconj", "pre-correlative conjunction") |
| 60 | + +dep-row("prep", "prepositional modifier") |
| 61 | + +dep-row("prt", "particle") |
| 62 | + +dep-row("punct", "punctuation") |
| 63 | + +dep-row("quantmod", "modifier of quantifier") |
| 64 | + +dep-row("rcmod", "relative clause modifier") |
| 65 | + +dep-row("root", "root") |
| 66 | + +dep-row("xcomp", "open clausal complement") |
64 | 67 |
|
65 |
| -p |
66 |
| - | The German dependency labels use the |
67 |
| - | #[+a("http://www.ims.uni-stuttgart.de/forschung/ressourcen/korpora/TIGERCorpus/annotation/index.html") TIGER Treebank] |
68 |
| - | annotation scheme. |
| 68 | ++accordion("German", "dependency-parsing-german") |
| 69 | + p |
| 70 | + | The German dependency labels use the |
| 71 | + | #[+a("http://www.ims.uni-stuttgart.de/forschung/ressourcen/korpora/TIGERCorpus/annotation/index.html") TIGER Treebank] |
| 72 | + | annotation scheme. |
69 | 73 |
|
70 |
| -+table(["Label", "Description"]) |
71 |
| - +dep-row("ac", "adpositional case marker") |
72 |
| - +dep-row("adc", "adjective component") |
73 |
| - +dep-row("ag", "genitive attribute") |
74 |
| - +dep-row("ams", "measure argument of adjective") |
75 |
| - +dep-row("app", "apposition") |
76 |
| - +dep-row("avc", "adverbial phrase component") |
77 |
| - +dep-row("cc", "comparative complement") |
78 |
| - +dep-row("cd", "coordinating conjunction") |
79 |
| - +dep-row("cj", "conjunct") |
80 |
| - +dep-row("cm", "comparative conjunction") |
81 |
| - +dep-row("cp", "complementizer") |
82 |
| - +dep-row("cvc", "collocational verb construction") |
83 |
| - +dep-row("da", "dative") |
84 |
| - +dep-row("dh", "discourse-level head") |
85 |
| - +dep-row("dm", "discourse marker") |
86 |
| - +dep-row("ep", "expletive es") |
87 |
| - +dep-row("hd", "head") |
88 |
| - +dep-row("ju", "junctor") |
89 |
| - +dep-row("mnr", "postnominal modifier") |
90 |
| - +dep-row("mo", "modifier") |
91 |
| - +dep-row("ng", "negation") |
92 |
| - +dep-row("nk", "noun kernel element") |
93 |
| - +dep-row("nmc", "numerical component") |
94 |
| - +dep-row("oa", "accusative object") |
95 |
| - +dep-row("oa", "second accusative object") |
96 |
| - +dep-row("oc", "clausal object") |
97 |
| - +dep-row("og", "genitive object") |
98 |
| - +dep-row("op", "prepositional object") |
99 |
| - +dep-row("par", "parenthetical element") |
100 |
| - +dep-row("pd", "predicate") |
101 |
| - +dep-row("pg", "phrasal genitive") |
102 |
| - +dep-row("ph", "placeholder") |
103 |
| - +dep-row("pm", "morphological particle") |
104 |
| - +dep-row("pnc", "proper noun component") |
105 |
| - +dep-row("rc", "relative clause") |
106 |
| - +dep-row("re", "repeated element") |
107 |
| - +dep-row("rs", "reported speech") |
108 |
| - +dep-row("sb", "subject") |
| 74 | + +table(["Label", "Description"]) |
| 75 | + +dep-row("ac", "adpositional case marker") |
| 76 | + +dep-row("adc", "adjective component") |
| 77 | + +dep-row("ag", "genitive attribute") |
| 78 | + +dep-row("ams", "measure argument of adjective") |
| 79 | + +dep-row("app", "apposition") |
| 80 | + +dep-row("avc", "adverbial phrase component") |
| 81 | + +dep-row("cc", "comparative complement") |
| 82 | + +dep-row("cd", "coordinating conjunction") |
| 83 | + +dep-row("cj", "conjunct") |
| 84 | + +dep-row("cm", "comparative conjunction") |
| 85 | + +dep-row("cp", "complementizer") |
| 86 | + +dep-row("cvc", "collocational verb construction") |
| 87 | + +dep-row("da", "dative") |
| 88 | + +dep-row("dh", "discourse-level head") |
| 89 | + +dep-row("dm", "discourse marker") |
| 90 | + +dep-row("ep", "expletive es") |
| 91 | + +dep-row("hd", "head") |
| 92 | + +dep-row("ju", "junctor") |
| 93 | + +dep-row("mnr", "postnominal modifier") |
| 94 | + +dep-row("mo", "modifier") |
| 95 | + +dep-row("ng", "negation") |
| 96 | + +dep-row("nk", "noun kernel element") |
| 97 | + +dep-row("nmc", "numerical component") |
| 98 | + +dep-row("oa", "accusative object") |
| 99 | + +dep-row("oa", "second accusative object") |
| 100 | + +dep-row("oc", "clausal object") |
| 101 | + +dep-row("og", "genitive object") |
| 102 | + +dep-row("op", "prepositional object") |
| 103 | + +dep-row("par", "parenthetical element") |
| 104 | + +dep-row("pd", "predicate") |
| 105 | + +dep-row("pg", "phrasal genitive") |
| 106 | + +dep-row("ph", "placeholder") |
| 107 | + +dep-row("pm", "morphological particle") |
| 108 | + +dep-row("pnc", "proper noun component") |
| 109 | + +dep-row("rc", "relative clause") |
| 110 | + +dep-row("re", "repeated element") |
| 111 | + +dep-row("rs", "reported speech") |
| 112 | + +dep-row("sb", "subject") |
0 commit comments