/corpus-x

With the database used in corpus-base, create additional tables related to statutes and codifications of various rule-making agencies of the Philippine government.

Primary LanguageHTML

corpus-x

Github CI

Create the x.db sqlite database for lawdata; utilized in the LawSQL dataset.

Documentation

See documentation, building on top of corpus-base

Development

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