.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.github/workflows/format-lint.yml
.github/workflows/test.yml
data/README.md
data/mantra_gsc.json
data/qualifier_cases.json
data/sentencizer_cases.json
data/tokenizer_cases.json
docs/.readthedocs.yaml
docs/conf.py
docs/emojize.py
docs/_templates/modules.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
docs/source/changelog.md
docs/source/citing.md
docs/source/components.md
docs/source/contributing.md
docs/source/data.md
docs/source/getting_started.md
docs/source/index.md
docs/source/installation.md
docs/source/introduction.md
docs/source/metrics.md
docs/source/qualifiers.md
docs/source/roadmap.md
docs/source/api/api.rst
media/clinlp.png
media/example_doc_render.png
scripts/README.md
scripts/check_ca_rules_validity.py
scripts/generate_clinlp_docs.py
scripts/generate_qualifier_regression_data.py
scripts/mantra_gsc.py
scripts/mock_context_rules.json
src/clinlp/__init__.py
src/clinlp/exceptions.py
src/clinlp/language.py
src/clinlp/normalizer.py
src/clinlp/sentencizer.py
src/clinlp/util.py
src/clinlp.egg-info/PKG-INFO
src/clinlp.egg-info/SOURCES.txt
src/clinlp.egg-info/dependency_links.txt
src/clinlp.egg-info/requires.txt
src/clinlp.egg-info/top_level.txt
src/clinlp/ie/__init__.py
src/clinlp/ie/entity.py
src/clinlp/ie/term.py
src/clinlp/ie/qualifier/__init__.py
src/clinlp/ie/qualifier/context_algorithm.py
src/clinlp/ie/qualifier/qualifier.py
src/clinlp/ie/qualifier/transformer.py
src/clinlp/metrics/__init__.py
src/clinlp/metrics/ie.py
src/clinlp/resources/__init__.py
src/clinlp/resources/context_rules.json
tests/__init__.py
tests/conftest.py
tests/integration/test_integration_entity.py
tests/integration/test_integration_normalizer.py
tests/integration/test_integration_qualifier_detectors.py
tests/regression/__init__.py
tests/regression/test_regression_sentencizer.py
tests/regression/test_regression_tokenizer.py
tests/regression/ie/qualifier/test_regression_context_algorithm.py
tests/regression/ie/qualifier/test_regression_transformer.py
tests/test_data/clinlp_docs.pickle
tests/test_data/medcattrainer_export.json
tests/test_data/qualifier_rules_simple.json
tests/test_data/rbem_terms.csv
tests/test_data/rbem_terms.json
tests/test_data/test_spacy_model/config.cfg
tests/test_data/test_spacy_model/meta.json
tests/test_data/test_spacy_model/tokenizer
tests/test_data/test_spacy_model/vocab/key2row
tests/test_data/test_spacy_model/vocab/lookups.bin
tests/test_data/test_spacy_model/vocab/strings.json
tests/test_data/test_spacy_model/vocab/vectors
tests/test_data/test_spacy_model/vocab/vectors.cfg
tests/unit/test_language.py
tests/unit/test_normalizer.py
tests/unit/test_sentencizer.py
tests/unit/test_util.py
tests/unit/ie/test_entity.py
tests/unit/ie/test_term.py
tests/unit/ie/qualifier/test_context_algorithm.py
tests/unit/ie/qualifier/test_qualifier.py
tests/unit/ie/qualifier/test_transformer.py
tests/unit/metrics/test_ie.py