Update readme.md

This commit is contained in:
Yuzhong Liu
2022-03-14 12:27:44 +08:00
committed by GitHub
parent 32edb1a395
commit aef7fde5c5

View File

@@ -10,5 +10,12 @@
### 任务1环境配置、实践数据下载
- 任务内容:从比赛官网下载数据集并使用Python读取数据
- 任务内容:
- 从比赛官网下载数据集并使用Python读取数据
- 使用`jieba`对文本进行分词
- 使用`TFIDF`对文本进行编码
- 思考如何使用TFIDF计算文本相似度
- 学习资料:[https://coggle.club/blog/tianchi-open-search](https://coggle.club/blog/tianchi-open-search)
### 任务2词向量介绍与训练