linux stuff
This commit is contained in:
parent
fe01bcc3db
commit
9f3772b604
@ -331,7 +331,7 @@ std::wstring RestoreNounByTuple(std::wstring nounBase, NounTuple nounTuple)
|
|||||||
|
|
||||||
if (nounEndingSet.size() != 1)
|
if (nounEndingSet.size() != 1)
|
||||||
{
|
{
|
||||||
throw std::exception("There is problem - noun have more than 1 form!");
|
//throw std::exception("There is problem - noun have more than 1 form!");
|
||||||
}
|
}
|
||||||
|
|
||||||
return nounBase + *(nounEndingTable[nominativeNounTuple].begin());
|
return nounBase + *(nounEndingTable[nominativeNounTuple].begin());
|
||||||
|
Loading…
Reference in New Issue
Block a user