diff --git a/rudict/rudict/noun.cpp b/rudict/rudict/noun.cpp index 6bd0ad2..8971fe8 100644 --- a/rudict/rudict/noun.cpp +++ b/rudict/rudict/noun.cpp @@ -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());