Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karimosman89/legal-document-nlp

Create a tool that uses NLP to extract key information from legal documents, contracts, or agreements.Use NLP techniques for named entity recognition and text classification.Streamline the review process for legal teams by automating information extraction.
https://github.com/karimosman89/legal-document-nlp

nltk python scikit-learn spacy

Last synced: about 2 months ago
JSON representation

Create a tool that uses NLP to extract key information from legal documents, contracts, or agreements.Use NLP techniques for named entity recognition and text classification.Streamline the review process for legal teams by automating information extraction.

Awesome Lists containing this project

README

        

# Natural Language Processing for Legal Documents
This project extracts key information from legal documents using NLP.

## Overview
The system identifies named entities and summarizes documents.

## Dataset
- Publicly available legal documents or create a synthetic dataset.

## Setup
Install dependencies:

pip install -r requirements.txt

## Usage
- Run the extraction script:

python src/extraction.py


- Summarize documents:

python src/summarization.py