mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-14 18:22:27 +03:00
Change wording
This commit is contained in:
parent
efe0dadb15
commit
90019c2c1b
|
@ -10,8 +10,8 @@ different `StringStores`.
|
||||||
|
|
||||||
<Infobox variant="warning">
|
<Infobox variant="warning">
|
||||||
|
|
||||||
Please note that `StringStore` instances are not static. It increases in size as
|
Note that a `StringStore` instance is not static. It increases in size as texts
|
||||||
texts with new tokens are processed.
|
with new tokens are processed.
|
||||||
|
|
||||||
</Infobox>
|
</Infobox>
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ between `Doc` objects.
|
||||||
|
|
||||||
<Infobox variant="warning">
|
<Infobox variant="warning">
|
||||||
|
|
||||||
Please note that `Vocab` instances are not static. It increases in size as
|
Note that a `Vocab` instance is not static. It increases in size as texts with
|
||||||
texts with new tokens are processed.
|
new tokens are processed.
|
||||||
|
|
||||||
</Infobox>
|
</Infobox>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user