Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

为中国ACM选手提供的单词表!-This is difficult words list for chinese acm contestant!

Notifications You must be signed in to change notification settings

Smith-Cruise/ACM_difficult_words_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ACM_difficult_words_list

简易说明 Simple introduce

本人特意整理的ACM必备词汇表,所有数据全部来源于各大ACM网站,并且已经按照单词出现次数从高到低排序,采集题目总数18317题。data目录为采集到的单词数据,crawler为爬虫源文件。

数据来源 Data source

来源 网址 对应文件名(data目录) 题数
杭州电子科技大学 http://acm.hdu.edu.cn/listproblem.php?vol=1 hzdzkj.json 5216
浙江大学 http://acm.zju.edu.cn/onlinejudge/ zj.json 2977
北京大学 http://poj.org/ bj.json 3054
电子科技大学 http://acm.uestc.edu.cn/#/ dzkj.json 1753
福州大学 http://acm.fzu.edu.cn/index.php fj.json 1283
AcDream http://acdream.info/problem/list acdream.json 773
acm hit http://acm.hit.edu.cn/hojx/problem/ acmhit.json 3261
全部集合 all.json 18317

数据说明 Data introduce

文件名 说明
all.json 所有单词数据,未处理
all_filter_by_stop_words.json 所有单词数据,过滤停用词
cet4.json 4级单词词汇
cet6.json 6级单词词汇
stop_words.json 停用词列表
words_in_cet4.json 在4级词汇表中的ACM词汇
words_in_cet6.json 在6级词汇表中的ACM词汇
words_in_cet4_translated.json 在4级词汇表中的ACM词汇(带翻译)
words_in_cet6_translated.json 在6级词汇表中的ACM词汇(带翻译)

数据下载地址 Download

json数据请去data目录下载

csv文件请去release下载,release中只提供all_filter_by_stop_words.json,words_in_cet4_translated.json,words_in_cet6_translated.json的csv文件,如有需要,请自行写python语言,范本在exporter.py

About

为中国ACM选手提供的单词表!-This is difficult words list for chinese acm contestant!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages