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

Update easymatcher_worker.py

parent 1a4c6cd3
Branches
No related merge requests found
Pipeline #11679 failed with stages
in 5 minutes and 32 seconds
......@@ -98,8 +98,8 @@ 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,
matcher = MatrixMatcher(labels["labels"],
multiple_labels=True,
**task_options)
out_documents = matcher.match_docs(documents)
......
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