From ec6510d5e51b2e77473d6bd612464b727fade594 Mon Sep 17 00:00:00 2001 From: "antti.arppe@iki.fi" Date: Wed, 29 May 2024 22:39:29 -0600 Subject: [PATCH] Added one example animate noun. --- .../resources/dictionary/blaeng_test_db.importjson | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/blaeng/resources/dictionary/blaeng_test_db.importjson b/src/blaeng/resources/dictionary/blaeng_test_db.importjson index 4a7be7fcf..d9e060708 100644 --- a/src/blaeng/resources/dictionary/blaeng_test_db.importjson +++ b/src/blaeng/resources/dictionary/blaeng_test_db.importjson @@ -130,5 +130,17 @@ "paradigm": "VTA", "senses": [{ "definition": "see; recognize", "sources": ["F&R"] }], "slug": "ino" + }, + { + "head": "imitááwa", + "linguistInfo": { + "inflectional_category": "NA", + "stem": "imitááwa", + "pos": "N", + "wordclass": "NA" + }, + "paradigm": "NA", + "senses": [{ "definition": "dog", "sources": ["F&R"] }], + "slug": "imitááwa" } ]