Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 21, 2016
1 parent 81dc939 commit 5d6dd21
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 @@ -58,7 +58,7 @@
if 'lowercase' in clamdata and clamdata['lowercase']:
opts += " --lower"
if 'n' in clamdata and clamdata['n']:
pts += " --ngram " + str(clamdata['n'])
opts += " --ngram " + str(clamdata['n'])

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

Expand Down

0 comments on commit 5d6dd21

Please sign in to comment.