/statute-patterns

Construction of regex patterns for Philippine statutory law.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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