# WebSearchEngine_practice **Repository Path**: zhaoyupenggit/WebSearchEngine_practice ## Basic Information - **Project Name**: WebSearchEngine_practice - **Description**: 北邮 陈光老师 《网络搜索原理》课程笔记 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-24 - **Last Updated**: 2022-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 北邮 陈光老师 [《网络搜索原理》 2020秋季学期课程](https://www.bilibili.com/video/BV1zp4y1e7iN) 学习笔记代码 2021.03.02 已完结 | 文件 | 描述 | | -------------------------------- | ------------------------------------------------------------ | | [news_list.pkl](./news_list.pkl) | 通过 [pickle](https://docs.python.org/zh-cn/3/library/pickle.html) 序列化保存的列表对象,保存了一些文本数据 | | [dict.txt](./dict.txt) | 手动添加的jieba分词 | | [stopwords.txt](./stopwords.txt) | 停词表,来自 [goto456](https://github.com/goto456) / [stopwords](https://github.com/goto456/stopwords/blob/master/baidu_stopwords.txt) | | [words.txt](./words.txt) | 英文单词表,来自[dwyl](https://github.com/dwyl/) / [english-words](https://github.com/dwyl/english-words/blob/master/words.txt) | [B站课程链接(官方)](https://www.bilibili.com/video/BV1zp4y1e7iN) [官方课堂讲义代码仓库](https://github.com/fly51fly/Principle_of_Web_Search_2020)