letiantian/TextRank4ZH

0.0

leahic opened this issue · 0 comments

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) ) )