X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=openanalyse.py;h=0c0fff7be35af0a1c34f6076806a3ba76564d0f5;hp=c55fef3ef3368f73079877c79bb03d6244db5328;hb=be2de22859c8f59abe9e1082981e4c3a62e9b7ca;hpb=d33694ef233bd4a28e69d88e9eef3c5c129442fe diff --git a/openanalyse.py b/openanalyse.py index c55fef3..0c0fff7 100644 --- a/openanalyse.py +++ b/openanalyse.py @@ -12,7 +12,7 @@ from tableau import Tableau import os import shelve #from ConfigParser import * -from tabsimi import DoSimi +#from tabsimi import DoSimi from functions import BugReport, DoConf import logging @@ -98,7 +98,7 @@ class OpenAnalyse(): elif self.conf['type'] == 'alceste' : self.parent.ShowMenu(_("Text analysis")) OpenCHDS(self.parent, corpus, self.conf, Alceste = True) - elif self.conf['type'] == 'simitxt' : + elif self.conf['type'] == 'simitxt' or self.conf['type'] == 'clustersimitxt' : self.parent.ShowMenu(_("Text analysis")) SimiLayout(self.parent, corpus, self.conf) elif self.conf['type'] == 'wordcloud' :