Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test for de-de ipa #179

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 195 additions & 0 deletions data/test/dict/de/de/term_bank_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,200 @@
],
0,
""
],
[
"Garage",
"",
"",
"n",
0,
[
{
"type": "structured-content",
"content": [
{
"tag": "div",
"content": [
"Raum zum dauerhaften Ab- und Unterstellen von Kraftfahrzeugen",
{
"tag": "div",
"data": {
"content": "extra-info"
},
"content": {
"tag": "div",
"data": {
"content": "example-sentence"
},
"content": [
{
"tag": "div",
"data": {
"content": "example-sentence-a"
},
"content": "Ich werde das Auto in die Garage schaffen."
},
{
"tag": "div",
"data": {
"content": "example-sentence-b"
},
"content": ""
}
]
}
},
{
"tag": "div",
"data": {
"content": "extra-info"
},
"content": {
"tag": "div",
"data": {
"content": "example-sentence"
},
"content": [
{
"tag": "div",
"data": {
"content": "example-sentence-a"
},
"content": "„Ein Mann steht vor seinem Opel allein in einer Garage.“"
},
{
"tag": "div",
"data": {
"content": "example-sentence-b"
},
"content": ""
}
]
}
}
]
}
]
},
{
"type": "structured-content",
"content": [
{
"tag": "div",
"content": [
"Raum zum kurzfristigen Ab- und Unterstellen von Kraftfahrzeugen",
{
"tag": "div",
"data": {
"content": "extra-info"
},
"content": {
"tag": "div",
"data": {
"content": "example-sentence"
},
"content": [
{
"tag": "div",
"data": {
"content": "example-sentence-a"
},
"content": "„Ein Mann steht vor seinem Opel allein in einer Garage.“"
},
{
"tag": "div",
"data": {
"content": "example-sentence-b"
},
"content": ""
}
]
}
},
{
"tag": "div",
"data": {
"content": "extra-info"
},
"content": {
"tag": "div",
"data": {
"content": "example-sentence"
},
"content": [
{
"tag": "div",
"data": {
"content": "example-sentence-a"
},
"content": "„Leo stand schon draußen vor der Garage und blickte ängstlich auf seine Armbanduhr.“"
},
{
"tag": "div",
"data": {
"content": "example-sentence-b"
},
"content": ""
}
]
}
}
]
}
]
},
{
"type": "structured-content",
"content": [
{
"tag": "div",
"content": [
"auf die Reparatur und Wartung von Automobilen ausgerichtete Werkstatt"
]
}
]
},
{
"type": "structured-content",
"content": [
{
"tag": "div",
"content": [
"Geschäft, das sowohl als eine auf die Reparatur von Kraftfahrzeugen spezialisierte Werkstatt als auch als Verkaufslokal von Kraftfahrzeugen dient",
{
"tag": "div",
"data": {
"content": "extra-info"
},
"content": {
"tag": "div",
"data": {
"content": "example-sentence"
},
"content": [
{
"tag": "div",
"data": {
"content": "example-sentence-a"
},
"content": "„Selbstverständlich werden in der Garage auch künftig Fremdmarken repariert.“"
},
{
"tag": "div",
"data": {
"content": "example-sentence-b"
},
"content": ""
}
]
}
}
]
}
]
}
],
0,
""
]
]
97 changes: 97 additions & 0 deletions data/test/dict/de/de/term_bank_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,102 @@
],
0,
""
],
[
"die Garagen",
"",
"non-lemma",
"",
0,
[
[
"Garage",
[
"accusative plural"
]
],
[
"Garage",
[
"nominative plural"
]
]
],
0,
""
],
[
"der Garage",
"",
"non-lemma",
"",
0,
[
[
"Garage",
[
"dative singular"
]
],
[
"Garage",
[
"genitive singular"
]
]
],
0,
""
],
[
"der Garagen",
"",
"non-lemma",
"",
0,
[
[
"Garage",
[
"genitive plural"
]
]
],
0,
""
],
[
"den Garagen",
"",
"non-lemma",
"",
0,
[
[
"Garage",
[
"dative plural"
]
]
],
0,
""
],
[
"die Garage",
"",
"non-lemma",
"",
0,
[
[
"Garage",
[
"accusative singular"
]
]
],
0,
""
]
]
34 changes: 34 additions & 0 deletions data/test/ipa/de/de/term_meta_bank_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,39 @@
}
]
}
],
[
"Garage",
"ipa",
{
"reading": "Garage",
"transcriptions": [
{
"ipa": "ɡaˈʁaːʒə",
"tags": [
"Germany"
]
},
{
"ipa": "ɡaˈʁaːʃ",
"tags": [
"Austrian German"
]
},
{
"ipa": "ɡaˈʁaːʃə",
"tags": [
"Austrian German",
"Swiss Standard German"
]
},
{
"ipa": "ˈɡaʁaːʃ",
"tags": [
"Swiss Standard German"
]
}
]
}
]
]
Loading
Loading