diff --git a/libmwereader/mweparser.cpp b/libmwereader/mweparser.cpp index 1edb9c684334180e359ad987658a2ece34337670..fc8f1fd1b0e0c73d67bb6eeba048827c984ffecb 100644 --- a/libmwereader/mweparser.cpp +++ b/libmwereader/mweparser.cpp @@ -56,7 +56,7 @@ namespace Corpus2 { void MWEParser::create_mwe() { - print_current_mwe(true); + //print_current_mwe(true); MWEBuilder::BoolOpPtr main = mwe_builder_->get_mwe_condition( wccl_operator_); MWEBuilder::BoolOpPtr head = mwe_builder_->get_head_condition( @@ -109,7 +109,7 @@ namespace Corpus2 { void MWEParser::on_start_element(const Glib::ustring &name, const AttributeList& attributes) { - std::cout << state_ << ": " << name << std::endl; + //std::cout << state_ << ": " << name << std::endl; if(state_ == NONE && name == "units_description"){ tagset_ = get_attribute(attributes, "tagset"); @@ -142,7 +142,7 @@ namespace Corpus2 { void MWEParser::on_end_element(const Glib::ustring &name) { - std::cout << "/" << state_ << ": " << name << std::endl; + //std::cout << "/" << state_ << ": " << name << std::endl; if(name == "units_description"){ state_ = NONE;