X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;ds=sidebyside;f=textstat.py;h=f0a92fd1925dca2ebf1eb8c665b3fa60041e6ad5;hb=HEAD;hp=7d84fa6acff2cc72f96c81af9bc96311d29e493d;hpb=4c0e3adb15b4c137953f7975d8504f4b3a8c4e5d;p=iramuteq 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)