Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openlegaldata/oldp-notebooks
Jupyter notebook showcases using the Open Legal Data API
https://github.com/openlegaldata/oldp-notebooks
Last synced: 2 days ago
JSON representation
Jupyter notebook showcases using the Open Legal Data API
- Host: GitHub
- URL: https://github.com/openlegaldata/oldp-notebooks
- Owner: openlegaldata
- License: mit
- Created: 2018-11-05T09:17:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:36:00.000Z (almost 2 years ago)
- Last Synced: 2023-05-29T16:34:31.896Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.66 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Notebooks for the OLDP Project
This repository contains serveral Jupyter Notebooks that demonstrate how to use data from the [Open Legal Data](https://openlegaldata.io/) project.
Python Examples:
- How to use the OLDP Python client: `client_demo`
- Train a N-gram model based on case text: `ngram_model`
- Use extract and add annotations (litigation values) to cases: `litigtation_value`
- Visualization data from the citation/references dump: `references`
## Dependencies
Get a copy of the repository:
```
$ git clone [email protected]:openlegaldata/oldp-notebooks.git
```Before getting started you have to install the Python dependencies. The commands assume that you use `pipenv`:
```
$ cd oldp-notebooks
$ pipenv --python 3.7
$ pipenv install
```Each notebook may have its individual dependencies. Please check the introduction inside the notebooks.
## Google Colab
You can also run the Jupyter notebooks directly on Google Colab:
- [Publication Statistics](https://colab.research.google.com/github/openlegaldata/oldp-notebooks/blob/master/notebooks/publication-stats.ipynb)