Rough dictionary list working

This commit is contained in:
Avery Pace
2021-11-03 14:21:22 -04:00
parent 4f342ce48d
commit 731a71904a
10 changed files with 1980 additions and 90 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,46 @@
[
{
"pos": "n",
"definition": "head noun"
},
{
"pos": "mod",
"definition": "modifier (adjective or adverb)"
},
{
"pos": "sep",
"definition": "separator"
},
{
"pos": "vt",
"definition": "verb, transitive (normally used with e)"
},
{
"pos": "vi",
"definition": "verb, intransitive"
},
{
"pos": "interj",
"definition": "interjection"
},
{
"pos": "prep",
"definition": "quasi-preposition"
},
{
"pos": "conj",
"definition": "conjunction"
},
{
"pos": "kama",
"definition": "compound verb preceded by kama"
},
{
"pos": "cont",
"definition": "context word used before la"
},
{
"pos": "oth",
"definition": "special, other word"
}
]