Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ontoligent committed Mar 26, 2020
1 parent befe1bf commit 1485015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mazo.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if not os.path.isfile(mallet_file):
print("MALLET file {} not found. Creating it now.".format(mallet_file))
cmd = "{} import-file --input {} --output {} --keep-sequence true --remove-stopwords true"\
.format(corpus_file, mallet_file)
.format(mallet_file, corpus_file, mallet_file)
os.system(cmd)

# if not os.path.isfile():
Expand Down

0 comments on commit 1485015

Please sign in to comment.