Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 648 Bytes

citation-report

Github CI

Regex formula of Philippine Supreme Court citations in report format, i.e. SCRA, PHIL, OFFG; utilized in the LawSQL dataset.

Documentation

See documentation, building on top of citation-date.

Development

Checkout code, create a new virtual environment:

poetry add citation-report # python -m pip install citation-report
poetry update # install dependencies
poetry shell

Run tests:

pytest