diff --git a/python/paddle/v2/dataset/sentiment.py b/python/paddle/v2/dataset/sentiment.py index 137aa6aea768fcc1c165cbc8bc6fdfe4aec58c32..cbd08fa73684be42e8d8d2eb7b684d66894d7761 100644 --- a/python/paddle/v2/dataset/sentiment.py +++ b/python/paddle/v2/dataset/sentiment.py @@ -20,7 +20,7 @@ The script fetch and preprocess movie_reviews data set that provided by NLTK """ -import paddle.v2.dataset.common as common +import common import collections import nltk import numpy as np