-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reduce to one rule tree #731
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thanks for the diligent work! Quite a feat. It'll take out unnecessary the complexity.
I only found some tiny things you can still remove. Also in the following two files I found references to generic
and specific
rules:
rule.py
line 20 & 21test_full_configuration.py
line 237 and 242
tests/unit/processor/domain_label_extractor/test_domain_label_extractor.py
Outdated
Show resolved
Hide resolved
tests/unit/processor/datetime_extractor/test_datetime_extractor.py
Outdated
Show resolved
Hide resolved
tests/unit/processor/template_replacer/test_template_replacer.py
Outdated
Show resolved
Hide resolved
Thank you for the review, I've changed it. |
No description provided.