Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,13 @@ configs:
|
|
| 24 |
path: data/validation-*
|
| 25 |
- split: test
|
| 26 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
path: data/validation-*
|
| 25 |
- split: test
|
| 26 |
path: data/test-*
|
| 27 |
+
license: cc-by-4.0
|
| 28 |
+
language:
|
| 29 |
+
- yue
|
| 30 |
---
|
| 31 |
+
|
| 32 |
+
This data is the subset of the Hong Kong Cantonese Corpus (HKCanCor) that has been re-segmented by the multi-tiered word segmentation scheme described in the following paper:
|
| 33 |
+
|
| 34 |
+
Charles Lam, Chaak-ming Lau, and Jackson L. Lee. 2024. Multi-Tiered Cantonese Word Segmentation. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 11993–12002, Torino, Italy. ELRA and ICCL.
|
| 35 |
+
|
| 36 |
+
This HuggingFace dataset is produced by splitting all separators (spaces, dashes, and pipes) in the original dataset to arrive at the most fine-grained segmentations.
|