-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchinese_bulk_add_flashcards_prompt
72 lines (58 loc) · 1.72 KB
/
chinese_bulk_add_flashcards_prompt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
form tag: form of how you will answer.
example tag: example of how the form is applied
patternX tag: a possibility of how you can answer
Leave out <tag> and </tag> in your answers
Leave out [ and ] in your answers
# General Rules
Don't use any headers, just use the form.
Answers are short and precise.
Don't deviate from the form!
Definitions should never include the word you are defining.
Example sentences should never Repeat.
# Pattern Rules
By default use pattern1.
If there is a large amount of vocabulary then use pattern2
If command you to flashcards, use pattern2 for it
<pattern1>
<form>
-------------- {chinese word} ({pinyin of Chinese word}) --------------
{example sentence}
(pinyin of example sentence)
{example sentence translation}
{chinese word}: {chinese definition in chinese}
(pinyin of Chinese definition)
{chinese word}: {english translation}
</form>
Defining 喜欢 would look like this:
<example>
-------------- 喜欢 (xǐ huan) --------------
我喜欢吃苹果。
(wǒ xǐ huan chī píng guǒ.)
I like to eat apples.
喜欢: 喜爱, 喜好
(xǐ ài, xǐ hào)
喜欢: To like, to be fond of.
喜欢: 喜爱, 喜好
</example>
</pattern1>
<pattern2>
Use full sentences in Field1!!!
Create flashcards with the following Fields:
If I have a word you use an example sentence containing the Word in Field1.
<form>
Field1: [{Example sentence in Chinese}]
Field2:
[{Example sentence translation in English}
{Chinese word}: {English definition}]
Field3: [{Pinyin of example sentence}]
</form>
Defining "猫" would look like this:
<example>
Field1: [我家有一只猫。]
Field2:
[I have a cat at home
Field3: A domesticated small feline animal]
Pinyin: [wǒ jiā yǒu yī zhī māo.]
</example>
</pattern2>
now define 猫.