Skip to content

Commit 3fa8900

Browse files
committed
Don't include tag and label schemes in usage guide
1 parent 4810be4 commit 3fa8900

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

website/usage/_linguistic-features/_dependency-parse.jade

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,11 @@ p
181181
+annotation-row(["their", "ADJ", "poss", "requests"], style)
182182
+annotation-row(["requests", "NOUN", "dobj", "submit"], style)
183183

184-
+h(3, "dep-scheme") Dependency label scheme
184+
+infobox("Dependency label scheme", "📖")
185+
| For a list of the syntactic dependency labels assigned by spaCy's models
186+
| across different languages, see the
187+
| #[+a("/api/annotation#pos-tagging") dependency label scheme documentation].
185188

186-
include ../../api/_annotation/_dep-labels
187189

188190
+h(3, "displacy") Visualizing dependencies
189191

website/usage/_linguistic-features/_pos-tagging.jade

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ p
6868
| list-based exception files, acquired from
6969
| #[+a("https://wordnet.princeton.edu/") WordNet].
7070

71-
+h(3, "pos-scheme") Part-of-speech tag scheme
72-
73-
include ../../api/_annotation/_pos-tags
71+
+infobox("Part-of-speech tag scheme", "📖")
72+
| For a list of the fine-grained and coarse-grained part-of-speech tags
73+
| assigned by spaCy's models across different languages, see the
74+
| #[+a("/api/annotation#pos-tagging") POS tag scheme documentation].

0 commit comments

Comments
 (0)