commit b529a0422526f7f8cc4829dca8c45498d312f226 Author: Tanmai Khanna Date: Wed Aug 12 17:08:46 2020 +0530 removed all debug comments diff --git a/src/rtx_processor.cc b/src/rtx_processor.cc index 28728c9..d88f5ed 100644 --- a/src/rtx_processor.cc +++ b/src/rtx_processor.cc @@ -765,7 +765,6 @@ RTXProcessor::applyRule(const wstring& rule) if(gettingLemmaFromWord(part)) { pushStack(ch->chunkPart(attr_items[part], SourceClip), ch->wblank); - //wcerr << "\n\n#" << part << "#s#" << theWblankStack[stackIdx] << "###\n\n"; } else { @@ -787,7 +786,6 @@ RTXProcessor::applyRule(const wstring& rule) if(gettingLemmaFromWord(part)) { pushStack(ch->chunkPart(attr_items[part], TargetClip), ch->wblank); - //wcerr << "\n\n#" << part << "#t#" << theWblankStack[stackIdx] << "###\n\n"; } else {