LICENSE.txt
README.md
pyproject.toml
src/legal_reference_extraction.egg-info/PKG-INFO
src/legal_reference_extraction.egg-info/SOURCES.txt
src/legal_reference_extraction.egg-info/dependency_links.txt
src/legal_reference_extraction.egg-info/requires.txt
src/legal_reference_extraction.egg-info/top_level.txt
src/refex/__init__.py
src/refex/citations.py
src/refex/compat.py
src/refex/document.py
src/refex/errors.py
src/refex/extractor.py
src/refex/models.py
src/refex/orchestrator.py
src/refex/protocols.py
src/refex/resolver.py
src/refex/serializers.py
src/refex/data/file_number_codes.csv
src/refex/data/law_book_codes.txt
src/refex/engines/__init__.py
src/refex/engines/crf.py
src/refex/engines/regex.py
src/refex/engines/transformer.py
src/refex/extractors/__init__.py
src/refex/extractors/case.py
src/refex/extractors/law.py
tests/test_adapters.py
tests/test_artikel.py
tests/test_benchmark_metrics.py
tests/test_case_extractor.py
tests/test_citations.py
tests/test_crf.py
tests/test_document.py
tests/test_edge_cases.py
tests/test_extractor.py
tests/test_format_fixtures.py
tests/test_internals.py
tests/test_law_extractor.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_resolver.py
tests/test_serializers.py
tests/test_transformer.py
tests/test_unit_hints.py