使用 python 3.x
pip3 install -r requirements.txt
cd Jobmd
python3 run.py
cd LevelPredictor
python3 prepare_corpora.py # 纯语料库,生成词向量使用
python3 prepare_corpora_label.py # 带标签的,供分类使用
cd LevelPredictor
python3 train_nlp2.py
cd LevelPredictor
python3 train_svm2.py