leahic opened this issue 9 years ago · 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) ) )