sobir-hf commited on
Commit
e00c03d
1 Parent(s): 52406a8

Update README.nd

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -13,4 +13,10 @@ tags:
13
  pretty_name: Tajik sentence-wise text segmentation
14
  size_categories:
15
  - 1K<n<10K
16
- ---
 
 
 
 
 
 
 
13
  pretty_name: Tajik sentence-wise text segmentation
14
  size_categories:
15
  - 1K<n<10K
16
+ ---
17
+
18
+ This dataset contains texts in Tajik language with sentence annotations. It can be used to train and evaluate sentence-wise text segmentation algorithms.
19
+ The dataset contains more than 100 short and long texts and more than 3000 annotated sentences. The texts were carefully selected from different catergories
20
+ such as news, articles, novels, classical texts, poetry, and religious texts. It deliberately contains more of "hard" passages where splitting them by period "." characters would result in bad segmentation.
21
+
22
+ No preprocessing is done except reducing consecutive whitespaces and linebreaks to singles. The texts are sometimes poorly formatted just as they are copied and pasted from the web. This could make the training algorithm robust to noises.