From 4da6239ace6cd1ad022789b3e8d8af40e4d7ab1c Mon Sep 17 00:00:00 2001 From: ChenXin Date: Fri, 16 Aug 2019 18:38:13 +0800 Subject: [PATCH] Still some bugs on CSVLoader and JsonLoader. These should be solved more clear --- fastNLP/io/loader/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastNLP/io/loader/__init__.py b/fastNLP/io/loader/__init__.py index bcb3b730..1da3e125 100644 --- a/fastNLP/io/loader/__init__.py +++ b/fastNLP/io/loader/__init__.py @@ -59,8 +59,8 @@ __all__ = [ 'OntoNotesNERLoader', 'CTBLoader', - 'CSVLoader', - 'JsonLoader', + # 'CSVLoader', + # 'JsonLoader', 'CWSLoader',