letiantian / TextRank4ZH

:deciduous_tree:从中文文本中自动提取关键词和摘要
MIT License
3.25k stars 844 forks source link

Fix un-closed file when opening stop_words_file. #33

Open RUI-LONG opened 2 years ago

RUI-LONG commented 2 years ago

Warning detail: ResourceWarning: unclosed file <_io.BufferedReader name='D:\Anaconda\envs\know\lib\site-packages\textrank4zh\stopwords.txt'> for word in codecs.open(self.stop_words_file, 'r', 'utf-8', 'ignore'):

What I have done: Simply called close to stop_words_file.