mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
Add info on syntax iterators
This commit is contained in:
parent
9254a3dd78
commit
990cb81556
|
@ -78,6 +78,14 @@ p
|
||||||
| #[code like_num], which includes language-specific words like "ten"
|
| #[code like_num], which includes language-specific words like "ten"
|
||||||
| or "hundred".
|
| or "hundred".
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[strong Syntax iterators]
|
||||||
|
| #[+src(gh("spaCy", "spacy/lang/en/syntax_iterators.py")) syntax_iterators.py]
|
||||||
|
+cell
|
||||||
|
| Functions that compute views of a #[code Doc] object based on its
|
||||||
|
| syntax. At the moment, only used for
|
||||||
|
| #[+a("/docs/usage/dependency-parse#noun-chunks") noun chunks].
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[strong Lemmatizer]
|
+cell #[strong Lemmatizer]
|
||||||
| #[+src(gh("spacy-dev-resources", "templates/new_language/lemmatizer.py")) lemmatizer.py]
|
| #[+src(gh("spacy-dev-resources", "templates/new_language/lemmatizer.py")) lemmatizer.py]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user