Skip to content
Snippets Groups Projects
Commit 1a4c6cd3 authored by Konrad Wojtasik's avatar Konrad Wojtasik
Browse files

Update easymatcher_worker.py

parent 79ae6a74
No related merge requests found
Pipeline #11673 failed with stages
in 2 minutes and 44 seconds
......@@ -98,7 +98,9 @@ class EasymatcherWorker(nlp_ws.NLPWorker):
EasymatcherWorker.prepare_and_append_document(tmpf.name, input_path)
documents, labels = load_data(tmpf.name, labels_path)
matcher = MatrixMatcher(labels["labels"], multiple_labels=True, **task_options)
matcher = MatrixMatcher(labels["labels"],
multiple_labels=True,
**task_options)
out_documents = matcher.match_docs(documents)
tmpf.close()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment