Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```