Skip to content

Commit

Permalink
Merge branch 'master' of github.com:proycon/clam
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 18, 2016
2 parents 740fd4c + 5d6dd21 commit a009e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/wrappers/foliastats.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
if 'n' in clamdata and clamdata['n']:
opts += " --ngram " + str(clamdata['n'])

r = os.system("FoLiA-stats -t 1 -o " + outputdir + "/output " + opts + " " + " ".join(inputfiles))
r = os.system("FoLiA-stats --class=\"current\" --lang none -t 1 -o " + outputdir + "/output " + opts + " " + " ".join(inputfiles))


clam.common.status.write(statusfile, "Done",100)
Expand Down

0 comments on commit a009e50

Please sign in to comment.