All Projects → clem109 → hsk-vocabulary

clem109 / hsk-vocabulary

Licence: MIT license
🇨🇳Open source Chinese HSK vocabulary list with example sentences

Projects that are alternatives of or similar to hsk-vocabulary

BERT-chinese-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained BERT model for text classification.
Stars: ✭ 92 (+240.74%)
Mutual labels:  chinese
10000sentences
10,000 sentences: an Android app to help you learn new words in foreign languages
Stars: ✭ 116 (+329.63%)
Mutual labels:  language-learning
lwodf
The Chinese edition of Live Working or Die Fighting: How the Working Class Went Global (劳工的全球化), authored by Paul Mason, translated by the CNPolitics translation team.
Stars: ✭ 25 (-7.41%)
Mutual labels:  chinese
stable-baselines-zh
Stable Baselines官方文档中文版
Stars: ✭ 75 (+177.78%)
Mutual labels:  chinese
PHP-Chinese
PHP Chinese Conversion (中文繁簡轉換)
Stars: ✭ 37 (+37.04%)
Mutual labels:  chinese
flask-docs-zh
Flask 文档简体中文翻译
Stars: ✭ 93 (+244.44%)
Mutual labels:  chinese
Wordology
A WebExtensions browser extension for aiding language learning.
Stars: ✭ 19 (-29.63%)
Mutual labels:  language-learning
shudu
Shudu 為一個開源文字處理平台,目的是讓閱讀者能夠舒服的閱讀、編寫文案。
Stars: ✭ 25 (-7.41%)
Mutual labels:  chinese
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+959.26%)
Mutual labels:  language-learning
iTop-CN
iTop in chinese
Stars: ✭ 36 (+33.33%)
Mutual labels:  chinese
deep ethereum
电子书:以太坊技术与实现
Stars: ✭ 304 (+1025.93%)
Mutual labels:  chinese
pinyin data
🐼 Easy to use and portable pronunciation data for Hanzi characters.
Stars: ✭ 13 (-51.85%)
Mutual labels:  chinese
fuzzychinese
A small package to fuzzy match chinese words
Stars: ✭ 50 (+85.19%)
Mutual labels:  chinese
predict Lottery ticket
双色球+大乐透彩票AI预测
Stars: ✭ 341 (+1162.96%)
Mutual labels:  chinese
react-flashcards
A simple React + Firebase flashcard application
Stars: ✭ 29 (+7.41%)
Mutual labels:  chinese
mpv-sub-scripts
Two mpv scripts for automatically pausing after each subtitle line and skipping intervals between subtitles.
Stars: ✭ 46 (+70.37%)
Mutual labels:  language-learning
kotlin-learn
솔직히 코틀린 하면서 모르는 거 있을 걸요?
Stars: ✭ 63 (+133.33%)
Mutual labels:  language-learning
DataCLUE
DataCLUE: 数据为中心的NLP基准和工具包
Stars: ✭ 133 (+392.59%)
Mutual labels:  chinese
Soft-CHS
用于存放一些自行汉化的小软件 1.madvr
Stars: ✭ 97 (+259.26%)
Mutual labels:  chinese
rasa bot
整理:基于Rasa-NLU和Rasa-Core的任务型ChatBot
Stars: ✭ 51 (+88.89%)
Mutual labels:  chinese

HSK Vocabulary

HSK vocabulary, source: gigacool/hanyu-shuiping-kaoshi

Project Goals

  • Add example sentences, can be used to show English and Chinese version with pinyin included.
  • API for accesing the Character data

Contributions

Please please please contribute to this, if you have an example sentence or wish to improve a translation please submit a pull request. Pull requests will be verified by native English/Chinese speakers.

If you are lazy and a pull request is too annoying, just submit an issue and I can merge it myself

For now contributions are for fixing mistakes and adding sentence examples:

  {
    "id": 1,
    "hanzi": "",
    "pinyin": "ài",
    "translations": [
      "to love",
      "affection",
      "to be fond of",
      "to like"
    ],
    "examples": [
      {
      "zh": "我爱你",
      "pinyin": "wǒ ài nǐ",
      "en": "I love you"
      }
    ]
  },

If you want to convert chinese to pinyin you can use this online tool: Chinese Converter

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].