mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Fixing typo from taining to training
This commit is contained in:
parent
f1911ef73a
commit
da9d687e75
|
@ -127,7 +127,7 @@ p
|
|||
| #[+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
|
||||
| #[+api("language#begin_training") #[code begin_training]], which
|
||||
| returns an optimizer you can pass into the
|
||||
| #[+api("language#update") #[code update]] function. While #[code update]
|
||||
| still accepts sequences of #[code Doc] and #[code GoldParse] objects,
|
||||
|
|
Loading…
Reference in New Issue
Block a user