Fixing typo from taining to training

This commit is contained in:
Pradeep Kumar Tippa 2018-02-07 16:49:25 +05:30 committed by GitHub
parent f1911ef73a
commit da9d687e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ p
| #[+api("pipe") #[code Pipe]], fully trainable and serializable, | #[+api("pipe") #[code Pipe]], fully trainable and serializable,
| and follow the same API. Instead of updating the model and telling | and follow the same API. Instead of updating the model and telling
| spaCy when to #[em stop], you can now explicitly call | 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 | returns an optimizer you can pass into the
| #[+api("language#update") #[code update]] function. While #[code update] | #[+api("language#update") #[code update]] function. While #[code update]
| still accepts sequences of #[code Doc] and #[code GoldParse] objects, | still accepts sequences of #[code Doc] and #[code GoldParse] objects,