PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类
141
stars
29
forks
source link
get_clean_text function is inside datasets.preprocess.sentence #3
Closed
VinACE closed 3 years ago
:~/Text-Classification$ python classify.py Traceback (most recent call last): File "classify.py", line 6, in
from datasets.preprocess import get_clean_text
ImportError: cannot import name 'get_clean_text' from 'datasets.preprocess' (unknown location)