Electrotubbie commited on
Commit
db1a67c
1 Parent(s): ce54cbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,14 +16,14 @@ A dataset with texts and the categories to which these texts belong.
16
  This dataset can be used to check language models for the correct classification of texts by category.
17
 
18
  ## Dataset structure:
19
- **lang**: the language to which the text source belongs;
20
- **title**: the title of the text;
21
- **original_text**: original text taken from a web page;
22
- **processed_text**: processed text using preprocessing functions;
23
- **category**: the category to which the text belongs;
24
- **processed**: flag indicating that one or more sentence has been deleted from the text;
25
- **url**: link to the source;
26
- **date**: date of publication of the text;
27
 
28
  ## The creation process
29
  This dataset was obtained by parsing news resources of countries and regions of native speakers of Turkic languages, such as Bashkir, Kazakh and Kyrgyz.
 
16
  This dataset can be used to check language models for the correct classification of texts by category.
17
 
18
  ## Dataset structure:
19
+ - **lang**: the language to which the text source belongs;
20
+ - **title**: the title of the text;
21
+ - **original_text**: original text taken from a web page;
22
+ - **processed_text**: processed text using preprocessing functions;
23
+ - **category**: the category to which the text belongs;
24
+ - **processed**: flag indicating that one or more sentence has been deleted from the text;
25
+ - **url**: link to the source;
26
+ - **date**: date of publication of the text;
27
 
28
  ## The creation process
29
  This dataset was obtained by parsing news resources of countries and regions of native speakers of Turkic languages, such as Bashkir, Kazakh and Kyrgyz.