Coding utilities for quantitative legal studies
Project description
quantlaw
This package contains coding utilities for quantitative legal studies.
Modules
The package currently consists of two modules.
de_extract
quantlaw.de_extract is an extractor for references to statutes in German legal texts.
In contrast to most other named entity recognition packages, this module not only
identifies the references but also extracts their content. This can, e.g., be used to
quantitatively analyze the structure of the law.
For example, we can extract the content of two references in the following text.
Source text:
"In den Fällen des § 111d Absatz 1 Satz 2 der Strafprozessordnung findet § 91 der Insolvenzordnung keine Anwendung."
The extracted data would be:
[[['§', '111d'], ['Abs', '1'], ['Satz', '2']]]for the lawStPO[[['§', '91']]]for the lawInsO
Getting started in the documentation contains a minimal example.
utils
quantlaw.utils contains several utilities that are helpful to analyze the structure of
the law with BeautifulSoup and networkx. The documentation contains further
information about the individual usages.
Installation
Python 3.7.9 is recommended. Our package is provided via pip install quantlaw.
Related Projects and Publications
It is, inter alia, used to produce the results reported in the following publications:
- Daniel Martin Katz, Corinna Coupette, Janis Beckedorf, and Dirk Hartung, Complex Societies and the Growth of the Law, Sci. Rep. 10 (2020), https://doi.org/10.1038/s41598-020-73623-x
- Corinna Coupette, Janis Beckedorf, Dirk Hartung, Michael Bommarito, and Daniel Martin Katz, Measuring Law Over Time, Front. Phys. 9:658463 (2021), https://doi.org/10.3389/fphy.2021.658463
- Corinna Coupette, and Dirk Hartung, Rechtsstrukturvergleichung, RabelsZ 86, 935-975 (2022), https://doi.org/10.1628/rabelsz-2022-0082
- Corinna Coupette, Dirk Hartung, Janis Beckedorf, Maximilian Böther, and Daniel Martin Katz, Law Smells, Artif Intell Law 31, 335-368 (2023), https://doi.org/10.1007/s10506-022-09315-w
- Janis Beckedorf, Komplexität des Rechts, Mohr Siebeck, to appear (2025), https://doi.org/10.1628/978-3-16-164476-4
Related Repositories:
- Complex Societies and the Growth of the Law (Publication Release)
- Measuring Law Over Time (Publication Release)
- Law Smells (Publication Release)
- Komplexität des Rechts (Publication Release)
- Legal Data Preprocessing (Latest Publication Release)
- Legal Data Clustering (Latest Publication Release)
Related Data:
- Preprocessed Input Data for Sci. Rep. 10 (2020)
- Preprocessed Input Data for Measuring Law Over Time, Front. Phys. 9:658463 (2021)
- Preprocessed Input Data for Komplexität des Rechts, Mohr Siebeck, to appear (2025)
- Preprocessed Input Data for Law Smells, Artif Intell Law 31, 335–368 (2023)
Collaboration
Please format the code using isort, black, and flake8. A convenient option to
ensure correct formatting of the code is to
pip install pre-commit and run
pre-commit install to add code checking and reformatting as git pre-commit hook.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quantlaw-0.0.6.tar.gz.
File metadata
- Download URL: quantlaw-0.0.6.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bea9a21a3469f39133b6e60b0d17d3f17280ca99b62439b92bdde0eac0ca82ab
|
|
| MD5 |
8fa17797bc45b41febc4d669be753970
|
|
| BLAKE2b-256 |
3217350dd652c5492c88df29b5035952e41b8f46841328b49ca79c958bd949e0
|
File details
Details for the file quantlaw-0.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: quantlaw-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9919511e726ea81aa18968503b49db4118bb07a143ce92ee3d65c1c2930bdacf
|
|
| MD5 |
083f47feaf1fc9284069d5f1c79d8186
|
|
| BLAKE2b-256 |
44d7967e24b3b01a8f59534cf55db3f84703095cbb957443e50088f01273a79d
|