Skip to content
Snippets Groups Projects
Commit 011d10e6 authored by ilor's avatar ilor
Browse files

Merge branch 'master' of nlp.pwr.wroc.pl:corpus2

parents 7ea7f186 ef6f0c99
Branches
No related merge requests found
......@@ -43,7 +43,7 @@ const Tagset& TagsetManager::get_tagset(const std::string &name)
id_cache_.insert(std::make_pair(ptr->id(), ptr));
ptr->set_name(name);
if (Path::Instance().get_verbose()) {
std::cerr << "Tagset '" << name << " loaded with id "
std::cerr << "Tagset '" << name << "' loaded with id "
<< (int)ptr->id() << "\n";
}
}
......
......@@ -6,6 +6,7 @@
#include <bitset>
#include <boost/functional/hash.hpp>
#include <boost/pending/lowest_bit.hpp>
#include <climits>
namespace PwrNlp {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment