diff --git a/negation_conversion.py b/negation_conversion.py index 0dd6b2a..0ec7e36 100644 --- a/negation_conversion.py +++ b/negation_conversion.py @@ -46,7 +46,7 @@ def negative_scope_pos(pos_list): not_dummy = False for pos_word in pos_list: # Fin du scope - if pos_word[1] in ['IN','CC','WDT'] and not_dummy==True and len(scope_pos_list)>0: + if pos_word[1] in ['WDT'] and not_dummy==True and len(scope_pos_list)>0: not_dummy = False # Intérieur du scope if not_dummy==True: