linux stuff

This commit is contained in:
Vladislav Khorev 2014-11-26 22:22:33 +00:00
parent fe01bcc3db
commit 9f3772b604

View File

@ -331,7 +331,7 @@ std::wstring RestoreNounByTuple(std::wstring nounBase, NounTuple nounTuple)
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());