Text-Classification icon indicating copy to clipboard operation
Text-Classification copied to clipboard

PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类

Results 1 Text-Classification issues
Sort by recently updated
recently updated
newest added

Hello, I'm learning the source code of TextCNN,at ` ./datesets/preprocess/sentence.py` , [here](https://github.com/Renovamen/Text-Classification/blob/master/datasets/preprocess/sentence.py) ` for text in row[1:]: text = get_clean_text(text) s = s + text ` So The last word...