alexcadillon commited on
Commit
0aee08c
·
1 Parent(s): afa8d4b

Added trial data

Browse files
SemEval2016Task5.py CHANGED
@@ -52,6 +52,10 @@ _LICENSE = ""
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
  _URLS = {
54
  "restaurants": {
 
 
 
 
55
  "train": {
56
  "SB1": "ABSA16_Restaurants_Train_SB1_v2.xml",
57
  "SB2": "ABSA16_Restaurants_Train_English_SB2.xml"
@@ -62,6 +66,10 @@ _URLS = {
62
  }
63
  },
64
  "laptops": {
 
 
 
 
65
  "train": {
66
  "SB1": "ABSA16_Laptops_Train_SB1_v2.xml",
67
  "SB2": "ABSA16_Laptops_Train_English_SB2.xml"
@@ -105,17 +113,8 @@ class SemEval2016Task5(datasets.GeneratorBasedBuilder):
105
  "attributes": ["GENERAL", "PRICES", "QUALITY", "STYLE_OPTIONS", "MISCELLANEOUS"]
106
  },
107
  "laptops": {
108
- "entities": ["LAPTOP", "DISPLAY", "KEYBOARD", "MOUSE", "MOTHERBOARD", "CPU", "FANS_COOLING", "PORTS",
109
- "MEMORY", "POWER_SUPPLY", "OPTICAL_DRIVES", "BATTERY", "GRAPHICS", "HARD_DISC",
110
- "MULTIMEDIA_DEVICES", "HARDWARE", "SOFTWARE", "OS", "WARRANTY", "SHIPPING", "SUPPORT",
111
- "COMPANY"],
112
- "attributes": ["GENERAL", "PRICE", "QUALITY", "OPERATION_PERFORMANCE", "USABILITY", "DESIGN_FEATURES",
113
- "PORTABILITY", "CONNECTIVITY", "MISCELLANEOUS"]
114
- },
115
- "hotels": {
116
- "entities": ["HOTEL", "ROOMS", "FACILITIES", "ROOMS_AMENITIES", "SERVICE", "LOCATION", "FOOD_DRINKS"],
117
- "attributes": ["GENERAL", "PRICES", "COMFORT", "CLEANLINESS", "QUALITY", "DESIGN_FEATURES",
118
- "STYLE_OPTIONS", "MISCELLANEOUS"]
119
  },
120
  }
121
  polarities = ["positive", "negative", "neutral"]
@@ -208,6 +207,14 @@ class SemEval2016Task5(datasets.GeneratorBasedBuilder):
208
  urls = _URLS[self.config.name]
209
  data_dir = dl_manager.download_and_extract(urls)
210
  return [
 
 
 
 
 
 
 
 
211
  datasets.SplitGenerator(
212
  name=datasets.Split.TRAIN,
213
  # These kwargs will be passed to _generate_examples
 
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
  _URLS = {
54
  "restaurants": {
55
+ "trial": {
56
+ "SB1": "restaurants_trial_english_sl.xml",
57
+ "SB2": "restaurants_trial_english_tl.xml"
58
+ },
59
  "train": {
60
  "SB1": "ABSA16_Restaurants_Train_SB1_v2.xml",
61
  "SB2": "ABSA16_Restaurants_Train_English_SB2.xml"
 
66
  }
67
  },
68
  "laptops": {
69
+ "trial": {
70
+ "SB1": "laptops_trial_english_sl.xml",
71
+ "SB2": "laptops_trial_english_tl.xml"
72
+ },
73
  "train": {
74
  "SB1": "ABSA16_Laptops_Train_SB1_v2.xml",
75
  "SB2": "ABSA16_Laptops_Train_English_SB2.xml"
 
113
  "attributes": ["GENERAL", "PRICES", "QUALITY", "STYLE_OPTIONS", "MISCELLANEOUS"]
114
  },
115
  "laptops": {
116
+ "entities": ["LAPTOP", "DISPLAY", "KEYBOARD", "MOUSE", "MOTHERBOARD", "CPU", "FANS_COOLING", "PORTS", "MEMORY", "POWER_SUPPLY", "OPTICAL_DRIVES", "BATTERY", "GRAPHICS", "HARD_DISC", "MULTIMEDIA_DEVICES", "HARDWARE", "SOFTWARE", "OS", "WARRANTY", "SHIPPING", "SUPPORT", "COMPANY"],
117
+ "attributes": ["GENERAL", "PRICE", "QUALITY", "OPERATION_PERFORMANCE", "USABILITY", "DESIGN_FEATURES", "PORTABILITY", "CONNECTIVITY", "MISCELLANEOUS"]
 
 
 
 
 
 
 
 
 
118
  },
119
  }
120
  polarities = ["positive", "negative", "neutral"]
 
207
  urls = _URLS[self.config.name]
208
  data_dir = dl_manager.download_and_extract(urls)
209
  return [
210
+ datasets.SplitGenerator(
211
+ name=datasets.Split("trial"),
212
+ # These kwargs will be passed to _generate_examples
213
+ gen_kwargs={
214
+ "filepath": data_dir['trial'],
215
+ "split": "trial",
216
+ },
217
+ ),
218
  datasets.SplitGenerator(
219
  name=datasets.Split.TRAIN,
220
  # These kwargs will be passed to _generate_examples
laptops_trial_english_sl.xml ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <Reviews>
3
+ <Review rid="348">
4
+ <sentences>
5
+ <sentence id="348:0">
6
+ <text>Most everything is fine with this machine: speed, capacity, build.</text>
7
+ <Opinions>
8
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
9
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
10
+ <Opinion category="HARD_DISC#DESIGN_FEATURES" polarity="positive"/>
11
+ <Opinion category="LAPTOP#QUALITY" polarity="positive"/>
12
+ </Opinions>
13
+ </sentence>
14
+ <sentence id="348:1">
15
+ <text>The only thing I don't understand is that the resolution of the screen isn't high enough for some pages, such as Yahoo!Mail.</text>
16
+ <Opinions>
17
+ <Opinion category="DISPLAY#QUALITY" polarity="negative"/>
18
+ </Opinions>
19
+ </sentence>
20
+ <sentence id="348:2">
21
+ <text>Yes, I have it on the highest available setting.</text>
22
+ </sentence>
23
+ </sentences>
24
+ </Review>
25
+ <Review rid="285">
26
+ <sentences>
27
+ <sentence id="285:0">
28
+ <text>I love the size, keyboard, the functions.</text>
29
+ <Opinions>
30
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
31
+ <Opinion category="KEYBOARD#GENERAL" polarity="positive"/>
32
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
33
+ </Opinions>
34
+ </sentence>
35
+ <sentence id="285:1">
36
+ <text>I don't really have a complaint.</text>
37
+ <Opinions>
38
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
39
+ </Opinions>
40
+ </sentence>
41
+ <sentence id="285:2">
42
+ <text>It is easy to use, good quality and good price.</text>
43
+ <Opinions>
44
+ <Opinion category="LAPTOP#USABILITY" polarity="positive"/>
45
+ <Opinion category="LAPTOP#QUALITY" polarity="positive"/>
46
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
47
+ </Opinions>
48
+ </sentence>
49
+ <sentence id="285:3">
50
+ <text>Perfect trifecta!</text>
51
+ <Opinions>
52
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
53
+ </Opinions>
54
+ </sentence>
55
+ <sentence id="285:4">
56
+ <text>I would recommend this product.</text>
57
+ <Opinions>
58
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
59
+ </Opinions>
60
+ </sentence>
61
+ </sentences>
62
+ </Review>
63
+ <Review rid="337">
64
+ <sentences>
65
+ <sentence id="337:0">
66
+ <text>I love this product because it is Toshiba and its 15.6".</text>
67
+ <Opinions>
68
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
69
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
70
+ <Opinion category="COMPANY#GENERAL" polarity="positive"/>
71
+ </Opinions>
72
+ </sentence>
73
+ <sentence id="337:1">
74
+ <text>It has no camera but, I can always buy and install one easy.</text>
75
+ <Opinions>
76
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="neutral"/>
77
+ </Opinions>
78
+ </sentence>
79
+ <sentence id="337:2">
80
+ <text>I had a USB connect but, i can't use it because it is not compatible.</text>
81
+ <Opinions>
82
+ <Opinion category="LAPTOP#USABILITY" polarity="negative"/>
83
+ </Opinions>
84
+ </sentence>
85
+ <sentence id="337:3">
86
+ <text>That's the downside for me.</text>
87
+ <Opinions>
88
+ <Opinion category="LAPTOP#USABILITY" polarity="negative"/>
89
+ </Opinions>
90
+ </sentence>
91
+ <sentence id="337:4">
92
+ <text>But, I would recommend this product.</text>
93
+ <Opinions>
94
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
95
+ </Opinions>
96
+ </sentence>
97
+ </sentences>
98
+ </Review>
99
+ <Review rid="54">
100
+ <sentences>
101
+ <sentence id="54:0">
102
+ <text>I bought this laptop Was the worst Laptop I've ever bought.</text>
103
+ <Opinions>
104
+ <Opinion category="LAPTOP#GENERAL" polarity="negative"/>
105
+ </Opinions>
106
+ </sentence>
107
+ <sentence id="54:1">
108
+ <text>I spent alot of money on this product and its been a nightmare.</text>
109
+ <Opinions>
110
+ <Opinion category="LAPTOP#PRICE" polarity="negative"/>
111
+ <Opinion category="LAPTOP#GENERAL" polarity="negative"/>
112
+ </Opinions>
113
+ </sentence>
114
+ <sentence id="54:2">
115
+ <text>And having to deal with the company has been a even worse nightmare.</text>
116
+ <Opinions>
117
+ <Opinion category="SUPPORT#QUALITY" polarity="negative"/>
118
+ </Opinions>
119
+ </sentence>
120
+ <sentence id="54:3">
121
+ <text>I sent it to them to fix in perfect condition but for what was wrong with it.</text>
122
+ </sentence>
123
+ <sentence id="54:4">
124
+ <text>They sent it back with a huge crack in it and it still didn't work.</text>
125
+ <Opinions>
126
+ <Opinion category="SUPPORT#QUALITY" polarity="negative"/>
127
+ </Opinions>
128
+ </sentence>
129
+ <sentence id="54:5">
130
+ <text>And that was the fourth time ive sent it to them to get fixed.</text>
131
+ <Opinions>
132
+ <Opinion category="SUPPORT#QUALITY" polarity="negative"/>
133
+ </Opinions>
134
+ </sentence>
135
+ <sentence id="54:6">
136
+ <text>Its been a year and am still waiting to see what there going to do about my laptop.</text>
137
+ <Opinions>
138
+ <Opinion category="SUPPORT#QUALITY" polarity="negative"/>
139
+ </Opinions>
140
+ </sentence>
141
+ <sentence id="54:7">
142
+ <text>So if anyones looking to buy a computer or laptop you should stay far far away from any that have the name TOSHIBA on it...</text>
143
+ <Opinions>
144
+ <Opinion category="COMPANY#GENERAL" polarity="negative"/>
145
+ </Opinions>
146
+ </sentence>
147
+ </sentences>
148
+ </Review>
149
+ <Review rid="252">
150
+ <sentences>
151
+ <sentence id="252:0">
152
+ <text>So far, a great product.</text>
153
+ <Opinions>
154
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
155
+ </Opinions>
156
+ </sentence>
157
+ <sentence id="252:1">
158
+ <text>High price tag, however.</text>
159
+ <Opinions>
160
+ <Opinion category="LAPTOP#PRICE" polarity="negative"/>
161
+ </Opinions>
162
+ </sentence>
163
+ <sentence id="252:2">
164
+ <text>Still trying to learn how to use it.</text>
165
+ <Opinions>
166
+ <Opinion category="LAPTOP#USABILITY" polarity="neutral"/>
167
+ </Opinions>
168
+ </sentence>
169
+ </sentences>
170
+ </Review>
171
+ <Review rid="85">
172
+ <sentences>
173
+ <sentence id="85:0">
174
+ <text>Okay, let's just start out by saying I am in no way a computer techy.</text>
175
+ </sentence>
176
+ <sentence id="85:1">
177
+ <text>I am a wife, mom and a school teacher and a college student.</text>
178
+ </sentence>
179
+ <sentence id="85:2">
180
+ <text>Trying to balance all of my roles leaves very little time for me to do anything, so I want to manage my time I do have to be the most efficient.</text>
181
+ </sentence>
182
+ <sentence id="85:3">
183
+ <text>I work on a PC at home and have used Pc all through college.</text>
184
+ </sentence>
185
+ <sentence id="85:4">
186
+ <text>I use the computer to basically check emails, surf the web, print coupons and for my college papers.</text>
187
+ </sentence>
188
+ <sentence id="85:5" OutOfScope="TRUE">
189
+ <text>I was getting extrememly frustrated when I would want to do these simple taks that I would have to wait and wait and wait for things to download or virus that would clog up my PC.</text>
190
+ </sentence>
191
+ <sentence id="85:6" OutOfScope="TRUE">
192
+ <text>It would take up too much time to do reaearch for my papers and I would be up hours-just because the computer was too slow.</text>
193
+ </sentence>
194
+ <sentence id="85:7">
195
+ <text>My brother is a computer wiz and would laugh at me because he used an Apple.</text>
196
+ </sentence>
197
+ <sentence id="85:8">
198
+ <text>Finally, I couldn't take it anymore and ordered my Apple.</text>
199
+ </sentence>
200
+ <sentence id="85:9">
201
+ <text>Yes, I thought the expese was a little much, but I now realize you get what you pay for.</text>
202
+ <Opinions>
203
+ <Opinion category="LAPTOP#PRICE" polarity="negative"/>
204
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
205
+ </Opinions>
206
+ </sentence>
207
+ <sentence id="85:10">
208
+ <text>I love my Apple, it is quick and easy to use.</text>
209
+ <Opinions>
210
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
211
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
212
+ <Opinion category="LAPTOP#USABILITY" polarity="positive"/>
213
+ </Opinions>
214
+ </sentence>
215
+ <sentence id="85:11">
216
+ <text>I've had to call Apple support to set up my new printer and have had wonderful experiences with helpful, english speaking (from Vancouver) techs that walked me through the processes to help me.</text>
217
+ <Opinions>
218
+ <Opinion category="SUPPORT#QUALITY" polarity="positive"/>
219
+ </Opinions>
220
+ </sentence>
221
+ <sentence id="85:12">
222
+ <text>I can't say enough of how satisfied I am with their product and help aftermarket.</text>
223
+ <Opinions>
224
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
225
+ <Opinion category="SUPPORT#QUALITY" polarity="positive"/>
226
+ </Opinions>
227
+ </sentence>
228
+ <sentence id="85:13">
229
+ <text>Money and time well spent!</text>
230
+ <Opinions>
231
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
232
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
233
+ </Opinions>
234
+ </sentence>
235
+ <sentence id="85:14">
236
+ <text>Highly recommended!</text>
237
+ <Opinions>
238
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
239
+ </Opinions>
240
+ </sentence>
241
+ </sentences>
242
+ </Review>
243
+ <Review rid="375">
244
+ <sentences>
245
+ <sentence id="375:0">
246
+ <text>This laptop is a great price and has a sleek look.</text>
247
+ <Opinions>
248
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
249
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
250
+ </Opinions>
251
+ </sentence>
252
+ <sentence id="375:1">
253
+ <text>Runs smooth and quick.</text>
254
+ <Opinions>
255
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
256
+ </Opinions>
257
+ </sentence>
258
+ <sentence id="375:2">
259
+ <text>I wish it had a webcam though, then it would be perfect!</text>
260
+ <Opinions>
261
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="negative"/>
262
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
263
+ </Opinions>
264
+ </sentence>
265
+ </sentences>
266
+ </Review>
267
+ <Review rid="139">
268
+ <sentences>
269
+ <sentence id="139:0">
270
+ <text>HP Pavilion DV9000 Notebook PC When I first got this computer, it really rocked.</text>
271
+ <Opinions>
272
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
273
+ </Opinions>
274
+ </sentence>
275
+ <sentence id="139:1">
276
+ <text>But as time went on I found it almost impossible to keep the thing on-line through wi-fi.</text>
277
+ <Opinions>
278
+ <Opinion category="LAPTOP#CONNECTIVITY" polarity="negative"/>
279
+ </Opinions>
280
+ </sentence>
281
+ <sentence id="139:2">
282
+ <text>Eventually the screen went blank and the computer would not turn on.</text>
283
+ <Opinions>
284
+ <Opinion category="DISPLAY#OPERATION_PERFORMANCE" polarity="negative"/>
285
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="negative"/>
286
+ </Opinions>
287
+ </sentence>
288
+ <sentence id="139:3">
289
+ <text>HP said it was out of warranty.</text>
290
+ </sentence>
291
+ <sentence id="139:4">
292
+ <text>Guess I'll stay away from HP.</text>
293
+ <Opinions>
294
+ <Opinion category="COMPANY#GENERAL" polarity="negative"/>
295
+ </Opinions>
296
+ </sentence>
297
+ </sentences>
298
+ </Review>
299
+ <Review rid="B00KMRGF28_285_AULBCYLXY34W9">
300
+ <sentences>
301
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:0">
302
+ <text>Great price and computer!</text>
303
+ <Opinions>
304
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
305
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
306
+ </Opinions>
307
+ </sentence>
308
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:1">
309
+ <text>I bought this laptop computer for my parents, they only access their facebook and e-mail accounts, see family pictures, etc.</text>
310
+ </sentence>
311
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:2">
312
+ <text>They loved it.</text>
313
+ <Opinions>
314
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
315
+ </Opinions>
316
+ </sentence>
317
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:3">
318
+ <text>It's easy to operate and it's very light (my parents are almost 60 yo, they can't carry a heavy computer while traveling).</text>
319
+ <Opinions>
320
+ <Opinion category="LAPTOP#USABILITY" polarity="positive"/>
321
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
322
+ <Opinion category="LAPTOP#PORTABILITY" polarity="positive"/>
323
+ </Opinions>
324
+ </sentence>
325
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:4">
326
+ <text>But here's something I hadn't realized before buying it: there isn't an optical drive, which means NO CDs or DVDs!</text>
327
+ <Opinions>
328
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="negative"/>
329
+ </Opinions>
330
+ </sentence>
331
+ </sentences>
332
+ </Review>
333
+ <Review rid="76">
334
+ <sentences>
335
+ <sentence id="76:0">
336
+ <text>I have loved this since i took it out of the box.</text>
337
+ <Opinions>
338
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
339
+ </Opinions>
340
+ </sentence>
341
+ <sentence id="76:1">
342
+ <text>The battery is really long.</text>
343
+ <Opinions>
344
+ <Opinion category="BATTERY#OPERATION_PERFORMANCE" polarity="positive"/>
345
+ </Opinions>
346
+ </sentence>
347
+ <sentence id="76:2">
348
+ <text>the features are great, the only thing it needs is better speakers.</text>
349
+ <Opinions>
350
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
351
+ <Opinion category="MULTIMEDIA_DEVICES#GENERAL" polarity="negative"/>
352
+ </Opinions>
353
+ </sentence>
354
+ </sentences>
355
+ </Review>
356
+ </Reviews>
laptops_trial_english_tl.xml ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <Reviews>
3
+ <Review rid="348">
4
+ <sentences>
5
+ <sentence id="348:0">
6
+ <text>Most everything is fine with this machine: speed, capacity, build.</text>
7
+ </sentence>
8
+ <sentence id="348:1">
9
+ <text>The only thing I don't understand is that the resolution of the screen isn't high enough for some pages, such as Yahoo!Mail.</text>
10
+ </sentence>
11
+ <sentence id="348:2">
12
+ <text>Yes, I have it on the highest available setting.</text>
13
+ </sentence>
14
+ </sentences>
15
+ <Opinions>
16
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
17
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
18
+ <Opinion category="HARD_DISC#DESIGN_FEATURES" polarity="positive"/>
19
+ <Opinion category="LAPTOP#QUALITY" polarity="positive"/>
20
+ <Opinion category="DISPLAY#QUALITY" polarity="negative"/>
21
+ </Opinions>
22
+ </Review>
23
+ <Review rid="285">
24
+ <sentences>
25
+ <sentence id="285:0">
26
+ <text>I love the size, keyboard, the functions.</text>
27
+ </sentence>
28
+ <sentence id="285:1">
29
+ <text>I don't really have a complaint.</text>
30
+ </sentence>
31
+ <sentence id="285:2">
32
+ <text>It is easy to use, good quality and good price.</text>
33
+ </sentence>
34
+ <sentence id="285:3">
35
+ <text>Perfect trifecta!</text>
36
+ </sentence>
37
+ <sentence id="285:4">
38
+ <text>I would recommend this product.</text>
39
+ </sentence>
40
+ </sentences>
41
+ <Opinions>
42
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
43
+ <Opinion category="KEYBOARD#GENERAL" polarity="positive"/>
44
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
45
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
46
+ <Opinion category="LAPTOP#USABILITY" polarity="positive"/>
47
+ <Opinion category="LAPTOP#QUALITY" polarity="positive"/>
48
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
49
+ </Opinions>
50
+ </Review>
51
+ <Review rid="337">
52
+ <sentences>
53
+ <sentence id="337:0">
54
+ <text>I love this product because it is Toshiba and its 15.6".</text>
55
+ </sentence>
56
+ <sentence id="337:1">
57
+ <text>It has no camera but, I can always buy and install one easy.</text>
58
+ </sentence>
59
+ <sentence id="337:2">
60
+ <text>I had a USB connect but, i can't use it because it is not compatible.</text>
61
+ </sentence>
62
+ <sentence id="337:3">
63
+ <text>That's the downside for me.</text>
64
+ </sentence>
65
+ <sentence id="337:4">
66
+ <text>But, I would recommend this product.</text>
67
+ </sentence>
68
+ </sentences>
69
+ <Opinions>
70
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
71
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
72
+ <Opinion category="COMPANY#GENERAL" polarity="positive"/>
73
+ <Opinion category="LAPTOP#USABILITY" polarity="negative"/>
74
+ </Opinions>
75
+ </Review>
76
+ <Review rid="54">
77
+ <sentences>
78
+ <sentence id="54:0">
79
+ <text>I bought this laptop Was the worst Laptop I've ever bought.</text>
80
+ </sentence>
81
+ <sentence id="54:1">
82
+ <text>I spent alot of money on this product and its been a nightmare.</text>
83
+ </sentence>
84
+ <sentence id="54:2">
85
+ <text>And having to deal with the company has been a even worse nightmare.</text>
86
+ </sentence>
87
+ <sentence id="54:3">
88
+ <text>I sent it to them to fix in perfect condition but for what was wrong with it.</text>
89
+ </sentence>
90
+ <sentence id="54:4">
91
+ <text>They sent it back with a huge crack in it and it still didn't work.</text>
92
+ </sentence>
93
+ <sentence id="54:5">
94
+ <text>And that was the fourth time ive sent it to them to get fixed.</text>
95
+ </sentence>
96
+ <sentence id="54:6">
97
+ <text>Its been a year and am still waiting to see what there going to do about my laptop.</text>
98
+ </sentence>
99
+ <sentence id="54:7">
100
+ <text>So if anyones looking to buy a computer or laptop you should stay far far away from any that have the name TOSHIBA on it...</text>
101
+ </sentence>
102
+ </sentences>
103
+ <Opinions>
104
+ <Opinion category="LAPTOP#GENERAL" polarity="negative"/>
105
+ <Opinion category="LAPTOP#PRICE" polarity="negative"/>
106
+ <Opinion category="SUPPORT#QUALITY" polarity="negative"/>
107
+ <Opinion category="COMPANY#GENERAL" polarity="negative"/>
108
+ </Opinions>
109
+ </Review>
110
+ <Review rid="252">
111
+ <sentences>
112
+ <sentence id="252:0">
113
+ <text>So far, a great product.</text>
114
+ </sentence>
115
+ <sentence id="252:1">
116
+ <text>High price tag, however.</text>
117
+ </sentence>
118
+ <sentence id="252:2">
119
+ <text>Still trying to learn how to use it.</text>
120
+ </sentence>
121
+ </sentences>
122
+ <Opinions>
123
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
124
+ <Opinion category="LAPTOP#PRICE" polarity="negative"/>
125
+ <Opinion category="LAPTOP#USABILITY" polarity="neutral"/>
126
+ </Opinions>
127
+ </Review>
128
+ <Review rid="85">
129
+ <sentences>
130
+ <sentence id="85:0">
131
+ <text>Okay, let's just start out by saying I am in no way a computer techy.</text>
132
+ </sentence>
133
+ <sentence id="85:1">
134
+ <text>I am a wife, mom and a school teacher and a college student.</text>
135
+ </sentence>
136
+ <sentence id="85:2">
137
+ <text>Trying to balance all of my roles leaves very little time for me to do anything, so I want to manage my time I do have to be the most efficient.</text>
138
+ </sentence>
139
+ <sentence id="85:3">
140
+ <text>I work on a PC at home and have used Pc all through college.</text>
141
+ </sentence>
142
+ <sentence id="85:4">
143
+ <text>I use the computer to basically check emails, surf the web, print coupons and for my college papers.</text>
144
+ </sentence>
145
+ <sentence id="85:5">
146
+ <text>I was getting extrememly frustrated when I would want to do these simple taks that I would have to wait and wait and wait for things to download or virus that would clog up my PC.</text>
147
+ </sentence>
148
+ <sentence id="85:6">
149
+ <text>It would take up too much time to do reaearch for my papers and I would be up hours-just because the computer was too slow.</text>
150
+ </sentence>
151
+ <sentence id="85:7">
152
+ <text>My brother is a computer wiz and would laugh at me because he used an Apple.</text>
153
+ </sentence>
154
+ <sentence id="85:8">
155
+ <text>Finally, I couldn't take it anymore and ordered my Apple.</text>
156
+ </sentence>
157
+ <sentence id="85:9">
158
+ <text>Yes, I thought the expese was a little much, but I now realize you get what you pay for.</text>
159
+ </sentence>
160
+ <sentence id="85:10">
161
+ <text>I love my Apple, it is quick and easy to use.</text>
162
+ </sentence>
163
+ <sentence id="85:11">
164
+ <text>I've had to call Apple support to set up my new printer and have had wonderful experiences with helpful, english speaking (from Vancouver) techs that walked me through the processes to help me.</text>
165
+ </sentence>
166
+ <sentence id="85:12">
167
+ <text>I can't say enough of how satisfied I am with their product and help aftermarket.</text>
168
+ </sentence>
169
+ <sentence id="85:13">
170
+ <text>Money and time well spent!</text>
171
+ </sentence>
172
+ <sentence id="85:14">
173
+ <text>Highly recommended!</text>
174
+ </sentence>
175
+ </sentences>
176
+ <Opinions>
177
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
178
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
179
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
180
+ <Opinion category="LAPTOP#USABILITY" polarity="positive"/>
181
+ <Opinion category="SUPPORT#QUALITY" polarity="positive"/>
182
+ </Opinions>
183
+ </Review>
184
+ <Review rid="375">
185
+ <sentences>
186
+ <sentence id="375:0">
187
+ <text>This laptop is a great price and has a sleek look.</text>
188
+ </sentence>
189
+ <sentence id="375:1">
190
+ <text>Runs smooth and quick.</text>
191
+ </sentence>
192
+ <sentence id="375:2">
193
+ <text>I wish it had a webcam though, then it would be perfect!</text>
194
+ </sentence>
195
+ </sentences>
196
+ <Opinions>
197
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
198
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="conflict"/>
199
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="positive"/>
200
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
201
+ </Opinions>
202
+ </Review>
203
+ <Review rid="139">
204
+ <sentences>
205
+ <sentence id="139:0">
206
+ <text>HP Pavilion DV9000 Notebook PC When I first got this computer, it really rocked.</text>
207
+ </sentence>
208
+ <sentence id="139:1">
209
+ <text>But as time went on I found it almost impossible to keep the thing on-line through wi-fi.</text>
210
+ </sentence>
211
+ <sentence id="139:2">
212
+ <text>Eventually the screen went blank and the computer would not turn on.</text>
213
+ </sentence>
214
+ <sentence id="139:3">
215
+ <text>HP said it was out of warranty.</text>
216
+ </sentence>
217
+ <sentence id="139:4">
218
+ <text>Guess I'll stay away from HP.</text>
219
+ </sentence>
220
+ </sentences>
221
+ <Opinions>
222
+ <Opinion category="LAPTOP#GENERAL" polarity="negative"/>
223
+ <Opinion category="LAPTOP#CONNECTIVITY" polarity="negative"/>
224
+ <Opinion category="DISPLAY#OPERATION_PERFORMANCE" polarity="negative"/>
225
+ <Opinion category="LAPTOP#OPERATION_PERFORMANCE" polarity="negative"/>
226
+ <Opinion category="COMPANY#GENERAL" polarity="negative"/>
227
+ </Opinions>
228
+ </Review>
229
+ <Review rid="B00KMRGF28_285_AULBCYLXY34W9">
230
+ <sentences>
231
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:0">
232
+ <text>Great price and computer!</text>
233
+ </sentence>
234
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:1">
235
+ <text>I bought this laptop computer for my parents, they only access their facebook and e-mail accounts, see family pictures, etc.</text>
236
+ </sentence>
237
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:2">
238
+ <text>They loved it.</text>
239
+ </sentence>
240
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:3">
241
+ <text>It's easy to operate and it's very light (my parents are almost 60 yo, they can't carry a heavy computer while traveling).</text>
242
+ </sentence>
243
+ <sentence id="B00KMRGF28_285_AULBCYLXY34W9:4">
244
+ <text>But here's something I hadn't realized before buying it: there isn't an optical drive, which means NO CDs or DVDs!</text>
245
+ </sentence>
246
+ </sentences>
247
+ <Opinions>
248
+ <Opinion category="LAPTOP#PRICE" polarity="positive"/>
249
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
250
+ <Opinion category="LAPTOP#USABILITY" polarity="positive"/>
251
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="conflict"/>
252
+ <Opinion category="LAPTOP#PORTABILITY" polarity="positive"/>
253
+ </Opinions>
254
+ </Review>
255
+ <Review rid="76">
256
+ <sentences>
257
+ <sentence id="76:0">
258
+ <text>I have loved this since i took it out of the box.</text>
259
+ </sentence>
260
+ <sentence id="76:1">
261
+ <text>The battery is really long.</text>
262
+ </sentence>
263
+ <sentence id="76:2">
264
+ <text>the features are great, the only thing it needs is better speakers.</text>
265
+ </sentence>
266
+ </sentences>
267
+ <Opinions>
268
+ <Opinion category="LAPTOP#GENERAL" polarity="positive"/>
269
+ <Opinion category="BATTERY#OPERATION_PERFORMANCE" polarity="positive"/>
270
+ <Opinion category="LAPTOP#DESIGN_FEATURES" polarity="positive"/>
271
+ <Opinion category="MULTIMEDIA_DEVICES#GENERAL" polarity="negative"/>
272
+ </Opinions>
273
+ </Review>
274
+ </Reviews>
restaurants_trial_english_sl.xml ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <Reviews>
3
+ <Review rid="1090587">
4
+ <sentences>
5
+ <sentence id="1090587:0">
6
+ <text>Just went here for my girlfriends 23rd bday.</text>
7
+ </sentence>
8
+ <sentence id="1090587:1">
9
+ <text>If you've ever been along the river in Weehawken you have an idea of the top of view the chart house has to offer.</text>
10
+ <Opinions>
11
+ <Opinion target="view" category="LOCATION#GENERAL" polarity="positive" from="80" to="84"/>
12
+ </Opinions>
13
+ </sentence>
14
+ <sentence id="1090587:2">
15
+ <text>Add to that great service and great food at a reasonable price and you have yourself the beginning of a great evening.</text>
16
+ <Opinions>
17
+ <Opinion target="service" category="SERVICE#GENERAL" polarity="positive" from="18" to="25"/>
18
+ <Opinion target="food" category="FOOD#QUALITY" polarity="positive" from="36" to="40"/>
19
+ <Opinion target="food" category="FOOD#PRICES" polarity="positive" from="36" to="40"/>
20
+ </Opinions>
21
+ </sentence>
22
+ <sentence id="1090587:3">
23
+ <text>The lava cake dessert was incredible and I recommend it.</text>
24
+ <Opinions>
25
+ <Opinion target="lava cake dessert" category="FOOD#QUALITY" polarity="positive" from="4" to="21"/>
26
+ </Opinions>
27
+ </sentence>
28
+ </sentences>
29
+ </Review>
30
+ <Review rid="1661043">
31
+ <sentences>
32
+ <sentence id="1661043:0">
33
+ <text>Pizza here is consistently good.</text>
34
+ <Opinions>
35
+ <Opinion target="Pizza" category="FOOD#QUALITY" polarity="positive" from="0" to="5"/>
36
+ </Opinions>
37
+ </sentence>
38
+ <sentence id="1661043:1">
39
+ <text>Salads are a delicious way to begin the meal.</text>
40
+ <Opinions>
41
+ <Opinion target="Salads" category="FOOD#QUALITY" polarity="positive" from="0" to="6"/>
42
+ </Opinions>
43
+ </sentence>
44
+ <sentence id="1661043:2">
45
+ <text>You should pass on the calamari.</text>
46
+ <Opinions>
47
+ <Opinion target="calamari" category="FOOD#QUALITY" polarity="negative" from="23" to="31"/>
48
+ </Opinions>
49
+ </sentence>
50
+ <sentence id="1661043:3">
51
+ <text>It is thick and slightly soggy.</text>
52
+ <Opinions>
53
+ <Opinion target="NULL" category="FOOD#QUALITY" polarity="negative" from="0" to="0"/>
54
+ </Opinions>
55
+ </sentence>
56
+ <sentence id="1661043:4">
57
+ <text>Decor is charming.</text>
58
+ <Opinions>
59
+ <Opinion target="Decor" category="AMBIENCE#GENERAL" polarity="positive" from="0" to="5"/>
60
+ </Opinions>
61
+ </sentence>
62
+ <sentence id="1661043:5">
63
+ <text>Service is average.</text>
64
+ <Opinions>
65
+ <Opinion target="Service" category="SERVICE#GENERAL" polarity="neutral" from="0" to="7"/>
66
+ </Opinions>
67
+ </sentence>
68
+ </sentences>
69
+ </Review>
70
+ <Review rid="1349391">
71
+ <sentences>
72
+ <sentence id="1349391:0">
73
+ <text>sometimes i get good food and ok service.</text>
74
+ <Opinions>
75
+ <Opinion target="food" category="FOOD#QUALITY" polarity="positive" from="21" to="25"/>
76
+ <Opinion target="service" category="SERVICE#GENERAL" polarity="neutral" from="33" to="40"/>
77
+ </Opinions>
78
+ </sentence>
79
+ <sentence id="1349391:1">
80
+ <text>sometimes i get bad food and bad service, sometimes i get good good and bad service.</text>
81
+ <Opinions>
82
+ <Opinion target="food" category="FOOD#QUALITY" polarity="negative" from="20" to="24"/>
83
+ <Opinion target="service" category="SERVICE#GENERAL" polarity="negative" from="33" to="40"/>
84
+ <Opinion target="service" category="SERVICE#GENERAL" polarity="negative" from="76" to="83"/>
85
+ <Opinion target="good" category="FOOD#QUALITY" polarity="positive" from="63" to="67"/>
86
+ </Opinions>
87
+ </sentence>
88
+ <sentence id="1349391:2">
89
+ <text>it is not consistent.</text>
90
+ <Opinions>
91
+ <Opinion target="NULL" category="RESTAURANT#GENERAL" polarity="negative" from="0" to="0"/>
92
+ </Opinions>
93
+ </sentence>
94
+ <sentence id="1349391:3">
95
+ <text>really depends on your luck!</text>
96
+ </sentence>
97
+ </sentences>
98
+ </Review>
99
+ <Review rid="1357554">
100
+ <sentences>
101
+ <sentence id="1357554:0">
102
+ <text>I started out with a Bombay beer which was big enough for two.</text>
103
+ <Opinions>
104
+ <Opinion target="Bombay beer" category="DRINKS#STYLE_OPTIONS" polarity="positive" from="21" to="32"/>
105
+ </Opinions>
106
+ </sentence>
107
+ <sentence id="1357554:1">
108
+ <text>For dinner I had the chicken tikka-masala and some garlic naan.</text>
109
+ </sentence>
110
+ <sentence id="1357554:2">
111
+ <text>MMmmm... it was delicious.</text>
112
+ <Opinions>
113
+ <Opinion target="NULL" category="FOOD#QUALITY" polarity="positive" from="0" to="0"/>
114
+ </Opinions>
115
+ </sentence>
116
+ <sentence id="1357554:3">
117
+ <text>Service was slow, but the people were friendly.</text>
118
+ <Opinions>
119
+ <Opinion target="Service" category="SERVICE#GENERAL" polarity="negative" from="0" to="7"/>
120
+ <Opinion target="people" category="SERVICE#GENERAL" polarity="positive" from="26" to="32"/>
121
+ </Opinions>
122
+ </sentence>
123
+ <sentence id="1357554:4">
124
+ <text>It's a nice place to relax and have conversation.</text>
125
+ <Opinions>
126
+ <Opinion target="place" category="AMBIENCE#GENERAL" polarity="positive" from="12" to="17"/>
127
+ </Opinions>
128
+ </sentence>
129
+ <sentence id="1357554:5">
130
+ <text>I can't wait to go back.</text>
131
+ <Opinions>
132
+ <Opinion target="NULL" category="RESTAURANT#GENERAL" polarity="positive" from="0" to="0"/>
133
+ </Opinions>
134
+ </sentence>
135
+ </sentences>
136
+ </Review>
137
+ <Review rid="1730014">
138
+ <sentences>
139
+ <sentence id="1730014:0">
140
+ <text>I went here with a friend on a whim, we went someplace else first and couldn't get a table.</text>
141
+ </sentence>
142
+ <sentence id="1730014:1">
143
+ <text>Service here was great, food was fantastic.</text>
144
+ <Opinions>
145
+ <Opinion target="Service" category="SERVICE#GENERAL" polarity="positive" from="0" to="7"/>
146
+ <Opinion target="food" category="FOOD#QUALITY" polarity="positive" from="24" to="28"/>
147
+ </Opinions>
148
+ </sentence>
149
+ <sentence id="1730014:2">
150
+ <text>Guacamole+shrimp appetizer was really great, we both had the filet, very good, didn't much like the frites that came with, but the filet was so good, neither of us cared.</text>
151
+ <Opinions>
152
+ <Opinion target="Guacamole+shrimp appetizer" category="FOOD#QUALITY" polarity="positive" from="0" to="26"/>
153
+ <Opinion target="filet" category="FOOD#QUALITY" polarity="positive" from="61" to="66"/>
154
+ <Opinion target="frites" category="FOOD#QUALITY" polarity="negative" from="100" to="106"/>
155
+ </Opinions>
156
+ </sentence>
157
+ <sentence id="1730014:3">
158
+ <text>Will absolutely visit again.</text>
159
+ <Opinions>
160
+ <Opinion target="NULL" category="RESTAURANT#GENERAL" polarity="positive" from="0" to="0"/>
161
+ </Opinions>
162
+ </sentence>
163
+ <sentence id="1730014:4">
164
+ <text>Maybe tomorrow ;-)</text>
165
+ </sentence>
166
+ </sentences>
167
+ </Review>
168
+ <Review rid="1500453">
169
+ <sentences>
170
+ <sentence id="1500453:0">
171
+ <text>Molto bene!</text>
172
+ </sentence>
173
+ <sentence id="1500453:1">
174
+ <text>This quaint and romantic trattoria is at the top of my Manhattan restaurant list.</text>
175
+ <Opinions>
176
+ <Opinion target="trattoria" category="AMBIENCE#GENERAL" polarity="positive" from="25" to="34"/>
177
+ <Opinion target="trattoria" category="RESTAURANT#GENERAL" polarity="positive" from="25" to="34"/>
178
+ </Opinions>
179
+ </sentence>
180
+ <sentence id="1500453:2">
181
+ <text>The food is delicious - from the specials to the regular menu-fare, the dishes are never a disappointment.</text>
182
+ <Opinions>
183
+ <Opinion target="food" category="FOOD#QUALITY" polarity="positive" from="4" to="8"/>
184
+ <Opinion target="dishes" category="FOOD#QUALITY" polarity="positive" from="72" to="78"/>
185
+ <Opinion target="specials" category="FOOD#QUALITY" polarity="positive" from="33" to="41"/>
186
+ <Opinion target="regular menu-fare" category="FOOD#QUALITY" polarity="positive" from="49" to="66"/>
187
+ </Opinions>
188
+ </sentence>
189
+ <sentence id="1500453:3">
190
+ <text>Whether it's the parmesean porcini souffle or the lamb glazed with balsamic vinegar, you will surely be transported to Northern Italy with one bite.</text>
191
+ <Opinions>
192
+ <Opinion target="parmesean porcini souffle" category="FOOD#QUALITY" polarity="positive" from="17" to="42"/>
193
+ <Opinion target="lamb glazed with balsamic vinegar" category="FOOD#QUALITY" polarity="positive" from="50" to="83"/>
194
+ </Opinions>
195
+ </sentence>
196
+ <sentence id="1500453:4">
197
+ <text>Although the tables may be closely situated, the candle-light, food-quality and service overcompensate.</text>
198
+ <Opinions>
199
+ <Opinion target="candle-light" category="AMBIENCE#GENERAL" polarity="positive" from="49" to="61"/>
200
+ <Opinion target="food" category="FOOD#QUALITY" polarity="positive" from="63" to="67"/>
201
+ <Opinion target="service" category="SERVICE#GENERAL" polarity="positive" from="80" to="87"/>
202
+ <Opinion target="tables" category="AMBIENCE#GENERAL" polarity="negative" from="13" to="19"/>
203
+ </Opinions>
204
+ </sentence>
205
+ <sentence id="1500453:5">
206
+ <text>A guaranteeed delight!</text>
207
+ <Opinions>
208
+ <Opinion target="NULL" category="RESTAURANT#GENERAL" polarity="positive" from="0" to="0"/>
209
+ </Opinions>
210
+ </sentence>
211
+ </sentences>
212
+ </Review>
213
+ <Review rid="505535">
214
+ <sentences>
215
+ <sentence id="505535:0">
216
+ <text>this little place has a cute interior decor and affordable city prices.</text>
217
+ <Opinions>
218
+ <Opinion target="interior decor" category="AMBIENCE#GENERAL" polarity="positive" from="29" to="43"/>
219
+ <Opinion target="place" category="RESTAURANT#PRICES" polarity="positive" from="12" to="17"/>
220
+ </Opinions>
221
+ </sentence>
222
+ <sentence id="505535:1">
223
+ <text>the pad se ew chicken was delicious, however the pad thai was far too oily.</text>
224
+ <Opinions>
225
+ <Opinion target="pad se ew chicken" category="FOOD#QUALITY" polarity="positive" from="4" to="21"/>
226
+ <Opinion target="pad thai" category="FOOD#QUALITY" polarity="negative" from="49" to="57"/>
227
+ </Opinions>
228
+ </sentence>
229
+ <sentence id="505535:2">
230
+ <text>i would just ask for no oil next time.</text>
231
+ </sentence>
232
+ </sentences>
233
+ </Review>
234
+ <Review rid="1016296">
235
+ <sentences>
236
+ <sentence id="1016296:0">
237
+ <text>I was very disappointed with this restaurant.</text>
238
+ <Opinions>
239
+ <Opinion target="restaurant" category="RESTAURANT#GENERAL" polarity="negative" from="34" to="44"/>
240
+ </Opinions>
241
+ </sentence>
242
+ <sentence id="1016296:1">
243
+ <text>Ive asked a cart attendant for a lotus leaf wrapped rice and she replied back rice and just walked away.</text>
244
+ <Opinions>
245
+ <Opinion target="cart attendant" category="SERVICE#GENERAL" polarity="negative" from="12" to="26"/>
246
+ </Opinions>
247
+ </sentence>
248
+ <sentence id="1016296:2">
249
+ <text>I had to ask her three times before she finally came back with the dish Ive requested.</text>
250
+ <Opinions>
251
+ <Opinion target="NULL" category="SERVICE#GENERAL" polarity="negative" from="0" to="0"/>
252
+ </Opinions>
253
+ </sentence>
254
+ <sentence id="1016296:3">
255
+ <text>Food was okay, nothing great.</text>
256
+ <Opinions>
257
+ <Opinion target="Food" category="FOOD#QUALITY" polarity="neutral" from="0" to="4"/>
258
+ </Opinions>
259
+ </sentence>
260
+ <sentence id="1016296:4">
261
+ <text>Chow fun was dry; pork shu mai was more than usually greasy and had to share a table with loud and rude family. </text>
262
+ <Opinions>
263
+ <Opinion target="Chow fun" category="FOOD#QUALITY" polarity="negative" from="0" to="8"/>
264
+ <Opinion target="pork shu mai" category="FOOD#QUALITY" polarity="negative" from="18" to="30"/>
265
+ <Opinion target="NULL" category="RESTAURANT#MISCELLANEOUS" polarity="negative" from="0" to="0"/>
266
+ </Opinions>
267
+ </sentence>
268
+ <sentence id="1016296:5">
269
+ <text>I/we will never go back to this place again.</text>
270
+ <Opinions>
271
+ <Opinion target="place" category="RESTAURANT#GENERAL" polarity="negative" from="32" to="37"/>
272
+ </Opinions>
273
+ </sentence>
274
+ </sentences>
275
+ </Review>
276
+ <Review rid="Z#3">
277
+ <sentences>
278
+ <sentence id="Z#3:0">
279
+ <text>Excellent food, although the interior could use some help.</text>
280
+ <Opinions>
281
+ <Opinion target="food" category="FOOD#QUALITY" polarity="positive" from="10" to="14"/>
282
+ <Opinion target="interior" category="AMBIENCE#GENERAL" polarity="negative" from="29" to="37"/>
283
+ </Opinions>
284
+ </sentence>
285
+ <sentence id="Z#3:1">
286
+ <text>The space kind of feels like an Alice in Wonderland setting, without it trying to be that.</text>
287
+ <Opinions>
288
+ <Opinion target="space" category="AMBIENCE#GENERAL" polarity="negative" from="4" to="9"/>
289
+ </Opinions>
290
+ </sentence>
291
+ <sentence id="Z#3:2">
292
+ <text>I paid just about $60 for a good meal, though :)</text>
293
+ <Opinions>
294
+ <Opinion target="meal" category="FOOD#QUALITY" polarity="positive" from="33" to="37"/>
295
+ <Opinion target="meal" category="FOOD#PRICES" polarity="positive" from="33" to="37"/>
296
+ </Opinions>
297
+ </sentence>
298
+ <sentence id="Z#3:3">
299
+ <text>Great sake!</text>
300
+ <Opinions>
301
+ <Opinion target="sake" category="DRINKS#QUALITY" polarity="positive" from="6" to="10"/>
302
+ </Opinions>
303
+ </sentence>
304
+ </sentences>
305
+ </Review>
306
+ <Review rid="PP#9">
307
+ <sentences>
308
+ <sentence id="PP#9:0">
309
+ <text>Way below average</text>
310
+ <Opinions>
311
+ <Opinion target="NULL" category="RESTAURANT#GENERAL" polarity="negative" from="0" to="0"/>
312
+ </Opinions>
313
+ </sentence>
314
+ <sentence id="PP#9:1">
315
+ <text>I think the pizza is so overrated and was under cooked.</text>
316
+ <Opinions>
317
+ <Opinion target="pizza" category="FOOD#QUALITY" polarity="negative" from="12" to="17"/>
318
+ </Opinions>
319
+ </sentence>
320
+ <sentence id="PP#9:2">
321
+ <text>Had no flavor and the staff is rude and not attentive.</text>
322
+ <Opinions>
323
+ <Opinion target="staff" category="SERVICE#GENERAL" polarity="negative" from="22" to="27"/>
324
+ <Opinion target="NULL" category="FOOD#QUALITY" polarity="negative" from="0" to="0"/>
325
+ </Opinions>
326
+ </sentence>
327
+ <sentence id="PP#9:3">
328
+ <text>Would NEVER go back</text>
329
+ <Opinions>
330
+ <Opinion target="NULL" category="RESTAURANT#GENERAL" polarity="negative" from="0" to="0"/>
331
+ </Opinions>
332
+ </sentence>
333
+ </sentences>
334
+ </Review>
335
+ </Reviews>
restaurants_trial_english_tl.xml ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <Reviews>
3
+ <Review rid="1090587">
4
+ <sentences>
5
+ <sentence id="1090587:0">
6
+ <text>Just went here for my girlfriends 23rd bday.</text>
7
+ </sentence>
8
+ <sentence id="1090587:1">
9
+ <text>If you've ever been along the river in Weehawken you have an idea of the top of view the chart house has to offer.</text>
10
+ </sentence>
11
+ <sentence id="1090587:2">
12
+ <text>Add to that great service and great food at a reasonable price and you have yourself the beginning of a great evening.</text>
13
+ </sentence>
14
+ <sentence id="1090587:3">
15
+ <text>The lava cake dessert was incredible and I recommend it.</text>
16
+ </sentence>
17
+ </sentences>
18
+ <Opinions>
19
+ <Opinion category="LOCATION#GENERAL" polarity="positive"/>
20
+ <Opinion category="SERVICE#GENERAL" polarity="positive"/>
21
+ <Opinion category="FOOD#QUALITY" polarity="positive"/>
22
+ <Opinion category="FOOD#PRICES" polarity="positive"/>
23
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
24
+ </Opinions>
25
+ </Review>
26
+ <Review rid="1661043">
27
+ <sentences>
28
+ <sentence id="1661043:0">
29
+ <text>Pizza here is consistently good.</text>
30
+ </sentence>
31
+ <sentence id="1661043:1">
32
+ <text>Salads are a delicious way to begin the meal.</text>
33
+ </sentence>
34
+ <sentence id="1661043:2">
35
+ <text>You should pass on the calamari.</text>
36
+ </sentence>
37
+ <sentence id="1661043:3">
38
+ <text>It is thick and slightly soggy.</text>
39
+ </sentence>
40
+ <sentence id="1661043:4">
41
+ <text>Decor is charming.</text>
42
+ </sentence>
43
+ <sentence id="1661043:5">
44
+ <text>Service is average.</text>
45
+ </sentence>
46
+ </sentences>
47
+ <Opinions>
48
+ <Opinion category="FOOD#QUALITY" polarity="conflict"/>
49
+ <Opinion category="AMBIENCE#GENERAL" polarity="positive"/>
50
+ <Opinion category="SERVICE#GENERAL" polarity="neutral"/>
51
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
52
+ </Opinions>
53
+ </Review>
54
+ <Review rid="1349391">
55
+ <sentences>
56
+ <sentence id="1349391:0">
57
+ <text>sometimes i get good food and ok service.</text>
58
+ </sentence>
59
+ <sentence id="1349391:1">
60
+ <text>sometimes i get bad food and bad service, sometimes i get good good and bad service.</text>
61
+ </sentence>
62
+ <sentence id="1349391:2">
63
+ <text>it is not consistent.</text>
64
+ </sentence>
65
+ <sentence id="1349391:3">
66
+ <text>really depends on your luck!</text>
67
+ </sentence>
68
+ </sentences>
69
+ <Opinions>
70
+ <Opinion category="FOOD#QUALITY" polarity="conflict"/>
71
+ <Opinion category="SERVICE#GENERAL" polarity="negative"/>
72
+ <Opinion category="RESTAURANT#GENERAL" polarity="negative"/>
73
+ </Opinions>
74
+ </Review>
75
+ <Review rid="1357554">
76
+ <sentences>
77
+ <sentence id="1357554:0">
78
+ <text>I started out with a Bombay beer which was big enough for two.</text>
79
+ </sentence>
80
+ <sentence id="1357554:1">
81
+ <text>For dinner I had the chicken tikka-masala and some garlic naan.</text>
82
+ </sentence>
83
+ <sentence id="1357554:2">
84
+ <text>MMmmm... it was delicious.</text>
85
+ </sentence>
86
+ <sentence id="1357554:3">
87
+ <text>Service was slow, but the people were friendly.</text>
88
+ </sentence>
89
+ <sentence id="1357554:4">
90
+ <text>It's a nice place to relax and have conversation.</text>
91
+ </sentence>
92
+ <sentence id="1357554:5">
93
+ <text>I can't wait to go back.</text>
94
+ </sentence>
95
+ </sentences>
96
+ <Opinions>
97
+ <Opinion category="DRINKS#STYLE_OPTIONS" polarity="positive"/>
98
+ <Opinion category="FOOD#QUALITY" polarity="positive"/>
99
+ <Opinion category="SERVICE#GENERAL" polarity="conflict"/>
100
+ <Opinion category="AMBIENCE#GENERAL" polarity="positive"/>
101
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
102
+ </Opinions>
103
+ </Review>
104
+ <Review rid="1730014">
105
+ <sentences>
106
+ <sentence id="1730014:0">
107
+ <text>I went here with a friend on a whim, we went someplace else first and couldn't get a table.</text>
108
+ </sentence>
109
+ <sentence id="1730014:1">
110
+ <text>Service here was great, food was fantastic.</text>
111
+ </sentence>
112
+ <sentence id="1730014:2">
113
+ <text>Guacamole+shrimp appetizer was really great, we both had the filet, very good, didn't much like the frites that came with, but the filet was so good, neither of us cared.</text>
114
+ </sentence>
115
+ <sentence id="1730014:3">
116
+ <text>Will absolutely visit again.</text>
117
+ </sentence>
118
+ <sentence id="1730014:4">
119
+ <text>Maybe tomorrow ;-)</text>
120
+ </sentence>
121
+ </sentences>
122
+ <Opinions>
123
+ <Opinion category="SERVICE#GENERAL" polarity="positive"/>
124
+ <Opinion category="FOOD#QUALITY" polarity="positive"/>
125
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
126
+ </Opinions>
127
+ </Review>
128
+ <Review rid="1500453">
129
+ <sentences>
130
+ <sentence id="1500453:0">
131
+ <text>Molto bene!</text>
132
+ </sentence>
133
+ <sentence id="1500453:1">
134
+ <text>This quaint and romantic trattoria is at the top of my Manhattan restaurant list.</text>
135
+ </sentence>
136
+ <sentence id="1500453:2">
137
+ <text>The food is delicious - from the specials to the regular menu-fare, the dishes are never a disappointment.</text>
138
+ </sentence>
139
+ <sentence id="1500453:3">
140
+ <text>Whether it's the parmesean porcini souffle or the lamb glazed with balsamic vinegar, you will surely be transported to Northern Italy with one bite.</text>
141
+ </sentence>
142
+ <sentence id="1500453:4">
143
+ <text>Although the tables may be closely situated, the candle-light, food-quality and service overcompensate.</text>
144
+ </sentence>
145
+ <sentence id="1500453:5">
146
+ <text>A guaranteeed delight!</text>
147
+ </sentence>
148
+ </sentences>
149
+ <Opinions>
150
+ <Opinion category="AMBIENCE#GENERAL" polarity="positive"/>
151
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
152
+ <Opinion category="FOOD#QUALITY" polarity="positive"/>
153
+ <Opinion category="SERVICE#GENERAL" polarity="positive"/>
154
+ </Opinions>
155
+ </Review>
156
+ <Review rid="505535">
157
+ <sentences>
158
+ <sentence id="505535:0">
159
+ <text>this little place has a cute interior decor and affordable city prices.</text>
160
+ </sentence>
161
+ <sentence id="505535:1">
162
+ <text>the pad se ew chicken was delicious, however the pad thai was far too oily.</text>
163
+ </sentence>
164
+ <sentence id="505535:2">
165
+ <text>i would just ask for no oil next time.</text>
166
+ </sentence>
167
+ </sentences>
168
+ <Opinions>
169
+ <Opinion category="AMBIENCE#GENERAL" polarity="positive"/>
170
+ <Opinion category="RESTAURANT#PRICES" polarity="positive"/>
171
+ <Opinion category="FOOD#QUALITY" polarity="conflict"/>
172
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
173
+ </Opinions>
174
+ </Review>
175
+ <Review rid="1016296">
176
+ <sentences>
177
+ <sentence id="1016296:0">
178
+ <text>I was very disappointed with this restaurant.</text>
179
+ </sentence>
180
+ <sentence id="1016296:1">
181
+ <text>Ive asked a cart attendant for a lotus leaf wrapped rice and she replied back rice and just walked away.</text>
182
+ </sentence>
183
+ <sentence id="1016296:2">
184
+ <text>I had to ask her three times before she finally came back with the dish Ive requested.</text>
185
+ </sentence>
186
+ <sentence id="1016296:3">
187
+ <text>Food was okay, nothing great.</text>
188
+ </sentence>
189
+ <sentence id="1016296:4">
190
+ <text>Chow fun was dry; pork shu mai was more than usually greasy and had to share a table with loud and rude family. </text>
191
+ </sentence>
192
+ <sentence id="1016296:5">
193
+ <text>I/we will never go back to this place again.</text>
194
+ </sentence>
195
+ </sentences>
196
+ <Opinions>
197
+ <Opinion category="RESTAURANT#GENERAL" polarity="negative"/>
198
+ <Opinion category="SERVICE#GENERAL" polarity="negative"/>
199
+ <Opinion category="FOOD#QUALITY" polarity="negative"/>
200
+ <Opinion category="RESTAURANT#MISCELLANEOUS" polarity="negative"/>
201
+ </Opinions>
202
+ </Review>
203
+ <Review rid="Z#3">
204
+ <sentences>
205
+ <sentence id="Z#3:0">
206
+ <text>Excellent food, although the interior could use some help.</text>
207
+ </sentence>
208
+ <sentence id="Z#3:1">
209
+ <text>The space kind of feels like an Alice in Wonderland setting, without it trying to be that.</text>
210
+ </sentence>
211
+ <sentence id="Z#3:2">
212
+ <text>I paid just about $60 for a good meal, though :)</text>
213
+ </sentence>
214
+ <sentence id="Z#3:3">
215
+ <text>Great sake!</text>
216
+ </sentence>
217
+ </sentences>
218
+ <Opinions>
219
+ <Opinion category="FOOD#QUALITY" polarity="positive"/>
220
+ <Opinion category="AMBIENCE#GENERAL" polarity="negative"/>
221
+ <Opinion category="FOOD#PRICES" polarity="positive"/>
222
+ <Opinion category="DRINKS#QUALITY" polarity="positive"/>
223
+ <Opinion category="RESTAURANT#GENERAL" polarity="positive"/>
224
+ </Opinions>
225
+ </Review>
226
+ <Review rid="PP#9">
227
+ <sentences>
228
+ <sentence id="PP#9:0">
229
+ <text>Way below average</text>
230
+ </sentence>
231
+ <sentence id="PP#9:1">
232
+ <text>I think the pizza is so overrated and was under cooked.</text>
233
+ </sentence>
234
+ <sentence id="PP#9:2">
235
+ <text>Had no flavor and the staff is rude and not attentive.</text>
236
+ </sentence>
237
+ <sentence id="PP#9:3">
238
+ <text>Would NEVER go back</text>
239
+ </sentence>
240
+ </sentences>
241
+ <Opinions>
242
+ <Opinion category="RESTAURANT#GENERAL" polarity="negative"/>
243
+ <Opinion category="FOOD#QUALITY" polarity="negative"/>
244
+ <Opinion category="SERVICE#GENERAL" polarity="negative"/>
245
+ </Opinions>
246
+ </Review>
247
+ </Reviews>