mirror of https://github.com/explosion/spaCy.git
Don't include tag and label schemes in usage guide
This commit is contained in:
parent
4810be4b44
commit
3fa8900a6b
|
@ -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
|
||||
|
||||
|
|
|
@ -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].
|
||||
|
|
Loading…
Reference in New Issue