mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
d959603d51
* Don't add duplicate patterns (fix #8216) * Refactor EntityRuler init This simplifies the EntityRuler init code. This is helpful as prep for allowing the EntityRuler to reset itself. * Make EntityRuler.clear reset matchers Includes a new test for this. * Tidy PhraseMatcher instantiation Since the attr can be None safely now, the guard if is no longer required here. Also renamed the `_validate` attr. Maybe it's not needed? * Fix NER test * Add test to make sure patterns aren't increasing * Move test to regression tests |
||
---|---|---|
.. | ||
__init__.py | ||
test_issue1-1000.py | ||
test_issue1001-1500.py | ||
test_issue1501-2000.py | ||
test_issue2001-2500.py | ||
test_issue2501-3000.py | ||
test_issue3001-3500.py | ||
test_issue3501-4000.py | ||
test_issue4001-4500.py | ||
test_issue4501-5000.py | ||
test_issue5001-5500.py | ||
test_issue5501-6000.py | ||
test_issue6001-6500.py | ||
test_issue6501-7000.py | ||
test_issue7019.py | ||
test_issue7029.py | ||
test_issue7055.py | ||
test_issue7056.py | ||
test_issue7062.py | ||
test_issue7065.py | ||
test_issue8216.py |