added words

This commit is contained in:
dozens 2020-11-29 11:59:50 -07:00
parent 346e80b707
commit 64db345afa
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,11 @@
{ {
"bed": [
"that spot in which I lay at night"
],
"keyboard": [
"typing board",
"typing slab"
],
"hello": [ "hello": [
"hi", "hi",
"salutations" "salutations"
@ -8,10 +15,12 @@
], ],
"me": [ "me": [
"this human", "this human",
"my body",
"my avatar" "my avatar"
], ],
"same": [ "same": [
"similar" "similar",
"ditto"
], ],
"different": [ "different": [
"not similar", "not similar",
@ -54,5 +63,8 @@
"the": [ "the": [
"a", "a",
"that" "that"
],
"year": [
"moons"
] ]
} }