Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -114,6 +114,7 @@ language:
|
|
| 114 |
pretty_name: Bihari Languages UPOS Dataset (Angika, Magahi, Bhojpuri)
|
| 115 |
size_categories:
|
| 116 |
- n<1K
|
|
|
|
| 117 |
---
|
| 118 |
|
| 119 |
# Bihari Languages UPOS Dataset
|
|
@@ -157,6 +158,11 @@ labels = dataset.features["angika_upos"].feature.names
|
|
| 157 |
readable_tags = [labels[i] for i in dataset[0]['angika_upos']]
|
| 158 |
print(f"UPOS Tags: {readable_tags}")
|
| 159 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
## Research & Citation
|
| 161 |
|
| 162 |
If you use this dataset in your research, please cite the following paper published in **ACL 2024**:
|
|
@@ -179,4 +185,4 @@ If you use this dataset in your research, please cite the following paper publis
|
|
| 179 |
doi = "10.18653/v1/2024.findings-acl.857",
|
| 180 |
pages = "14422--14431"
|
| 181 |
}
|
| 182 |
-
```
|
|
|
|
| 114 |
pretty_name: Bihari Languages UPOS Dataset (Angika, Magahi, Bhojpuri)
|
| 115 |
size_categories:
|
| 116 |
- n<1K
|
| 117 |
+
license: cc-by-nc-sa-4.0
|
| 118 |
---
|
| 119 |
|
| 120 |
# Bihari Languages UPOS Dataset
|
|
|
|
| 158 |
readable_tags = [labels[i] for i in dataset[0]['angika_upos']]
|
| 159 |
print(f"UPOS Tags: {readable_tags}")
|
| 160 |
```
|
| 161 |
+
|
| 162 |
+
### Contact
|
| 163 |
+
**Sanjeev Kumar** CSE IIT Bombay
|
| 164 |
+
Email: `sanjeev@cse.iitb.ac.in`
|
| 165 |
+
|
| 166 |
## Research & Citation
|
| 167 |
|
| 168 |
If you use this dataset in your research, please cite the following paper published in **ACL 2024**:
|
|
|
|
| 185 |
doi = "10.18653/v1/2024.findings-acl.857",
|
| 186 |
pages = "14422--14431"
|
| 187 |
}
|
| 188 |
+
```
|