Don't include tag and label schemes in usage guide

This commit is contained in:
ines 2017-11-05 18:21:49 +01:00
parent 4810be4b44
commit 3fa8900a6b
2 changed files with 8 additions and 5 deletions

View File

@ -181,9 +181,11 @@ p
+annotation-row(["their", "ADJ", "poss", "requests"], style)
+annotation-row(["requests", "NOUN", "dobj", "submit"], style)
+h(3, "dep-scheme") Dependency label scheme
+infobox("Dependency label scheme", "📖")
| For a list of the syntactic dependency labels assigned by spaCy's models
| across different languages, see the
| #[+a("/api/annotation#pos-tagging") dependency label scheme documentation].
include ../../api/_annotation/_dep-labels
+h(3, "displacy") Visualizing dependencies

View File

@ -68,6 +68,7 @@ p
| list-based exception files, acquired from
| #[+a("https://wordnet.princeton.edu/") WordNet].
+h(3, "pos-scheme") Part-of-speech tag scheme
include ../../api/_annotation/_pos-tags
+infobox("Part-of-speech tag scheme", "📖")
| For a list of the fine-grained and coarse-grained part-of-speech tags
| assigned by spaCy's models across different languages, see the
| #[+a("/api/annotation#pos-tagging") POS tag scheme documentation].