Add info on syntax iterators

This commit is contained in:
ines 2017-06-04 21:47:22 +02:00
parent 9254a3dd78
commit 990cb81556

View File

@ -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]