Renamed 'Möhre' to 'Karotte', fixes #1

pull/12/head
mandlm 2018-08-26 13:29:42 +02:00
parent 23b748a2ee
commit ef959251b1
3 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@ AkkusativModel::AkkusativModel(QObject *parent)
{ "Vorhang", "Kiste", "Holz", "Kiste", "Baum", "Vorhang", "Holz",
"Baum" } },
{ "Nominalphrase (Futter)", { "Salat", "Fleisch", "Knochen", "Banane",
"Apfel", "Möhre", "Honig", "Zucker" } }
"Apfel", "Karotte", "Honig", "Zucker" } }
};
}

View File

@ -10,6 +10,6 @@ DativModel::DativModel(QObject *parent)
{ "Vorhang", "Kiste", "Holz", "Kiste", "Baum", "Vorhang", "Holz",
"Baum" } },
{ "Nominalphrase (Tiere)", { "Salat", "Fleisch", "Knochen", "Banane",
"Apfel", "Möhre", "Honig", "Zucker" } }
"Apfel", "Karotte", "Honig", "Zucker" } }
};
}

View File

@ -5,7 +5,7 @@ GenusModel::GenusModel(QObject *parent)
{
m_tests = { { "Tiere", { "Tiger", "Bär", "Katze", "Pferd", "Gans",
"Elefant", "Affe", "Hund" } },
{ "Futter", { "Salat", "Fleisch", "Knochen", "Banane", "Apfel", "Möhre",
{ "Futter", { "Salat", "Fleisch", "Knochen", "Banane", "Apfel", "Karotte",
"Honig", "Zucker" } },
{ "Zirkus", { "Kiste", "Holz", "Vorhang", "Baum" } } };
}