摘要: #-*- 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 阅读全文