fix typo, CONLL format

tried to google about connlu format. Saw there is conll format, not connlu.
This commit is contained in:
M. Z. Ferdous (Imran) 2017-04-27 16:48:54 +06:00 committed by GitHub
parent 5aa49971f9
commit c9f9203d5f
1 changed files with 1 additions and 1 deletions

View File

@ -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.