fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.06k stars 450 forks source link

can not import yelpLoader #304

Closed heany closed 3 years ago

heany commented 4 years ago

Describe the bug can not import the YeloLoader

from fastNLP.io import YelpLoader
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'YelpLoader'

Desktop (please complete the following information):

yhcc commented 4 years ago

Please use the following loaders,YelpLoader may have been deleted

from fastNLP.io import YelpFullLoader
from fastNLP.io import YelpPolarityLoader