Skip to content
Snippets Groups Projects
Commit e034cf81 authored by Bartosz Broda's avatar Bartosz Broda
Browse files

remove comments for debuging

parent 0a60eaec
No related merge requests found
......@@ -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;
......
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