mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 03:26:24 +03:00
Fix point typo on docbin docs (#9097)
This commit is contained in:
parent
753149bc88
commit
5c88998b9d
|
@ -16,7 +16,7 @@ document from the `DocBin`. The serialization format is gzipped msgpack, where
|
||||||
the msgpack object has the following structure:
|
the msgpack object has the following structure:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
### msgpack object structrue
|
### msgpack object structure
|
||||||
{
|
{
|
||||||
"version": str, # DocBin version number
|
"version": str, # DocBin version number
|
||||||
"attrs": List[uint64], # e.g. [TAG, HEAD, ENT_IOB, ENT_TYPE]
|
"attrs": List[uint64], # e.g. [TAG, HEAD, ENT_IOB, ENT_TYPE]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user