commit 9609fec0d520108f060f5346372fdccd612ea6e9 Author: Tanmai Khanna Date: Tue Jul 23 02:29:14 2019 +0530 Added properties and tested(A few bugs) diff --git a/src/score.cc b/src/score.cc index b835b77..081c231 100644 --- a/src/score.cc +++ b/src/score.cc @@ -90,6 +90,12 @@ 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"; + wcerr << (*j).wordform; + cout << ": "; + print_tags((*j).properties); + cout << "\n"; + if(check_acceptable_tags((*j).pos_tags, ref_file.get_parameters()[L"antecedent"]) ) // if it is antecedent (based on external xml file) { temp_score = 0;