Include JsonlCorpus from the imports (#9431)

This commit is contained in:
Lj Miranda 2021-10-12 21:39:14 +08:00 committed by GitHub
parent bb6623bb2d
commit 6425b9a1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from .corpus import Corpus # noqa: F401
from .corpus import Corpus, JsonlCorpus # noqa: F401
from .example import Example, validate_examples, validate_get_examples # noqa: F401
from .alignment import Alignment # noqa: F401
from .augment import dont_augment, orth_variants_augmenter # noqa: F401