commit 30e4f75da284ce6620086235e32490f27d1d5b56 Author: Tanmai Khanna Date: Tue Jul 23 02:41:26 2019 +0530 Implemented PP Impeding Indicator and testing with original Sentence diff --git a/src/score.cc b/src/score.cc index 7bb3396..dbf6968 100644 --- a/src/score.cc +++ b/src/score.cc @@ -90,11 +90,11 @@ void Scoring::apply_indicators(unique_LU anaphor, ParseRef ref_file) for (vector::iterator j = (*i).begin(); j!=(*i).end(); ++j) //read through sentence { - cout << "\n"; + cerr << "\n"; wcerr << (*j).wordform; - cout << ": "; + cerr << ": "; print_tags((*j).properties); - cout << "\n"; + cerr << "\n"; if(check_acceptable_tags((*j).pos_tags, ref_file.get_parameters()[L"antecedent"]) ) // if it is antecedent (based on external xml file) {