Skip to content

Commit

Permalink
Adjusts to new tagging of unmarked morphological features
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Nov 20, 2024
1 parent 6743ac8 commit b1eade1
Show file tree
Hide file tree
Showing 3 changed files with 950 additions and 857 deletions.
12 changes: 6 additions & 6 deletions dwdsmor/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"+WPRO",
},
"degree": {"Pos", "Comp", "Sup"},
"function": {"Attr", "Subst"},
"function": {"Attr", "Subst", "UnmFunc"},
"person": {"1", "2", "3"},
"gender": {"Fem", "Neut", "Masc", "NoGend"},
"case": {"Nom", "Gen", "Dat", "Acc"},
"number": {"Sg", "Pl"},
"gender": {"Fem", "Neut", "Masc", "UnmGend"},
"case": {"Nom", "Gen", "Dat", "Acc", "UnmCase"},
"number": {"Sg", "Pl", "UnmNum"},
"nonfinite": {"Inf", "Part"},
"tense": {"Pres", "Past", "Perf"},
"mood": {"Ind", "Subj", "Imp"},
"auxiliary": {"haben", "sein"},
"inflection": {"St", "Wk", "NoInfl"},
"inflection": {"St", "Wk", "UnmInfl"},
"metainfo": {"Old", "NonSt"},
"orthinfo": {"OLDORTH", "CH"},
"charinfo": {"CAP"},
Expand Down Expand Up @@ -118,7 +118,7 @@
"+NPROP": (("gender", "case", "number", "inflection"),),
"+PPRO": (("category", "person", "gender", "case", "number"),),
"+PREP": ((),),
"+PREPART": (("gender", "case", "inflection"),),
"+PREPART": (("gender", "case", "number"),),
"+PROADV": ((),),
"+PTCL": (("category"),),
"+V": (
Expand Down
Loading

0 comments on commit b1eade1

Please sign in to comment.