mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
add that the vocab may be empty
This commit is contained in:
parent
dd2564be54
commit
abf4c89c95
|
@ -13,7 +13,7 @@ between `Doc` objects.
|
||||||
<Infobox variant ="warning">
|
<Infobox variant ="warning">
|
||||||
|
|
||||||
Note that a `Vocab` instance is not static. It increases in size as texts with
|
Note that a `Vocab` instance is not static. It increases in size as texts with
|
||||||
new tokens are processed.
|
new tokens are processed. Some models may have an empty vocab at initialization.
|
||||||
|
|
||||||
</Infobox>
|
</Infobox>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user