projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92f0d8
)
font size
author
pierre
<ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:01:25 +0000
(18:01 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:01:25 +0000
(18:01 +0200)
analysetxt.py
patch
|
blob
|
history
diff --git
a/analysetxt.py
b/analysetxt.py
index
f11a596
..
7bbd053
100755
(executable)
--- a/
analysetxt.py
+++ b/
analysetxt.py
@@
-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()