X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=analysetxt.py;h=4770f6b6dece7bb78cc62acb11da1eb89db93538;hp=db69d01c19e3d235d921e9fa55c0b400353533fc;hb=01340c360c525681f4502b480d5c4e1db33816c5;hpb=7fb5b2b86f6c9a0617208ee85211177c23d12f47 diff --git a/analysetxt.py b/analysetxt.py index db69d01..4770f6b 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -166,11 +166,6 @@ class Alceste(AnalyseText) : self.dial.CenterOnParent() self.dialok = self.dial.ShowModal() if self.dialok == 5100 : - if self.dial.radio_1.GetSelection() == 0 : - lem = 1 - else : - lem = 0 - parametres['lem'] = lem parametres['classif_mode'] = self.dial.radio_box_2.GetSelection() parametres['tailleuc1'] = self.dial.spin_ctrl_1.GetValue() parametres['tailleuc2'] = self.dial.spin_ctrl_2.GetValue()