mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 08:12:24 +03:00
Minor fixes
This commit is contained in:
parent
56a3ebaba7
commit
0d92788db3
|
@ -22,10 +22,10 @@ brings minor changes to spaCy-specific settings in spaCy projects (see
|
||||||
[upgrading](#upgrading) below), but also makes it possible to use the workflow
|
[upgrading](#upgrading) below), but also makes it possible to use the workflow
|
||||||
functionality outside of spaCy.
|
functionality outside of spaCy.
|
||||||
|
|
||||||
<Infobox variant="warning">
|
<Infobox title="Remote storage for Python 3.12" variant="warning">
|
||||||
|
|
||||||
Remote storage is not yet supported for Python 3.12. Use Python 3.11 or earlier
|
Remote storage for spaCy projects is not yet supported for Python 3.12. Use
|
||||||
for remote storage.
|
Python 3.11 or earlier for remote storage.
|
||||||
|
|
||||||
</Infobox>
|
</Infobox>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ You can specify a custom registered vectors class under `[nlp.vectors]` in order
|
||||||
to use static vectors in formats other than the ones supported by
|
to use static vectors in formats other than the ones supported by
|
||||||
[`Vectors`](/api/vectors). To implement your custom vectors, extend the abstract
|
[`Vectors`](/api/vectors). To implement your custom vectors, extend the abstract
|
||||||
class [`BaseVectors`](/api/basevectors). See an example using
|
class [`BaseVectors`](/api/basevectors). See an example using
|
||||||
[BPEmb subword embeddings](/docs/usage/embeddings-transformers#custom-vectors).
|
[BPEmb subword embeddings](/usage/embeddings-transformers#custom-vectors).
|
||||||
|
|
||||||
### Additional features and improvements {id="additional-features-and-improvements"}
|
### Additional features and improvements {id="additional-features-and-improvements"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user