Skip to content

Commit

Permalink
fix: typo in diabetes patterns (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelbt authored Jul 18, 2024
1 parent d30b7d7 commit 9ca8230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edsnlp/pipes/ner/disorders/diabetes/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
),
dict(
name="corticoid",
regex=r"(bctc\b|cortico(?:.?induit)?)",
regex=r"(\bctc\b|cortico(?:.?induit)?)",
window=6,
),
],
Expand Down

0 comments on commit 9ca8230

Please sign in to comment.