Skip to content
Snippets Groups Projects
Commit 7790ea5c authored by Marek Maziarz's avatar Marek Maziarz
Browse files

error with bad model evocation handled

parent b03b8e20
Branches
No related tags found
No related merge requests found
Pipeline #19503 failed
...@@ -101,7 +101,7 @@ class WinerWorker(nlp_ws.NLPWorker): ...@@ -101,7 +101,7 @@ class WinerWorker(nlp_ws.NLPWorker):
) )
# Process data # Process data
aggregations = nlp.process(packed_tokenized_inputs) aggregations = self._model.process(packed_tokenized_inputs)
# Aggregate results to entities # Aggregate results to entities
entities = allign_into_entities( entities = allign_into_entities(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment