https://github.com/justmars/citation-date
This is a dependency: a regex date formula and decoder for dates referenced in related libraries: citation-report and citation-docket. The latter libraries parse long-form court decisions for Philippine Supreme Court citations.
https://github.com/justmars/citation-date
legal legal-analytics legal-entity-identifier natural-language-processing regex
Last synced: 4 months ago
JSON representation
This is a dependency: a regex date formula and decoder for dates referenced in related libraries: citation-report and citation-docket. The latter libraries parse long-form court decisions for Philippine Supreme Court citations.
- Host: GitHub
- URL: https://github.com/justmars/citation-date
- Owner: justmars
- License: bsd-3-clause
- Created: 2021-01-22T10:18:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T15:15:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T12:05:10.905Z (4 months ago)
- Topics: legal, legal-analytics, legal-entity-identifier, natural-language-processing, regex
- Language: Python
- Homepage: https://lawsql.com
- Size: 996 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: citation_date/__init__.py
Awesome Lists containing this project
README
# citation-date

Regex date formula and decoder, eventually used by the dataset employed in [LawSQL](https://lawsql.com).
## Documentation
See [documentation](https://justmars.github.io/citation-date).
## Development
Checkout code, create a new virtual environment:
```sh
poetry add citation-date # python -m pip install citation-date
poetry install # install dependencies
poetry shell
```Run tests:
```sh
pytest
```