Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 344 Bytes

text classification

The model are trained in main.py
train main.py
getrawData.py: Loading data with array form from resource file.
dataprocessing: Cleaning and split the data with array form here.
train.py: To train, evaluate, predict and save the model here.

TO DO

RNN

BiLSTM

SASE

HAN