Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Indian Supreme Court Judgements Dataset (Sentence-Level, Translated to Tamil)
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
This dataset contains Indian Supreme Court judgements that have been split into sentences and translated into Tamil. The original judgements were sourced from the [Indian Kanoon](https://www.indiankanoon.org/) website. The dataset is useful for legal text processing, multilingual NLP tasks, and cross-lingual legal studies.
|
5 |
+
|
6 |
+
## Data Processing Pipeline
|
7 |
+
1. **Sentence Splitting**:
|
8 |
+
- Used `pySBD` (Python Sentence Boundary Disambiguation) to split the judgements into sentences.
|
9 |
+
|
10 |
+
2. **Translation**:
|
11 |
+
- Translated the extracted sentences from English to Tamil using the `IndicTrans2` model.
|
12 |
+
|
13 |
+
## Use Cases
|
14 |
+
- Legal NLP research (sentence-level analysis of judgements)
|
15 |
+
- Legal document summarization in Tamil
|
16 |
+
|
17 |
+
## Licensing & Attribution
|
18 |
+
- The original judgements were obtained from [Indian Kanoon](https://www.indiankanoon.org/), which aggregates publicly available court decisions.
|
19 |
+
|