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

justmars/statute-patterns

Repository files navigation

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