https://github.com/civicdatalab/nlp-experiments-with-judicial-data
Knowledge hub for all NLP related works on Judicial data.
https://github.com/civicdatalab/nlp-experiments-with-judicial-data
Last synced: 22 days ago
JSON representation
Knowledge hub for all NLP related works on Judicial data.
- Host: GitHub
- URL: https://github.com/civicdatalab/nlp-experiments-with-judicial-data
- Owner: CivicDataLab
- License: agpl-3.0
- Created: 2023-01-24T07:17:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T08:51:01.000Z (about 3 years ago)
- Last Synced: 2025-01-14T02:12:01.609Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 810 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NLP experiments with judicial data
This repository consists of all NLP related experiments conducted on Indian Legal-Judicial data by the JusticeHub team.
## Directory Tree:
### [OpenNyAI experiment on POCSO Cases](https://github.com/CivicDataLab/NLP_Justice/tree/main/POCSO)
We selected a sample of 51 POCSO judgements from Assam and checked how OpenNyAI can be used to extract variables from the judgements to perform legal research. This repository has codebooks of this experiment. The inferences frm this experiment are shared in this blog: [Link](https://medium.com/civicdatalab/exploring-the-capabilities-of-natural-language-processing-nlp-in-conducting-legal-analysis-88ef2b9dec9c)
The experiment was presented at a [HydPy](https://www.hydpy.org/) meetup. The talk can be accessed here:[Video](https://www.youtube.com/watch?v=xSibto2cLoA) and the slides used for the talk are here: [Google Slides](https://www.youtube.com/watch?v=xSibto2cLoA)
### [Named Entity Recognition (NER)](https://github.com/CivicDataLab/NLP_Justice/tree/main/NER)
NERs are useful for recognising "Entities" in a piece of text. For Court Judgements, these entities could be "STATUTES", "JUDGE NAME" etc. This directory has codebook that experimented various NER Models on Indian judicial texts.
### [Summarization](https://github.com/CivicDataLab/NLP_Justice/tree/main/Summarization)
Summarization Models help in summarizing a piece of text. This directory has codebooks on **extractive summarization** of Indian court judgements using OpenNyAI library.
## License
All content in this repository is licensed under
[](LICENSE.md)