Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Apr 20, 2020
1 parent ec2ee48 commit a8a637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/parts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _get_corpora(corpus_meta, multiprocess=False):
if conf["load"]:
print("Loading corpus into memory: {} ...".format(corpus.name))
opts = dict(add_governor=conf["add_governor"], multiprocess=multiprocess)
buzz_corpus = buzz_corpus.load(**ops)
buzz_corpus = buzz_corpus.load(**opts)
buzz_corpus = _preprocess_corpus(buzz_corpus, **conf)
else:
print(f"NOT loading corpus into memory: {corpus.name} ...")
Expand Down

0 comments on commit a8a637f

Please sign in to comment.