diff --git a/rudict/rudict/http/request_handler.cpp b/rudict/rudict/http/request_handler.cpp index b96c2c5..18efacd 100644 --- a/rudict/rudict/http/request_handler.cpp +++ b/rudict/rudict/http/request_handler.cpp @@ -138,6 +138,7 @@ namespace http { { boost::property_tree::wptree result; + std::cout <<"PrepareReport" << std::endl; if (request.size() < 2) { result.put(L"error", L"String is too short"); @@ -146,6 +147,7 @@ namespace http { std::vector nounStructArr = RecognizeNoun(request); + std::cout <<"nounstructarr" << nounStructArr.size() << std::endl; int id = 0; @@ -163,6 +165,8 @@ namespace http { nounTree.put(L"nominative", nounStruct.noun); + std::cout <<"nominative" << std::endl; + nounArr.push_back(std::make_pair(L"", nounTree)); id++;