artist commited on
Commit
701984d
·
verified ·
1 Parent(s): a552f75

Upload 9 files

Browse files
Original/dataverse_files/Customer_feedback_bg_dataset.dtd ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+  <!ELEMENT Customer_feedback_bg_dataset (customerReview*)>
2
+ <!ATTLIST Customer_feedback_bg_dataset
3
+ xmlns:xsi CDATA #REQUIRED
4
+ xsi:noNamespaceSchemaLocation CDATA #REQUIRED>
5
+ <!ELEMENT customerReview
6
+ (Review, Category, OnlineStore, Source, ReviewMonth, WebAddress)>
7
+ <!ATTLIST customerReview
8
+ Number CDATA #REQUIRED>
9
+ <!ELEMENT Review (#PCDATA)>
10
+ <!ELEMENT Category (#PCDATA)>
11
+ <!ELEMENT OnlineStore (#PCDATA)>
12
+ <!ELEMENT Source (#PCDATA)>
13
+ <!ELEMENT ReviewMonth (#PCDATA)>
14
+ <!ELEMENT WebAddress (#PCDATA)>
Original/dataverse_files/Customer_feedback_bg_dataset.rdf ADDED
The diff for this file is too large to render. See raw diff
 
Original/dataverse_files/Customer_feedback_bg_dataset.txt ADDED
The diff for this file is too large to render. See raw diff
 
Original/dataverse_files/Customer_feedback_bg_dataset.xls ADDED
Binary file (913 kB). View file
 
Original/dataverse_files/Customer_feedback_bg_dataset.xml ADDED
The diff for this file is too large to render. See raw diff
 
Original/dataverse_files/Customer_feedback_bg_dataset.xsd ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
4
+ <xs:element name="Customer_feedback_bg_dataset">
5
+ <xs:complexType>
6
+ <xs:sequence>
7
+ <xs:element name="customerReview" maxOccurs="unbounded">
8
+ <xs:complexType>
9
+ <xs:sequence>
10
+ <xs:element name="Review" type="xs:string"></xs:element>
11
+ <xs:element name="Category" type="xs:string"></xs:element>
12
+ <xs:element name="OnlineStore" type="xs:string"></xs:element>
13
+ <xs:element name="Source" type="xs:string"></xs:element>
14
+ <xs:element name="ReviewMonth" type="xs:string"></xs:element>
15
+ <xs:element name="WebAddress" type="xs:string"></xs:element>
16
+ </xs:sequence>
17
+ <xs:attribute name="Number" type="xs:int"></xs:attribute>
18
+ </xs:complexType>
19
+ </xs:element>
20
+ </xs:sequence>
21
+ </xs:complexType>
22
+ </xs:element>
23
+ </xs:schema>
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Customer Feedback Dataset
2
+
3
+ ## Description
4
+
5
+ This dataset contains customer reviews collected from various online stores and categorized into compliments, complaints, and mixed reviews. It is intended for use in sentiment analysis and customer feedback analysis projects.
6
+
7
+ ## Dataset Structure
8
+
9
+ - `Number`: Identifier for the review.
10
+ - `Review`: Text of the review.
11
+ - `Category`: Category of the review (compliments, complaints, mixed).
12
+ - `OnlineStore`: The online store from which the review was collected.
13
+ - `Source`: The source website of the review.
14
+ - `ReviewMonth`: The month and year when the review was posted.
15
+ - `WebAddress`: URL of the review source.
16
+
17
+ ## Split
18
+
19
+ The dataset is split into training and testing sets:
20
+
21
+ - Training set: 80% of the data.
22
+ - Testing set: 20% of the data.
23
+
24
+ ## Usage
25
+
26
+ This dataset can be used to train models for sentiment analysis or to analyze trends in customer feedback across different time periods and online platforms.
27
+
28
+ ## License
29
+
30
+ This dataset is available under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
31
+
32
+ ## Citation
33
+
34
+ If you use this dataset in your research, please cite it as follows:
35
+
36
+ ```
37
+ @data{DVN/TXIK9P_2018,
38
+ author = {Georgieva-Trifonova, Tsvetanka and Stefanova, Milena and Kalchev, Stefan},
39
+ publisher = {Harvard Dataverse},
40
+ title = {{Dataset for ``Customer Feedback Text Analysis for Online Stores Reviews in Bulgarian''}},
41
+ year = {2018},
42
+ version = {V1},
43
+ doi = {10.7910/DVN/TXIK9P},
44
+ url = {https://doi.org/10.7910/DVN/TXIK9P}
45
+ }
46
+ ```
test.csv ADDED
The diff for this file is too large to render. See raw diff
 
train.csv ADDED
The diff for this file is too large to render. See raw diff