Skip to content

Commit ea7538b

Browse files
author
Tom Searle
committed
CU-8698jzjj3: darglint fix
1 parent 8582c98 commit ea7538b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

medcat-v1/medcat/utils/ner/deid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def merge_preds(model_preds_by_text: List[List[Dict]],
249249
Args:
250250
model_preds_by_text (List[Dict]): list of predictions from
251251
`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
252+
rule_matches_per_text (List[Dict]): list of predictions from output of
253253
running `match_rules`
254254
accept_preds (bool): uses the predicted label from the model,
255255
model_preds_by_text, over the rule matches if they overlap.

0 commit comments

Comments
 (0)