Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openlegaldata/legal-reference-extraction

Legal Reference Extraction
https://github.com/openlegaldata/legal-reference-extraction

Last synced: 2 days ago
JSON representation

Legal Reference Extraction

Awesome Lists containing this project

README

        

# Legal Reference Extraction

[![Build Status](https://travis-ci.org/openlegaldata/legal-reference-extraction.svg?branch=master)](https://travis-ci.org/openlegaldata/legal-reference-extraction)

Toolkit for extracting references from legal documents. References to law sections and case files are supported.

Supported countries:
- Germany

## Install

```
# from git
pip install git+https://github.com/openlegaldata/legal-reference-extraction.git#egg=legal-reference-extraction

# Local dev
pip install -r requirements.txt
```

## Usage

```python
from refex.extractor import RefExtractor

extractor = RefExtractor()

content, markers = extractor.extract('

Ein Satz mit § 3b AsylG, und weiteren Sachen.

')
```

## See also

- [CiteURL supports citations to U.S. court decisions and U.S. code](https://github.com/raindrum/citeurl)

## License

MIT