mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Remove misleading comment
This commit is contained in:
parent
d90cc917fa
commit
4896ce3320
|
@ -14,7 +14,7 @@ from ..util import prints
|
||||||
CONVERTERS = {
|
CONVERTERS = {
|
||||||
'.conllu': conllu2json,
|
'.conllu': conllu2json,
|
||||||
'.conll': conllu2json,
|
'.conll': conllu2json,
|
||||||
'.iob': iob2json
|
'.iob': iob2json,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user