mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
8 lines
183 B
Markdown
8 lines
183 B
Markdown
|
## Examples of NER/IOB data that can be converted with `spacy convert`
|
||
|
|
||
|
spacy JSON training files were generated with:
|
||
|
|
||
|
```
|
||
|
python -m spacy convert -c iob -s -n 10 -b en file.iob
|
||
|
```
|