nlpyang / BertSum

Code for paper Fine-tune BERT for Extractive Summarization
Apache License 2.0
1.47k stars 423 forks source link

sorry, I can't know how to set Step 2. Download Stanford CoreNLP We will need Stanford CoreNLP to tokenize the data. Download it here and unzip it. Then add the following command to your bash_profile: export CLASSPATH=/path/to/stanford-corenlp-full-2017-06-09/stanford-corenlp-3.8.0.jar #109

Open Yazooliu opened 3 years ago

Yazooliu commented 3 years ago

sorry, I can't know how to set Step 2. Download Stanford CoreNLP We will need Stanford CoreNLP to tokenize the data. Download it here and unzip it. Then add the following command to your bash_profile: export CLASSPATH=/path/to/stanford-corenlp-full-2017-06-09/stanford-corenlp-3.8.0.jar

could you explain ? need set this on linux? I just want to run the code on the pycharm and train the model by the remote GPU platform.

By the way, is it you code work on chinese summery extract?