greenpeer / Chinese-Grammar

Chinese Grammar List from https://resources.allsetlearning.com/chinese/grammar/ .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinese Grammar

Chinese Grammar List from https://resources.allsetlearning.com/chinese/grammar/ .

The contents of this deck sourced from Chinese Grammar Wiki. Deck is separated in HSK level (HSK1 to HSK6). The decks are divided in to 6 parts. It is easy to import in part wise.

Download HSK1 Grammar From AnkiWeb

Download HSK1 to HSK6 Grammar From AnkiWeb

Disclaimer

The content is taken from Chinese Grammar Wiki. The pinyin is generated using pinyin python module. The translation of this sentences translated using googletrans python module. The audio for all sentences generated using gTTS python module.

The pinyin may be incorrect for example.
还 - hái , huán
都 - dū , dōu

Check this website for more. tutorming.com

Some sentences may be correct but due to order in sentences it may show incorrect. For ex:-
我会说英文和中文。
and
我会说中文和英文。

Both sentences are correct. But after clicking 'check' button, it will show answer according to order of characters in the sentences.

To Change size of characters in sentences.

question button

Change this,

font-size: 1rem;

in following

.btn-q {
    background-color: var(--white);
    border: 2px solid var(--gray);
    border-bottom: 5px solid var(--gray);
    border-radius: 9px;
    font-size: 2rem;
    padding: 0.25rem 0.35rem;
    margin: 0.2rem;
    display:inline-block;
  }

answer button

Change this,

font-size: 1rem;

in following

.btn-a {
    background-color: var(--white);
    border: 2px solid var(--gray);
    border-bottom: 5px solid var(--gray);
    border-radius: 9px;
    font-size: 1rem;
    padding: 0.25rem 0.35rem;
    margin: 0.2rem;
    display:inline-block;
  }

CSV Files - Chinese Grammar List

HSK1 CSV
HSK2 CSV
HSK3 CSV
HSK4 CSV
HSK5 CSV
HSK6 CSV

The fields in the CSV as follows:

Split | Chinese | Pinyin | Translation | Sound | Structure(s) | Used For | Title | URL

View TSV files for more.
Split - Chinese sentences with spaces between words
Chinese - Sentences without spaces
Pinyin - Pinyin for Sentences
Translation - English translation
Sound - Sound name for Anki deck, audio files are in audio folder of respective hsk folder
Structure(s) - Grammar Structures for respective sentences
Used For - The grammar usage
Title - Article title
URL - link to webpage allsetwiki

Images

Code

Front Template
Back Template
Card CSS

Update existing deck without download whole deck

Copy the HTML/CSS from Anki Deck Files and paste it into existing deck. To know more view this. https://github.com/infinyte7/Anki-xiehanzi/wiki/Update-xiehanzi-deck-on-AnkiDesktop

Contributing

Please report any issues. Any contribution will be appreciated.

Pinyin update, issues, or any question

https://github.com/infinyte7/Chinese-Grammar/issues

My other Anki decks

Other Anki Decks

License

Chinese Grammar Wiki ©2011-2020 AllSet Learning
CC BY-NC-SA 3.0

Chinese Grammar (汉语 语法)
Mani
CC BY-NC-SA 3.0

About

Chinese Grammar List from https://resources.allsetlearning.com/chinese/grammar/ .


Languages

Language:HTML 69.7%Language:CSS 30.3%