Regex date formula and decoder, eventually used by the dataset employed in LawSQL.
See documentation.
Checkout code, create a new virtual environment:
poetry add citation-date # python -m pip install citation-date
poetry install # install dependencies
poetry shell
Run tests:
pytest