Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 540 Bytes

File metadata and controls

25 lines (16 loc) · 540 Bytes

statute-patterns

Github CI

Philippine statutory law pattern matching and unit retrieval; utilized in LawSQL dataset.

Documentation

See documentation.

Development

Checkout code, create a new virtual environment:

poetry add statute-patterns # python -m pip install statute-patterns
poetry update # install dependencies
poetry shell

Run tests:

pytest