Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openlegaldata/legal-reference-extraction
- Owner: openlegaldata
- License: mit
- Created: 2018-10-23T17:45:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T09:26:01.000Z (4 months ago)
- Last Synced: 2024-07-10T11:24:48.131Z (4 months ago)
- Language: Python
- Size: 128 KB
- Stars: 24
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Citation: citation_styles.md
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 RefExtractorextractor = 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