X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=corpus.py;h=6e667b3f173f272964ffb4b01ff0037a65e36419;hp=011206fcc5553f7c6150e410917c0d475ce5c910;hb=159a6ea7066894985bd88b0bfba518c317870405;hpb=83802e662acde01994fe0bd2bf6978fef90b14f8 diff --git a/corpus.py b/corpus.py index 011206f..6e667b3 100644 --- a/corpus.py +++ b/corpus.py @@ -1597,6 +1597,8 @@ class Builder : filein = parametres['dictionary'] else : filein = None + if dial.corpusname.GetValue() != '' : + parametres['corpus_name'] = dial.corpusname.GetValue() dial.Destroy() ReadLexique(self.parent, lang = parametres['lang'], filein = filein) if parametres['lang'] != 'other' and os.path.exists(self.parent.DictPath.get(parametres['lang']+'_exp', 'french_exp')):