Skip to content

Commit

Permalink
Remove unnessecary required
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenger committed Jun 3, 2024
1 parent d2c94e7 commit eb02990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clinlp/ie/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def __init__(self) -> None:

@clinlp_component(
name="clinlp_rule_based_entity_matcher",
requires=["doc.sents"],
assigns=["doc.spans"],
default_config=_defaults_term | _defaults_entity_matcher,
)
Expand Down

0 comments on commit eb02990

Please sign in to comment.