提交 3feebce2 编写于 作者: W wen-bo-yang

add sentiment in __init__.py

上级 a846ef66
......@@ -18,5 +18,8 @@ import imdb
import cifar
import movielens
import conll05
import sentiment
__all__ = ['mnist', 'imikolov', 'imdb', 'cifar', 'movielens', 'conll05']
__all__ = [
'mnist', 'imikolov', 'imdb', 'cifar', 'movielens', 'conll05', 'sentiment'
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册