# chinese_summarizer **Repository Path**: bete/chinese_summarizer ## Basic Information - **Project Name**: chinese_summarizer - **Description**: 一个关于中文的抽取式和基于BERT的摘要模型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-08 - **Last Updated**: 2021-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Data Preprocess * Standford Core NLP Toolkit https://stanfordnlp.github.io/CoreNLP/ `set classpath C:\Users\VY\Desktop\Project\chinese_summarizer\utils\stanford-corenlp-full-2017-06-09\stanford-corenlp-3.8.0.jar` `python preprocess.py` ## Train `python train.py` ## Test * make data `python preprocess.py -oov_test True -data_name DATA_NAME -raw_path RAW_PATH`