@@ -50,7 +50,6 @@ def adjective_strategy(
5050 small_special = sorted_by_source_region (atok , small_special )
5151 level_nodes = sorted_by_source_region (atok , level_nodes )
5252 information_nodes = sorted_by_source_region (atok ,information_nodes )
53- print ("information_note" ,information_nodes ,"level_nones" ,level_nodes )
5453 ################################################################
5554 # small root level and lexical order strategy
5655 ################################################################
@@ -70,19 +69,19 @@ def adjective_strategy(
7069 lca = lca ,
7170 constrained_space = constrained_space
7271 )
73- print ("small_root" ,small_root )
72+ # print("small_root",small_root)
7473
7574 ################################################################
7675 # root level and lexical order strategy
7776 ################################################################
78- print ("\n DEBUGGING after wrote stuf 0f\n " , accumulator .history )
77+ # print("\nDEBUGGING after wrote stuf 0f\n", accumulator.history)
7978 root_level_order (accumulator ,root ,
8079 level ,index ,
8180 only_information = only_information ,
8281 priority = priority ["root_level" ],
8382 penalty = 2
8483 )
85- print ("\n DEBUGGING after wrote stuff 1\n " , accumulator .history )
84+ # print("\nDEBUGGING after wrote stuff 1\n", accumulator.history)
8685 root_lexical_order (accumulator ,root ,
8786 level_nodes ,information_nodes ,index ,
8887 only_information = only_information ,
@@ -91,7 +90,7 @@ def adjective_strategy(
9190 lca = None ,
9291 constrained_space = constrained_space
9392 )
94- print ("\n DEBUGGING after wroteup 20\n " , accumulator .history )
93+ # print("\nDEBUGGING after wroteup 20\n", accumulator.history)
9594 ################################################################
9695 # strategies for spacial and very special
9796 ################################################################
0 commit comments