vkovenko commited on
Commit
9377898
1 Parent(s): f9eefde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -15,4 +15,10 @@ The dataset is relevant to Ukrainian reviews in three different domains:
15
 
16
  The data is scrapped from Tripadvisor (https://www.tripadvisor.com/) and Rozetka (https://rozetka.com.ua/).
17
 
18
- The dataset was initially used for extraction of key-phrases relevant to one of rating categories, based on trained machine learning model (future article link will be here).
 
 
 
 
 
 
 
15
 
16
  The data is scrapped from Tripadvisor (https://www.tripadvisor.com/) and Rozetka (https://rozetka.com.ua/).
17
 
18
+ The dataset was initially used for extraction of key-phrases relevant to one of rating categories, based on trained machine learning model (future article link will be here).
19
+
20
+ Dataset is processed to include two additional columns: one with lemmatized tokens and another one with POS tags. Both lemmatization and POS tagging are done using pymorphy2 (https://pymorphy2.readthedocs.io/en/stable/) library.
21
+
22
+ The words are tokenized using a specific regex tokenizer to account for usage of apostroph.
23
+
24
+ Those reviews which weren't in Ukrainian were translated to it using Microsoft translator and re-checked manually afterwards.