Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
[


{
"word": "abide",
"infinitive": {
"form": "abide",
"pronunciation": "/əˈbaid/",
"example": "I will abide by the school rules."
},
"past_simple": {
"form": ["abode", "abided"],
"pronunciation": ["/əˈboud/", "/əˈbaidid/"],
"example": ["He abode in the classroom quietly.", "She abided by the teacher's instructions."]
},
"past_participle": {
"form": ["abode", "abided"],
"pronunciation": ["/əˈboud/", "/əˈbaidid/"],
"example": ["He abode by the rules during the exam.", "They have abided by the traffic laws"]
},
"meaning": "tuân theo, chịu đựng"
},
{
"word": "abide",
"infinitive": {
Expand Down