justmars / statute-patterns

Construction of regex patterns for Philippine statutory law.
https://lawsql.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link
legal legal-analytics legal-entity-identifier natural-language-processing regex

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