Changed maximum scores constant to be able to experiment with more sempos classes

This commit is contained in:
Matous Machacek 2012-03-23 23:42:00 +01:00
parent 184b24b456
commit ac5ba83ec8

View File

@ -8,7 +8,7 @@
#include <vector>
// TODO: need comments about this number.
const int kMaxNOC = 30;
const int kMaxNOC = 50;
typedef std::pair<std::string, std::string> str_item_t;
typedef std::vector<str_item_t> str_sentence_t;