X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=textsimi.py;h=228598acbffc2790cc131eb3f255235975b5c006;hp=24cf2135374ae943e89b0da2b1f3819fbc40a2bf;hb=40e1d7a9be76ec155d325c8f53bc782f0cc78138;hpb=ea81472844df73875a9b2ba9122d487361fd88ac diff --git a/textsimi.py b/textsimi.py index 24cf213..228598a 100644 --- a/textsimi.py +++ b/textsimi.py @@ -66,22 +66,6 @@ class SimiTxt(AnalyseText): else : return False -# def preferences(self) : -# dial = StatDialog(self, self.parent) -# dial.CenterOnParent() -# val = dial.ShowModal() -# if val == 5100 : -# if dial.radio_lem.GetSelection() == 0 : -# lem = 1 -# else : -# lem = 0 -# self.parametres['lem'] = lem -# dial.Destroy() -# return self.parametres -# else : -# dial.Destroy() -# return None - def makesimiparam(self) : self.paramsimi = {'coeff' : 0, 'layout' : 2,