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

Update easymatcher_worker.py, sim_threshold=0.8, tfidf_ngram_range=(2, 3)

parent 93c22f04
No related merge requests found
Pipeline #14061 passed with stages
in 12 minutes and 7 seconds
......@@ -100,6 +100,8 @@ class EasymatcherWorker(nlp_ws.NLPWorker):
documents, labels = load_data(tmpf.name, labels_path)
matcher = MatrixMatcher(labels["labels"],
multiple_labels=True,
sim_threshold=0.8,
tfidf_ngram_range=(2, 3),
**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