Create the x.db
sqlite database for lawdata; utilized in the LawSQL dataset.
See documentation, building on top of corpus-base
Checkout code, create a new virtual environment:
poetry add corpus-x # python -m pip install corpus-x
poetry update # install dependencies
poetry shell
Run tests:
pytest