Ariel Gera
Ariel Gera
Where the user's search query matches part of an Arabic word (rather than a whole word), the highlighting can break the display of the characters in this word in the...
**What is the current behavior?** While the `test_full_flow` test in `test_app.py` consistently passes, sporadically we see in the outputs that in some runs an exception occurred. For instance: - `Exception:...
There are currently some inconsistencies with how exceptions are logged and handled in the backend. We should aim that: A. Every exception that is explicitly raised within the backend modules...
When loading a metric with overwrite args (for example: `metrics.char_edit_distance[reference_field=original_text]`), this is not reflected in the result dict returned from the metric, which will have the original metric name. This...