/tf-idf

tf-idf 模型封装类,包含计算所有文档的tf-idf值,实现了基于tf-idf搜索引擎功能。根据query,计算与每个文档的相似度,返回与query相似度最高的topk文档

Primary LanguagePythonApache License 2.0Apache-2.0

No issues in this repository yet.