https://github.com/bluebirdback/cet-4-6
《全国大学英语四、六级考试大纲(2016年修订版)》
https://github.com/bluebirdback/cet-4-6
Last synced: 24 days ago
JSON representation
《全国大学英语四、六级考试大纲(2016年修订版)》
- Host: GitHub
- URL: https://github.com/bluebirdback/cet-4-6
- Owner: BlueBirdBack
- License: mit
- Created: 2024-05-19T04:44:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T13:21:45.000Z (about 2 years ago)
- Last Synced: 2025-01-13T14:52:33.571Z (over 1 year ago)
- Language: Python
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CET 4/6 大学英语四六级
The College English Test, commonly known as CET, is a national standardized test in China that assesses the English skills of college students. The test is designed to ensure that undergrad and grad students meet the English proficiency levels outlined in the National College English Test Syllabus. With 26 years under its belt, the CET now attracts around 18 million test-takers every year. There are two levels to the test: CET4 and CET6.
全国大学英语四、六级考试(简称CET)是中国的一项国家标准化考试,旨在评估大学生的英语水平。该考试旨在确保本科生和研究生达到《全国大学英语教学大纲》规定的英语水平。经过26年的发展,CET每年吸引了约1800万考生。考试分为两个级别:CET4和CET6。
## 全国大学英语四六级考试大纲(2016年修订版)
National College English Test Syllabus (2016 Revised Edition)
https://cet.neea.edu.cn/html1/folder/16113/1588-1.htm
[《全国大学英语四、六级考试大纲(2016年修订版)》](./pdf/《全国大学英语四、六级考试大纲(2016年修订版)》.pdf)
### Extracting CET4 and CET6 Word Lists
The folder [`scripts`](./scripts) contains the scripts I've developed to extract the word lists from the PDF syllabus.
### Word Lists
You can find the extracted CET4 and CET6 word lists in the [`words`](./words) folder:
- [CET4 Words](./words/cet_4_words.txt)
- [CET6 Words](./words/cet_6_words.txt)
I've made some minor adjustments to make the words more machine-readable, so they'll play nice with large language models (LLMs) like Llama 3.