Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UAlbertaALTLab/morphodict
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 19, 2024
2 parents 3379105 + 242d25c commit 014a9ce
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions src/stoeng/resources/dictionary/stoeng_test_db.importjson
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
[
{
"head": "cîga",
"head": "agdaa",
"linguistInfo": {
"inflectional_category": "wa-ya-Reg",
"pos": "V",
"stem": "0_cîga"
"stem": "a_gdaa"
},
"paradigm": "VI",
"senses": [
{
"definition": "for S to want him/her/it",
"definition": "for S to run",
"sources": ["McA&K&C"]
}
],
"slug": "cîga"
"slug": "agdaa"
},
{
"head": "hnuda",
"head": "apa",
"linguistInfo": {
"inflectional_category": "wa-ya-Reg",
"inflectional_category": "poly-wa-ya",
"pos": "V",
"stem": "0_hnuda"
"stem": "a_pa"
},
"paradigm": "VI",
"paradigm": "VT",
"senses": [
{
"definition": "for S to eat their own O",
"definition": "for S to hit O",
"sources": ["McA&K&C"]
}
],
"slug": "hnuda"
"slug": "apa"
},
{
"head": "agdaa",
"head": "cîga",
"linguistInfo": {
"inflectional_category": "wa-ya-Reg",
"pos": "V",
"stem": "a_gdaa"
"stem": "0_cîga"
},
"paradigm": "VI",
"senses": [
{
"definition": "for S to run",
"definition": "for S to want him/her/it",
"sources": ["McA&K&C"]
}
],
"slug": "agdaa"
"slug": "cîga"
},
{
"head": "hnagda",
Expand All @@ -64,52 +64,52 @@
"slug": "hnagda"
},
{
"head": "yúda",
"head": "hnuda",
"linguistInfo": {
"inflectional_category": "m-n-Stems",
"inflectional_category": "wa-ya-Reg",
"pos": "V",
"stem": "0_y2uda"
"stem": "0_hnuda"
},
"paradigm": "VI",
"senses": [
{
"definition": "for S to eat it",
"definition": "for S to eat their own O",
"sources": ["McA&K&C"]
}
],
"slug": "yúda"
"slug": "hnuda"
},
{
"head": "yagda",
"head": "ishdima",
"linguistInfo": {
"inflectional_category": "m-n-Stems",
"pos": "V",
"stem": "0_y2agda"
"stem": "0_ishdima"
},
"paradigm": "VI",
"senses": [
{
"definition": "for S to drink it",
"definition": "for S to be asleep",
"sources": ["McA&K&C"]
}
],
"slug": "yagda"
"slug": "ishdima"
},
{
"head": "ishdima",
"head": "nata",
"linguistInfo": {
"inflectional_category": "m-n-Stems",
"inflectional_category": "poly-wa-ya",
"pos": "V",
"stem": "0_ishdima"
"stem": "na_ta"
},
"paradigm": "VI",
"paradigm": "VT",
"senses": [
{
"definition": "for S to be asleep",
"definition": "for S to kick O",
"sources": ["McA&K&C"]
}
],
"slug": "ishdima"
"slug": "nata"
},
{
"head": "uge",
Expand All @@ -128,35 +128,35 @@
"slug": "uge"
},
{
"head": "apa",
"head": "yagda",
"linguistInfo": {
"inflectional_category": "poly-wa-ya",
"inflectional_category": "m-n-Stems",
"pos": "V",
"stem": "a_pa"
"stem": "0_y2agda"
},
"paradigm": "VT",
"paradigm": "VI",
"senses": [
{
"definition": "for S to hit O",
"definition": "for S to drink it",
"sources": ["McA&K&C"]
}
],
"slug": "apa"
"slug": "yagda"
},
{
"head": "nata",
"head": "yúda",
"linguistInfo": {
"inflectional_category": "poly-wa-ya",
"inflectional_category": "m-n-Stems",
"pos": "V",
"stem": "na_ta"
"stem": "0_y2uda"
},
"paradigm": "VT",
"paradigm": "VI",
"senses": [
{
"definition": "for S to kick O",
"definition": "for S to eat it",
"sources": ["McA&K&C"]
}
],
"slug": "nata"
"slug": "yúda"
}
]

0 comments on commit 014a9ce

Please sign in to comment.