https://github.com/217heidai/stopwords
搜集中、英文停用词并整合
https://github.com/217heidai/stopwords
stop-words stopwords
Last synced: about 1 year ago
JSON representation
搜集中、英文停用词并整合
- Host: GitHub
- URL: https://github.com/217heidai/stopwords
- Owner: 217heidai
- Archived: true
- Created: 2021-09-15T08:44:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:05:58.000Z (over 3 years ago)
- Last Synced: 2025-05-09T21:09:28.275Z (about 1 year ago)
- Topics: stop-words, stopwords
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stopwords
使用 GitHub Action 每天自动搜集 stop words,并去重整合为一份文件
# 数据源
|Developer|Repositories|
|:-|:-|
|eastmountyxz|[NLP-Custom-Dictionary](https://github.com/eastmountyxz/NLP-Custom-Dictionary)|
|elephantnose|[characters](https://github.com/elephantnose/characters)|
|goto456|[stopwords](https://github.com/goto456/stopwords)|
|lighting66ban|[stop-word](https://github.com/lighting66ban/stop-word)|
|nishiwen1214|[NLP-Dictionary](https://github.com/nishiwen1214/NLP-Dictionary)|
|selfcs|[stop-and-sensitive-words](https://github.com/selfcs/stop-and-sensitive-words)|
|zhiyou720|[cn_word_tokenizer](https://github.com/zhiyou720/cn_word_tokenizer)|
# 文件下载
|文件|原下载地址|国内加速下载地址|
|:-|:-|:-|
|stopwords.txt|[原地址](https://raw.githubusercontent.com/217heidai/stopwords/main/stopwords/stopwords.txt)|[加速地址](https://ghproxy.com/https://raw.githubusercontent.com/217heidai/stopwords/main/stopwords/stopwords.txt)|