vrashad commited on
Commit
5cfdd9b
1 Parent(s): 02d2e28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -40,18 +40,17 @@ size_categories:
40
 
41
  Description
42
 
43
- This dataset contains 2800 books on different topics in Azerbaijani language. It was created in 2024 and contains 7.8 million sentences.
44
- The books were divided into sentences and pre-filtered.
45
- The dataset included only those sentences where the percentage of letters was at least 80% of the total number of characters.
46
- The sequence of sentences is the same as in books.
47
 
48
  Format
49
 
50
  The dataset is provided in comma-separated values (CSV) format. Each article is represented on a new line with the following fields separated by commas:
51
 
52
- ID: Book unique ID
53
- Metadata: Information about author, title, year of publication, city of publication, publisher name, book category
54
- Sentence: Sentence
 
55
 
56
 
57
 
 
40
 
41
  Description
42
 
43
+ This dataset contains different application reviews with score in Azerbaijani language from Google Play. It was created in 2024 and contains 197 000 reviews.
44
+
 
 
45
 
46
  Format
47
 
48
  The dataset is provided in comma-separated values (CSV) format. Each article is represented on a new line with the following fields separated by commas:
49
 
50
+ review: user review
51
+ star: user score (from 1 to 5)
52
+ date: user review datetime
53
+ package_name: unique application identifier
54
 
55
 
56