Update info on CoNLL format and include link

This commit is contained in:
Ines Montani 2017-04-27 14:36:08 +02:00 committed by GitHub
parent c9f9203d5f
commit fb96f88b59

View File

@ -544,7 +544,9 @@ 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 CONLL format, you can use the
| If your corpus uses the
| #[+a("http://universaldependencies.org/docs/format.html") CoNLL-U] format,
| i.e. files with the extension #[code .conllu], 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.