Skip to content

Commit

Permalink
fix target typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphan3110 committed Feb 6, 2022
1 parent 3350f5b commit 691149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def multiprocess_ner(docs,
processed_docs = pool.imap_unordered(partial(processor.process_ner,
# docs=docs_chunks[i],
src_lang=src_lang,
arget_lang=target_lang,
target_lang=target_lang,
do_regex=do_regex,
do_spacy=do_spacy,
do_backtrans=do_backtrans,
Expand Down

0 comments on commit 691149c

Please sign in to comment.