ChaoZhou2023

Results 1 comments of ChaoZhou2023

> 测试了python3.8,python3.9, python3.10的都可以运行执行。 > > ``` > from pke_zh import TextRank > sents = [ > "哪里下载电视剧周恩来?",] > TextRank_m = TextRank() > for q in sents: > print(q) > r...