Remove misleading comment

This commit is contained in:
Matthew Honnibal 2017-10-02 00:09:14 +02:00
parent d90cc917fa
commit 4896ce3320

View File

@ -14,7 +14,7 @@ from ..util import prints
CONVERTERS = { CONVERTERS = {
'.conllu': conllu2json, '.conllu': conllu2json,
'.conll': conllu2json, '.conll': conllu2json,
'.iob': iob2json '.iob': iob2json,
} }