fix: Wrong mapping for 'feminine Nomen'
This commit is contained in:
parent
7342ddb0d8
commit
92d4928f6e
@ -15,7 +15,7 @@ def preprocess_row(row):
|
||||
|
||||
def genus_to_datatype(gen):
|
||||
if (gen == "m"): return "Maskulin"
|
||||
if (gen == "w"): return "Feminin"
|
||||
if (gen == "f"): return "Feminin"
|
||||
if (gen == "n"): return "Neutrum"
|
||||
|
||||
def log(msg, err=False, tabs=0):
|
||||
|
Reference in New Issue
Block a user