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

Add multiple labels

parent f6e486f4
No related merge requests found
Pipeline #11666 failed
......@@ -98,7 +98,7 @@ 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"], **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