You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following rule:
[{"LOWER": {"IN": ["born"]}, "OP": "!"}, {"LOWER": "on"}, {"ENT_TYPE": "Date"}]
The goal of this rule is to detect on date without born before it, however I'm not interested in the first token.
Is it possible to ignore this token, or to provide a blacklist of tokenpatterns to the ruler, to prevent a match on born on date and_ add [ {"LOWER": "on"}, {"ENT_TYPE": "Date"}] to the regular ruleset. Any solution is welcome.
The text was updated successfully, but these errors were encountered:
I have the following rule:
[{"LOWER": {"IN": ["born"]}, "OP": "!"}, {"LOWER": "on"}, {"ENT_TYPE": "Date"}]
The goal of this rule is to detect on date without born before it, however I'm not interested in the first token.
Is it possible to ignore this token, or to provide a blacklist of tokenpatterns to the ruler, to prevent a match on born on date and_ add [ {"LOWER": "on"}, {"ENT_TYPE": "Date"}] to the regular ruleset. Any solution is welcome.
The text was updated successfully, but these errors were encountered: