mirror of https://github.com/explosion/spaCy.git
Fix typo
This commit is contained in:
parent
959c46eabe
commit
b5dd7e7cc4
|
@ -112,4 +112,4 @@ p
|
||||||
| only works if you actually #[em know] that the document contains that
|
| only works if you actually #[em know] that the document contains that
|
||||||
| word. To prevent this problem, spaCy will also export the #[code Vocab]
|
| word. To prevent this problem, spaCy will also export the #[code Vocab]
|
||||||
| when you save a #[code Doc] or #[code nlp] object. This will give you
|
| when you save a #[code Doc] or #[code nlp] object. This will give you
|
||||||
| the object and its encoded annotations, plus they "key" to decode it.
|
| the object and its encoded annotations, plus the "key" to decode it.
|
||||||
|
|
Loading…
Reference in New Issue