All Projects → derekchuank → high-frequency-vocabulary

derekchuank / high-frequency-vocabulary

Licence: MIT license
30,000 most common English words with Chinese dictionary explanations in order of frequency.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to high-frequency-vocabulary

opentrack-cg
Repository for OpenTrack Community Group
Stars: ✭ 21 (-78.57%)
Mutual labels:  vocabulary
BinPackage
The vocabulary of modern Icelandic, encapsulated in a Python package
Stars: ✭ 19 (-80.61%)
Mutual labels:  vocabulary
specification
RDF vocabulary and specification
Stars: ✭ 21 (-78.57%)
Mutual labels:  vocabulary
mml-book-chinese
mml-book-chinese《Mathematics For Machine Learning》机器学习中的数学 中文版
Stars: ✭ 113 (+15.31%)
Mutual labels:  chinese-translation
HOCON-CN-Translation
Unofficial Simplified Chinese translation of HOCON.md in lightbend/config
Stars: ✭ 59 (-39.8%)
Mutual labels:  chinese-translation
PDF-Explained
《PDF 解析》
Stars: ✭ 365 (+272.45%)
Mutual labels:  chinese-translation
LANraragi cn
This repo is a fork of Difegue / LANraragi , those things i've done was to translate this repo into chinese ,and fix chrome browser js problem.
Stars: ✭ 147 (+50%)
Mutual labels:  chinese-translation
MFS2020 zh-CN
微软模拟飞行民间汉化
Stars: ✭ 49 (-50%)
Mutual labels:  chinese-translation
hanzi to pinyin
✍️ Chinese Hanzi To Pinyin, Writen In Ruby
Stars: ✭ 28 (-71.43%)
Mutual labels:  chinese-translation
ieml-language
The IEML language database. A git database containing the translations for IEML expressions: USL (Uniform Semantic Locator)
Stars: ✭ 17 (-82.65%)
Mutual labels:  vocabulary
A-Philosophy-of-Software-Design-zh
A Philosophy of Software Design 《软件设计的哲学》中文翻译
Stars: ✭ 172 (+75.51%)
Mutual labels:  chinese-translation
zkanji
Japanese language study suite and dictionary
Stars: ✭ 55 (-43.88%)
Mutual labels:  vocabulary
awesome-nodejs
Node.js 资源大全中文版。An awesome Node.js packages and resources
Stars: ✭ 978 (+897.96%)
Mutual labels:  chinese-translation
vocascan-frontend
A highly configurable vocabulary trainer
Stars: ✭ 26 (-73.47%)
Mutual labels:  vocabulary
AndroidStudio-ChineseLanguagePackage
AndroidStudio 中文汉化包
Stars: ✭ 48 (-51.02%)
Mutual labels:  chinese-translation
awesome-cybersecurity-blueteam-cn
网络安全 · 攻防对抗 · 蓝队清单,中文版
Stars: ✭ 494 (+404.08%)
Mutual labels:  chinese-translation
langua
A suite of language tools
Stars: ✭ 29 (-70.41%)
Mutual labels:  vocabulary
mobi
Mobi is a decentralized, federated, and distributed graph data platform for teams and communities to publish and discover data, data models, and analytics that are instantly consumable.
Stars: ✭ 41 (-58.16%)
Mutual labels:  vocabulary
Inno-Setup-Chinese-Simplified-Translation
😷 Inno Setup Chinese Simplified Translation
Stars: ✭ 92 (-6.12%)
Mutual labels:  chinese-translation
awesome-malware-analysis
Defund the Police.
Stars: ✭ 9,181 (+9268.37%)
Mutual labels:  chinese-translation

About This Repo

This repo contains a list of the 30,000 most common English words in order of frequency, derived from Peter Norvig's compilation of the 1/3 million most frequent English words.

I added dictionary explanation(resources from youdao) for every word in the list.

Generate the translated list by yourself

  1. Register on youdao, then apply for a appKey and secret.

  2. Modify the value of appKey and secret variables in the index.js:

  const appKey = 'example-Key' 
  const secret = 'example-secret'
  1. (Optional) Modify the function, processDataCb, to get whatever you want from youdao's response. (The phonetic and explains fields are selected by default)

  2. Run:

  cat 30k.txt | node index.js | tee result.txt

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].