Skip to content

Commit

Permalink
Run name (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMMackenzie authored and amallia committed Jul 8, 2019
1 parent 3f3ff15 commit a5ad04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def evaluate_command(name, k,
f"--terms {name}.fwd.termlex "
f"-k {k} "
f"-q {name}.title "
f"> /output/{name}-{k}")
f"> /output/BM25")

# Allow user to input stemmer, validate
def get_stemmer(options):
Expand Down

0 comments on commit a5ad04c

Please sign in to comment.