From b315801b63f3e037a90d51531b969624ff7143bc Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 20 Apr 2022 11:45:25 +0200 Subject: [PATCH] segment size --- textstat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textstat.py b/textstat.py index 7d84fa6..f0a92fd 100755 --- 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) -- 2.7.4