Update v2 docs

This commit is contained in:
ines 2017-11-05 21:41:56 +01:00
parent baa231745c
commit e61a067c4b
2 changed files with 4 additions and 1 deletions

View File

@ -287,6 +287,7 @@ p
| all personal pronouns.
+h(3, "norm-exceptions") Norm exceptions
+tag-new(2)
p
| In addition to #[code ORTH] or #[code LEMMA], tokenizer exceptions can
@ -351,6 +352,7 @@ p
| always have priority over the atrribute getters.
+h(3, "lex-attrs") Lexical attributes
+tag-new(2)
p
| spaCy provides a range of #[+api("token#attributes") #[code Token] attributes]
@ -435,6 +437,7 @@ p
code lang/#{lang}/syntax_iterators.py
+h(3, "lemmatizer") Lemmatizer
+tag-new(2)
p
| As of v2.0, spaCy supports simple lookup-based lemmatization. This is

View File

@ -105,7 +105,7 @@ p
p
| All built-in pipeline components are now subclasses of
| #[+api("pipe") #[code Pipe]] are fully trainable and serializable,
| #[+api("pipe") #[code Pipe]], fully trainable and serializable,
| and follow the same API. Instead of updating the model and telling
| spaCy when to #[em stop], you can now explicitly call
| #[+api("language#begin_training") #[code begin_taining]], which