mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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"
|
||||
| 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
|
||||
+cell #[strong Lemmatizer]
|
||||
| #[+src(gh("spacy-dev-resources", "templates/new_language/lemmatizer.py")) lemmatizer.py]
|
||||
|
|
Loading…
Reference in New Issue
Block a user