From f06ebfe849b7fd9e83cee389e507144a7bfbba9c Mon Sep 17 00:00:00 2001 From: Erickson Silva Date: Thu, 26 Mar 2015 23:01:02 -0300 Subject: [PATCH] Remove draw_trees ao gerar árvore sintática --- src/AplicaRegras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AplicaRegras.py b/src/AplicaRegras.py index 09340ae..33ef66a 100644 --- a/src/AplicaRegras.py +++ b/src/AplicaRegras.py @@ -279,7 +279,7 @@ class AplicaRegras(object): elif arv_ticket != morfo[i][1]: arvore[lista_pos_arv[i]].set_label(morfo[i][1]) - draw.draw_trees(arvore) + #draw.draw_trees(arvore) # Converte árvore sintática para uma lista de tuplas (igual a lista morfológica) def converter_arv_para_lista(self, arvore): -- libgit2 0.21.2