Commit 75c11956 authored by 段英荣's avatar 段英荣

增加切词内容

parent 7a03edf5
......@@ -268,6 +268,8 @@ class ZhihuAccount(object):
for key_item in keywords_list:
if key_item[0] in self.tag_words_set:
key_tag_list.append(key_item[0])
if len(key_tag_list)>=5:
break
return key_tag_list
except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment