2017年1月25日
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import division import jieba.analyse from math import sqrt class Similarity(): def __init__(self, target1, target2, topK=10): ... 阅读全文
posted @ 2017-01-25 16:23 细雨微光 阅读(2046) 评论(0) 推荐(0)