brightmart/ai_law
all kinds of baseline models for long text classificaiton( text categorization)
This project helps legal professionals or researchers automatically analyze long legal case descriptions to predict specific outcomes. You input the 'facts' of a law case, and it outputs the likely criminal accusation(s), relevant legal articles, and the term of imprisonment. It's designed for anyone needing to quickly categorize and analyze large volumes of legal text, such as legal researchers, paralegals, or judicial assistants.
293 stars. No commits in the last 6 months.
Use this if you need to automate the classification of legal case documents, predicting specific criminal charges, applicable laws, and sentencing recommendations from detailed case descriptions.
Not ideal if your legal documents are short, do not pertain to criminal cases, or if you require human-level nuance and interpretation rather than automated categorization.
Stars
293
Forks
78
Language
Python
License
—
Last pushed
Feb 20, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/brightmart/ai_law"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch