Skip to content

Commit

Permalink
Text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniceManwiller authored Nov 22, 2024
1 parent 7e620c8 commit 55069f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

class LabelCustomList:
"""
Class to store the custom regex overrides when detecting entities.
Class to store the custom regular expression overrides (added or excluded values) to use during entity detection.
Parameters
----------
regexes : list[str]
The list of regexes to use when overriding entities.
The list of regular expressions to use to override the original entity detection.
"""

Expand Down

0 comments on commit 55069f3

Please sign in to comment.