mirror of https://github.com/explosion/spaCy.git
fix typo, CONLL format
tried to google about connlu format. Saw there is conll format, not connlu.
This commit is contained in:
parent
5aa49971f9
commit
c9f9203d5f
|
@ -544,7 +544,7 @@ p
|
|||
p
|
||||
| You can now train the model using a corpus for your language annotated
|
||||
| with #[+a("http://universaldependencies.org/") Universal Dependencies].
|
||||
| If your corpus uses the connlu format, you can use the
|
||||
| If your corpus uses the CONLL format, you can use the
|
||||
| #[+a("/docs/usage/cli#convert") #[code convert] command] to convert it to
|
||||
| spaCy's #[+a("/docs/api/annotation#json-input") JSON format] for training.
|
||||
|
||||
|
|
Loading…
Reference in New Issue