Skip to content

Commit

Permalink
[la] add baseline test for domus (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Jun 17, 2024
1 parent 19d10ff commit 39add54
Show file tree
Hide file tree
Showing 7 changed files with 841 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/test/dict/la/en/tag_bank_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,33 @@
-1,
"participle",
1
],
[
"decl-4",
"",
0,
"declension-4",
0
],
[
"fem",
"",
-1,
"feminine",
1
],
[
"irreg",
"",
0,
"irregular",
0
],
[
"idio",
"",
0,
"idiomatic",
0
]
]
160 changes: 160 additions & 0 deletions data/test/dict/la/en/term_bank_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,165 @@
],
0,
""
],
[
"domus",
"",
"n decl-2 decl-4 fem irreg",
"n",
0,
[
"house, home (the building where a person lives)",
{
"type": "structured-content",
"content": [
{
"tag": "div",
"data": {
"listType": "li"
},
"content": "house, home (the building where a person lives)"
},
{
"tag": "div",
"data": {
"listType": "ol"
},
"style": {
"marginLeft": 2
},
"content": [
{
"tag": "div",
"data": {
"listType": "li"
},
"content": [
{
"tag": "span",
"data": {
"listType": "number"
},
"content": "1. "
},
"a townhouse"
]
}
]
}
]
},
"any dwelling-place or abode (of people or animals)",
"the place of one's birth or residence, native country, town"
],
0,
""
],
[
"domus",
"",
"n decl-2 decl-4 fem idio irreg",
"n",
0,
[
{
"type": "structured-content",
"content": [
{
"tag": "div",
"data": {
"listType": "li"
},
"content": "the place of one's birth or residence, native country, town"
},
{
"tag": "div",
"data": {
"listType": "ol"
},
"style": {
"marginLeft": 2
},
"content": [
{
"tag": "div",
"data": {
"listType": "li"
},
"content": [
{
"tag": "span",
"data": {
"listType": "number"
},
"content": "1. "
},
"(also of the shell of invertebrates, tombs of the dead)"
]
}
]
}
]
},
{
"type": "structured-content",
"content": [
{
"tag": "div",
"data": {
"listType": "li"
},
"content": "household, family (the dependants of the head of a house)"
},
{
"tag": "div",
"data": {
"listType": "ol"
},
"style": {
"marginLeft": 2
},
"content": [
{
"tag": "div",
"data": {
"listType": "li"
},
"content": [
{
"tag": "span",
"data": {
"listType": "number"
},
"content": "1. "
},
"a group of disciples, school; an intellectual movement"
]
},
{
"tag": "div",
"data": {
"listType": "li"
},
"content": [
{
"tag": "span",
"data": {
"listType": "number"
},
"content": "2. "
},
"(monarchy) house, dynasty"
]
}
]
}
]
},
"one's own possessions or resources",
"(in locative case in phrases) peace"
],
0,
""
]
]
Loading

0 comments on commit 39add54

Please sign in to comment.