Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Complete, HSK 2.0/3.0 (汉语水平考试) Vocabulary Lists in Json

License

NotificationsYou must be signed in to change notification settings

drkameleon/complete-hsk-vocabulary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Complete HSK Vocabulary


This project is an attempt to provide complete vocabulary lists for the HSK tests (Hanyu Shuiping Kaoshi - 汉语水平考试) for the Chinese language, both the previous version (2.0) and the newer one (3.0).

The data is presented in different files.

The main file -complete.json - features ALL words appearing in any level, either of the HSK 2.0 tests or the HSK 3.0 ones - thus, it's the complete list.

Each entry includes different types of information:

⚡️ Example

  {"simplified" :"爱好","radical"    :"","level"      : ["new-1","old-3" ],"frequency"  :4902,"pos"        : ["n","v" ],"forms"      : [ {"traditional"    :"愛好","transcriptions" : {"pinyin"    :"ài hào","numeric"   :"ai4 hao4","wadegiles" :"ai⁴ hao⁴","bopomofo"  :"ㄞˋ ㄏㄠˋ","romatzyh"  :"ay haw" },"meanings"       : ["to like; to be fond of; to take pleasure in; to be keen on","interest; hobby" ],"classifiers"    : ["" ] } ] }

Tip

The exact same data exists in the minified/compressedcomplete.min.json, only without pretty-printing and with the abbreviations you'll find in the table below used instead of the full field names (e.gw forword, etc).

Schema

  • simplified: (→s) corresponds to the main word/entry in Simplified Chinese characters (简化字)
  • radical: (→r) the mainradical (部首)
  • level: (→l) includes information about the HSK levels in which the word in question appears (in the above example, it's new HSK 1, and the old HSK 3) - see below for reference. ⬇️
  • frequency: (→q) the word's relative "frequency" ranking (the lower this number, the more common the word)
  • pos: (→p) the different parts of speech the word corresponds to (if available) - see below for reference. ⬇️
  • forms: (→f) the different "forms" of the word
    • traditional: (→t) corresponds to the main word in Traditional Chinese characters (正體字)
    • transcriptions: (→i) different transliterations/transcriptions
      • pinyin: (→y) theHanyu Pinyin (汉语拼音) romanization with tone marks
      • numeric: (→n) same as above, only with numeric notation for the tones
      • wadegiles: (→w) transliteration of the word inWade-Giles (威翟式拼音)
      • bopomofo: (→b) transliteration of the word inBopomofo/Zhuyin (注音)
      • romatzyh: (→g) transliteration of the word inGwoyeu Romatzyh (国语罗马字)
    • meanings: (→m) a list of dictionary definitions for the current words (💡 all meanings have been cleaned and sanitized - as much as possible - with the possible classifier annotations extracted and presented as a separate entry)
    • classifiers: (→c) the list ofmeasure words (classifiers) associated with the word form in question (if any)

Note

Wordlists by level

The same data has been divided by HSK level (different sets for the new and old ones), and also in 'exclusive' vs 'inclusive' (does it include just the new words for each level, orall of the wordsup to that level?). So, let's say you want to finding the complete list for the new (HSK 3.0) level 2, you would go to:wordlists/inclusive/new/2.json (with the minified version, changing2.json with2.min.json)


📖 Reference

Levels

LevelHSK 2.0HSK 3.0
1old-1 (→o1)new-1 (→n1)
2old-2 (→o2)new-2 (→n2)
3old-3 (→o3)new-3 (→n3)
4old-4 (→o4)new-4 (→n4)
5old-5 (→o5)new-5 (→n5)
6old-6 (→o6)new-6 (→n6)
7-9---new-7 (→n7)

Parts of Speech

CodeMeaningCodeMeaning
aadjectivensplace name
adadjective as adverbialntorganization name
agadjective morphemenxnominal character string
anadjective with nominal functionnzother proper noun
bnon-predicate adjectiveoonomatopoeia
cconjunctionppreposition
dadverbqclassifier
dgadverb morphemerpronoun
einterjectionrgpronoun morpheme
fdirectional localitysspace word
gmorphemettime word
hprefixtgtime word morpheme
iidiomuauxiliary
jabbreviationvverb
ksuffixvdverb as adverbial
lfixed expressionsvgverb morpheme
mnumeralvnverb with nominal function
mgnumeric morphemewsymbol and non-sentential punctuation
ncommon nounxunclassified items
ngnoun morphemeymodal particle
nrpersonal namezdescriptive

Sources


Community

In case you want to ask a question, suggest an idea, or practically anything related to this project - feel free! Everything and everyone is welcome.

Contributing

If you notice anything wrong with any of the wordlists, or have an idea/question/whatever, feel free toopen an issue ormake a pull request. Don't even hesitate! 😉

Donations

Given that this project (along withmany others - most importantly, theArturo programming language) is maintained in my own free time, if you think it's useful, you'd be more than welcome to donate and ... help me focus on open-source work thatreally matters. :-)

Important

Also: it's alwaysgood karma. (And, admittedly, I wanted to use a nice hint box here too lol)

How can I donate?

There are different options:

License

MIT License

Copyright (c) 2025 Yanis Zafirópulos (aka Dr.Kameleon)

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp