Skip to content

Commit

Permalink
[cs] add some multiword inflections (#65)
Browse files Browse the repository at this point in the history
* Setup2134's multiword inflections

* fix whitespace

* add verbal noun
  • Loading branch information
StefanVukovic99 authored Jun 15, 2024
1 parent 561ecc2 commit 6646712
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 37 deletions.
11 changes: 10 additions & 1 deletion data/language/cs/en/multiword_inflections.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
"past active participle",
"past passive participle"
"past passive participle",
"passive participle",
"present indicative",
"future indicative",
"passive participle",
"masculine animate",
"masculine inanimate",
"present transgressive",
"past transgressive",
"verbal noun"
]
56 changes: 20 additions & 36 deletions data/test/dict/cs/en/term_bank_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
[
"first-person",
"singular",
"present",
"indicative"
"present indicative"
]
]
],
Expand Down Expand Up @@ -67,8 +66,7 @@
[
"first-person",
"plural",
"present",
"indicative"
"present indicative"
]
]
],
Expand All @@ -87,8 +85,7 @@
[
"second-person",
"singular",
"present",
"indicative"
"present indicative"
]
]
],
Expand Down Expand Up @@ -116,8 +113,7 @@
[
"second-person",
"plural",
"present",
"indicative"
"present indicative"
]
]
],
Expand Down Expand Up @@ -156,17 +152,15 @@
[
"singular",
"masculine",
"present",
"transgressive"
"present transgressive"
]
],
[
"přít",
[
"third-person",
"singular",
"present",
"indicative"
"present indicative"
]
]
],
Expand All @@ -185,8 +179,7 @@
[
"third-person",
"plural",
"present",
"indicative"
"present indicative"
]
]
],
Expand All @@ -204,20 +197,18 @@
"přít",
[
"singular",
"masculine",
"animate",
"past",
"participle"
"participle",
"masculine animate"
]
],
[
"přít",
[
"singular",
"masculine",
"inanimate",
"past",
"participle"
"participle",
"masculine inanimate"
]
]
],
Expand All @@ -235,10 +226,9 @@
"přít",
[
"plural",
"masculine",
"animate",
"past",
"participle"
"participle",
"masculine animate"
]
]
],
Expand All @@ -265,10 +255,9 @@
"přít",
[
"plural",
"masculine",
"inanimate",
"past",
"participle"
"participle",
"masculine inanimate"
]
]
],
Expand Down Expand Up @@ -307,8 +296,7 @@
[
"singular",
"masculine",
"present",
"transgressive"
"present transgressive"
]
]
],
Expand All @@ -328,8 +316,7 @@
"singular",
"feminine",
"neuter",
"present",
"transgressive"
"present transgressive"
]
]
],
Expand All @@ -349,8 +336,7 @@
"singular",
"feminine",
"neuter",
"present",
"transgressive"
"present transgressive"
]
]
],
Expand All @@ -368,8 +354,7 @@
"přít",
[
"plural",
"present",
"transgressive"
"present transgressive"
]
]
],
Expand All @@ -387,8 +372,7 @@
"přít",
[
"plural",
"present",
"transgressive"
"present transgressive"
]
]
],
Expand Down

0 comments on commit 6646712

Please sign in to comment.