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