Skip to content

Commit

Permalink
[de] add past and present participle to multiword (#124)
Browse files Browse the repository at this point in the history
* [de] add past participle to multiword inflections

* [de] add present participle to multiword inflections
  • Loading branch information
StefanVukovic99 authored Aug 3, 2024
1 parent da36848 commit 03940a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 3 additions & 1 deletion data/language/de/en/multiword_inflections.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"subjunctive II",
"Archaic form",
"archaic form",
"female equivalent"
"female equivalent",
"past participle",
"present participle"
]
9 changes: 3 additions & 6 deletions data/test/dict/de/en/term_bank_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
[
"pflegen",
[
"past",
"participle"
"past participle"
]
]
],
Expand Down Expand Up @@ -150,8 +149,7 @@
[
"pflegen",
[
"past",
"participle"
"past participle"
]
]
],
Expand Down Expand Up @@ -195,8 +193,7 @@
[
"pflegen",
[
"present",
"participle"
"present participle"
]
]
],
Expand Down

0 comments on commit 03940a0

Please sign in to comment.