linux stuff

This commit is contained in:
Vladislav Khorev 2014-11-27 08:57:13 +00:00
parent 6e25c55c14
commit 6797548c79
2 changed files with 400 additions and 398 deletions

View File

@ -5582,7 +5582,7 @@
констатировать
легендарный
людской
Люсин
люсин
обитатель
перехватить
пожить
@ -10874,7 +10874,7 @@
упрекнуть
файл
форменный
xуй
хуй
читательский
энтузиаст
ярый

View File

@ -202,7 +202,9 @@ std::cout <<"$$" << UTF16to8(nounNominative.c_str()) << std::endl;
std::cout << "count" << frequentWordSet.count(nounNominative) << std::endl;
if (nounNominative == frequentWordSet.begin()->c_str())
std::wstring huy = *(frequentWordSet.find(L"баран"));
if (nounNominative == huy)
{
std::cout <<"true!" << std::endl;