sunyilgdx / SIFRank

The code of our paper "SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained Language Model"
119 stars 21 forks source link

Code gets stuck in the StanfordCoreNLP call #2

Closed vnik18 closed 3 years ago

vnik18 commented 3 years ago

Hello, thank you for sharing your code. I am trying to run your code, and am stuck in the Usagesection in the following line of code: en_model = StanfordCoreNLP(‘stanford-corenlp-full-2018-02-27',quiet=True)

The code simply 'hangs' or gets stuck in this line and does not move forward. The execution of this line does not finish even after waiting for a few hours. Can you please provide any help with this? Thank you

sunyilgdx commented 3 years ago

Maybe you should use the absolute path where your ‘stanford-corenlp’ located