Commit f06ebfe849b7fd9e83cee389e507144a7bfbba9c
1 parent
bbe566e5
Exists in
master
and in
1 other branch
Remove draw_trees ao gerar árvore sintática
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/AplicaRegras.py
... | ... | @@ -279,7 +279,7 @@ class AplicaRegras(object): |
279 | 279 | elif arv_ticket != morfo[i][1]: |
280 | 280 | arvore[lista_pos_arv[i]].set_label(morfo[i][1]) |
281 | 281 | |
282 | - draw.draw_trees(arvore) | |
282 | + #draw.draw_trees(arvore) | |
283 | 283 | |
284 | 284 | # Converte árvore sintática para uma lista de tuplas (igual a lista morfológica) |
285 | 285 | def converter_arv_para_lista(self, arvore): | ... | ... |