Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justmars/citation-report
Parse legal citations having the publisher format - i.e. SCRA, PHIL, OFFG - referring to Philippine Supreme Court decisions.
https://github.com/justmars/citation-report
legal legal-analytics legal-entity-identifier natural-language-processing regex
Last synced: 3 days ago
JSON representation
Parse legal citations having the publisher format - i.e. SCRA, PHIL, OFFG - referring to Philippine Supreme Court decisions.
- Host: GitHub
- URL: https://github.com/justmars/citation-report
- Owner: justmars
- License: bsd-3-clause
- Created: 2021-01-22T11:16:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T03:45:41.000Z (over 1 year ago)
- Last Synced: 2024-09-17T03:57:01.263Z (2 months ago)
- Topics: legal, legal-analytics, legal-entity-identifier, natural-language-processing, regex
- Language: Python
- Homepage: https://lawsql.com
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Citation: citation_report/__init__.py
Awesome Lists containing this project
README
# citation-report
![Github CI](https://github.com/justmars/citation-report/actions/workflows/main.yml/badge.svg)
Regex formula of Philippine Supreme Court citations in report format, i.e. SCRA, PHIL, OFFG; utilized in the [LawSQL dataset](https://lawsql.com).
## Documentation
See [documentation](https://justmars.github.io/citation-report), building on top of [citation-date](https://justmars.github.io/citation-date).
## Development
Checkout code, create a new virtual environment:
```sh
poetry add citation-report # python -m pip install citation-report
poetry update # install dependencies
poetry shell
```Run tests:
```sh
pytest
```