Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T15:15:09.000Z (over 1 year ago)
- Last Synced: 2024-11-04T21:46:50.529Z (13 days 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
- Citation: citation_date/__init__.py
Awesome Lists containing this project
README
# citation-date
![Github CI](https://github.com/justmars/citation-date/actions/workflows/main.yml/badge.svg)
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
```