Skip to content

Commit

Permalink
Merge branch 'ltp-new-framework' of github.com:HIT-SCIR/ltp into ltp-…
Browse files Browse the repository at this point in the history
…new-framework
  • Loading branch information
Oneplus committed Aug 3, 2013
2 parents e4ee49c + fa9ea10 commit c53315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__xml4nlp/Xml4nlp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int XML4NLP::CreateDOMFromString(const string& str) {
string strTmp = str;
replace_char_by_char(strTmp, '\r', '\n');

std::cout << strTmp << std::endl;
// std::cout << strTmp << std::endl;
istringstream in(strTmp); // How to use istringstream?
string line;
int i = 0;
Expand Down

0 comments on commit c53315b

Please sign in to comment.