diff --git a/website/usage/_linguistic-features/_dependency-parse.jade b/website/usage/_linguistic-features/_dependency-parse.jade index c26d18095..b86ce5d0f 100644 --- a/website/usage/_linguistic-features/_dependency-parse.jade +++ b/website/usage/_linguistic-features/_dependency-parse.jade @@ -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 diff --git a/website/usage/_linguistic-features/_pos-tagging.jade b/website/usage/_linguistic-features/_pos-tagging.jade index 2639b0224..b49a399fd 100644 --- a/website/usage/_linguistic-features/_pos-tagging.jade +++ b/website/usage/_linguistic-features/_pos-tagging.jade @@ -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].