.coveragerc
.flake8
.gitignore
AUTHORS
CODE_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
event.json
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/scorecard.yml
.github/workflows/test-lint.yml
data_examples/original_spacy_labels.py
data_examples/training_data.py
examples/ewc_ner_training_example.py
spacy_ewc/__init__.py
spacy_ewc.egg-info/PKG-INFO
spacy_ewc.egg-info/SOURCES.txt
spacy_ewc.egg-info/dependency_links.txt
spacy_ewc.egg-info/requires.txt
spacy_ewc.egg-info/top_level.txt
spacy_ewc/ewc/__init__.py
spacy_ewc/ewc/ewc.py
spacy_ewc/ewc/vector_dict.py
spacy_ewc/ner_trainer/__init__.py
spacy_ewc/ner_trainer/ewc_ner_trainer.py
spacy_ewc/spacy_wrapper/__init__.py
spacy_ewc/spacy_wrapper/ewc_spacy_wrapper.py
spacy_ewc/utils/__init__.py
spacy_ewc/utils/extract_labels.py
spacy_ewc/utils/generate_spacy_entities.py
tests/__init__.py
tests/test_ewc.py
tests/test_ewc_spacy_wrapper.py
tests/test_utils_extract_labels.py
tests/test_utils_generate_spacy_entities.py
tests/integration/__init__.py
tests/integration/test_ewc_spacy_wrapper.py
tests/integration/test_train_nlp_with_ewc.py