font size
authorpierre <ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:01:25 +0000 (18:01 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:01:25 +0000 (18:01 +0200)
analysetxt.py

index f11a596..7bbd053 100755 (executable)
@@ -48,6 +48,7 @@ class AnalyseText :
             self.parametres = self.make_config(parametres)
         if self.parametres is not None:
             self.keys = DoConf(self.ira.ConfigPath['key']).getoptions()
+            print(self.keys)
             gramact = [k for k in self.keys if self.keys[k] == 1]
             gramsup = [k for k in self.keys if self.keys[k] == 2]
             self.parametres['pathout'] = self.pathout.mkdirout()