diff --git a/src/AplicaRegras.py b/src/AplicaRegras.py index a083958..4b89a4e 100644 --- a/src/AplicaRegras.py +++ b/src/AplicaRegras.py @@ -403,7 +403,7 @@ class AplicaRegras(object): pass num = True - if tag[-2:] == "-P" or tag[-2:] == "_P" and self.verificar_excecao_plural(it.get_word()): + if tag != "NPR-P" and tag[-2:] == "-P" or tag[-2:] == "_P" and self.verificar_excecao_plural(it.get_word()): singular = self.analisar_plural(it.get_word()) lista_simplificada[it.get_count()][0] = singular -- libgit2 0.21.2