projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3546610
)
segment size
author
pierre
<ratinaud@univ-tlse2.fr>
Wed, 20 Apr 2022 09:45:25 +0000
(11:45 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Wed, 20 Apr 2022 09:45:25 +0000
(11:45 +0200)
textstat.py
patch
|
blob
|
history
diff --git
a/textstat.py
b/textstat.py
index
7d84fa6
..
f0a92fd
100755
(executable)
--- a/
textstat.py
+++ b/
textstat.py
@@
-84,7
+84,7
@@
class Stat(AnalyseText) :
open_file_graph("%s", width = 400, height = 400)
barplot(table(stsize[,1]))
dev.off()
- """ % (ffr(self.pathout['stsize.csv'])
ffr(,
self.pathout['segments_size.png']))
+ """ % (ffr(self.pathout['stsize.csv'])
, ffr(
self.pathout['segments_size.png']))
tmpscript = tempfile.mktemp(dir=self.parent.TEMPDIR)
with open(tmpscript, 'w') as f :
f.write(txt)