Automate the case review on legal case documents
Automation on Legal Court Cases Review
This project is to automate the case review on legal case documents and find the most critical cases using network analysis.
Project Information:
Keywords: Automation, PDF parse, String Extraction, Network Analysis
Software:
- Python :
pdfminer
,LexNLP
,nltk
sklearn
- R:
igraph
Scope:
- Parse court documents, extract citations from raw text.
- Build citation network, identify important cases in the network.
- Extract judge’s opinion text and meta information including opinion author, court, decision.
- Model training to predict court decision based on opinion text.
Polit Study on 159 Legal Court Documents (in pilot_159
folder)
1. Process PDF documents using Python
Ipython Notebook | Description |
---|---|
1.Extraction by LexNLP.ipynb |
Extract meta inforation use LexNLP package. |
2.Layer Analysis on Sigle File. ipynb |