Browse Source

Still some bugs on CSVLoader and JsonLoader.

These should be solved more clear
tags/v0.4.10
ChenXin 5 years ago
parent
commit
4da6239ace
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      fastNLP/io/loader/__init__.py

+ 2
- 2
fastNLP/io/loader/__init__.py View File

@@ -59,8 +59,8 @@ __all__ = [
'OntoNotesNERLoader', 'OntoNotesNERLoader',
'CTBLoader', 'CTBLoader',


'CSVLoader',
'JsonLoader',
# 'CSVLoader',
# 'JsonLoader',


'CWSLoader', 'CWSLoader',




Loading…
Cancel
Save