Skip to content

Commit 3cd04a6

Browse files
committed
init
0 parents  commit 3cd04a6

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# english_word_book
2+
3+
- total: 18608
4+
5+
## Struct
6+
```json
7+
[
8+
{
9+
"word": "never",
10+
"phonetics":
11+
{
12+
"UK": "/ˈnevə(r)/",
13+
"US": "/ˈnevər/"
14+
},
15+
"CN_dict":
16+
{
17+
"phonetic_respelling": "内沃(儿)",
18+
"definitions":
19+
{
20+
"summary": "副词,意为“从不;绝不;未曾”。"
21+
},
22+
"memory": "可以把'never'拆分成'ne'(呢)和'ver'(为儿),想象一个人坚定地说:‘我呢,为儿(ver)什么都不会去做那些不好的事,绝不(never)!’"
23+
}
24+
},
25+
...
26+
]
27+
28+
```

wordBook.json

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)