letiantian / TextRank4ZH

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

0.0 #8

Closed leahic closed 8 years ago

leahic commented 8 years ago

such as 'textrank4zh/util.py line 114'

find the co-set of the two-list maybe like this:

co_occur_num = float( len ( set(word_list1) & set(word_list2) ) )