摘要:
#-*- coding: utf-8 -*-import jieba.analyseimport numpy as npimport hashlibcts = 128#hash字符串位数def word_hash(t, w): if int(t)==1: return w else: return 阅读全文
posted @ 2018-11-16 09:38
kayy
阅读(281)
评论(0)
推荐(0)