X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=corpus.py;h=6e667b3f173f272964ffb4b01ff0037a65e36419;hp=011206fcc5553f7c6150e410917c0d475ce5c910;hb=b5c29c4ff9eaa0979a0bb524d9395301c447783d;hpb=54bbc5135afebc8bcc00973fd25fae383f27bdf4 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')):