We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8582c98 commit ea7538bCopy full SHA for ea7538b
medcat-v1/medcat/utils/ner/deid.py
@@ -249,7 +249,7 @@ def merge_preds(model_preds_by_text: List[List[Dict]],
249
Args:
250
model_preds_by_text (List[Dict]): list of predictions from
251
`cat.get_entities()`, then `[list(m['entities'].values()) for m in model_preds]`
252
- rule_matches_by_text (List[Dict]): list of predictions from output of
+ rule_matches_per_text (List[Dict]): list of predictions from output of
253
running `match_rules`
254
accept_preds (bool): uses the predicted label from the model,
255
model_preds_by_text, over the rule matches if they overlap.
0 commit comments