heemoe / tfidf-cosine-text-recommendation

【Demo】对新闻标题使用TF-IDF向量化和cosine相似度计算完成相似标题推荐

Home Page:https://hxhen.com/tfidf-cosine-text-recommendation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfidf-cosine-text-recommendation

语料说明

搜狗语料库:http://www.sogou.com/labs/resource/cs.php

使用

命令行执行:

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
python main.py

效果图

About

【Demo】对新闻标题使用TF-IDF向量化和cosine相似度计算完成相似标题推荐

https://hxhen.com/tfidf-cosine-text-recommendation/


Languages

Language:Python 100.0%