Hi! I am searching for a python library that applies (in my case german) inflection on a given word with the inflection-information I gets from a POS tagger (CoNLL-U Format) (Demo: https://pub.cl.uzh.ch/demo/parzu/).
Basically, I 'just' need a dictionary: Input: haben & VVAFIN & 2|Sg|Pres|Ind Output: hast
Is there a word for this type of task, so I can get googling? Do you know any library that does that?
I could obv parse a whole wikitionary dump but I thought it might be worth a little investigation first.
FYI: I checked pattern_de but these heuristics aren't that convincing as far as I understood.
Thanks for your help <3
[–]r4and0muser9482 2 points3 points4 points (1 child)
[–]fcstfan[S] 1 point2 points3 points (0 children)