AlexSham commited on
Commit
44c07b7
1 Parent(s): d82c138

Upload 2 files

Browse files

https://archive.ics.uci.edu/dataset/331/sentiment+labelled+sentences

This dataset was created for the Paper 'From Group to Individual Labels using Deep Features', Kotzias et. al,. KDD 2015
Please cite the paper if you want to use it :)

It contains sentences labelled with positive or negative sentiment, extracted from reviews of products, movies, and restaurants

=======
Format:
=======
sentence \t score \n


=======
Details:
=======
Score is either 1 (for positive) or 0 (for negative)
The sentences come from three different websites/fields:

imdb.com
amazon.com
yelp.com

For each website, there exist 500 positive and 500 negative sentences. Those were selected randomly for larger datasets of reviews.
We attempted to select sentences that have a clearly positive or negative connotaton, the goal was for no neutral sentences to be selected.



For the full datasets look:

imdb: Maas et. al., 2011 'Learning word vectors for sentiment analysis'
amazon: McAuley et. al., 2013 'Hidden factors and hidden topics: Understanding rating dimensions with review text'
yelp: Yelp dataset challenge http://www.yelp.com/dataset_challenge

Files changed (2) hide show
  1. test.jsonl +100 -0
  2. train.jsonl +900 -0
test.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text": "This BlueAnt Supertooth hands-free phone speaker is AWESOM", "label": 1}
2
+ {"text": "Not nearly as good looking as the AMAZON picture makes it loo", "label": 0}
3
+ {"text": "It doesn't make you look coo", "label": 0}
4
+ {"text": "Freezes frequently", "label": 0}
5
+ {"text": "I want my money bac", "label": 0}
6
+ {"text": "Couldn't use the unit with sunglasses, not good in Texa", "label": 0}
7
+ {"text": "The reception has been generally goo", "label": 1}
8
+ {"text": "Car charger as well as AC charger are included to make sure you never run out of juice.Highy recommend", "label": 1}
9
+ {"text": "Logitech Bluetooth Headset is a 10", "label": 1}
10
+ {"text": "[...] down the drain because of a weak sna", "label": 0}
11
+ {"text": "It is super charged up for use as a small hybrid palmtop/camera/cellphone, and excels in those role", "label": 1}
12
+ {"text": "I'm very disappointed with my decisio", "label": 0}
13
+ {"text": "I would definitely recommend the Jabra BT250v for those who are looking for comfort, clarity and a great pric", "label": 1}
14
+ {"text": "The Ngage is still lacking in earbud", "label": 0}
15
+ {"text": "I got the aluminum case for my new Palm VX and it worked really well--it has protected my handheld perfectly so fa", "label": 1}
16
+ {"text": "The shipping time was also very quic", "label": 1}
17
+ {"text": "All the other cases I've tried normally fall apart after a few months but this one seems to be in for the long hau", "label": 1}
18
+ {"text": "Can't store anything but phone numbers to SI", "label": 0}
19
+ {"text": "Terrible phone holde", "label": 0}
20
+ {"text": ")Setup couldn't have been simple", "label": 1}
21
+ {"text": "Nice solid keyboar", "label": 1}
22
+ {"text": "Someone shouldve invented this soone", "label": 1}
23
+ {"text": "I like the fact that it rests lightly against your ear, rather than insid", "label": 1}
24
+ {"text": "EXCELLENT SERVICE!!!!!!!", "label": 1}
25
+ {"text": "Poor Talk Time Performanc", "label": 0}
26
+ {"text": "We have gotten a lot of compliments on i", "label": 1}
27
+ {"text": "What a piece of junk.. I lose more calls on this phon", "label": 0}
28
+ {"text": "It is light, has plenty of battery capacity, and is very confortable to wear for somewhat extended periods of tim", "label": 1}
29
+ {"text": "I used bitpim (a free program you can find on the internet)to transfer data to the phone.The price of the cable was excellen", "label": 1}
30
+ {"text": "However, BT headsets are currently not good for real time games like first-person shooters since the audio delay messes me u", "label": 0}
31
+ {"text": "I have had TMobile service for 2 or 3 years now, and I am pretty happy with i", "label": 1}
32
+ {"text": "Unfortunately it's easy to accidentally activate them with the gentle-touch buttons if you accidentally touch the phone to your face while listenin", "label": 0}
33
+ {"text": "This device is great in several situations:1", "label": 1}
34
+ {"text": "Excellent sound qualit", "label": 1}
35
+ {"text": "Using all earpieces, left or right, this thing will not stay on my ea", "label": 0}
36
+ {"text": "Excellent starter wireless headse", "label": 0}
37
+ {"text": "Works fin", "label": 1}
38
+ {"text": "It's so stupid to have to keep buying new chargers, car chargers, cradles, headphones and car kits every time a new phone comes ou", "label": 0}
39
+ {"text": "very clear, quality sound and you don't have to mess with the sound on your iPod since you have the sound buttons on the headse", "label": 1}
40
+ {"text": "My sister has one also and she loves i", "label": 1}
41
+ {"text": "You'll love how thin it i", "label": 1}
42
+ {"text": "The holster that arrived did not match the photo in the a", "label": 0}
43
+ {"text": "I have yet to run this new battery below two bars and that's three days without chargin", "label": 1}
44
+ {"text": "Excellent sound, battery life and inconspicuous to boot", "label": 1}
45
+ {"text": "in addition it feels & looks as if the phone is all lightweight cheap plasti", "label": 0}
46
+ {"text": "I wear glasses and it fits fine with the", "label": 1}
47
+ {"text": "Perhaps my phone is defective, but people cannot hear me when I use thi", "label": 0}
48
+ {"text": "#1 It Works - #2 It is Comfortabl", "label": 1}
49
+ {"text": "worthless produc", "label": 0}
50
+ {"text": "I received it quickly and it works great", "label": 1}
51
+ {"text": "I am glad I purchased i", "label": 1}
52
+ {"text": "The headsets are easy to use and everyone loves the", "label": 1}
53
+ {"text": "I found the product to be easy to set up and us", "label": 1}
54
+ {"text": "It doesn't work in Europe or Asi", "label": 0}
55
+ {"text": "This item is great, installed it, let it charged up overnite and it has been working good every since with no proble", "label": 1}
56
+ {"text": "I love the look and feel of Samsung flipphone", "label": 1}
57
+ {"text": "Disapointing Result", "label": 0}
58
+ {"text": "No ear loop needed, it's tiny and the sound is grea", "label": 1}
59
+ {"text": "It defeats the purpose of a bluetooth headse", "label": 0}
60
+ {"text": "After 3 months, screen just went black all of a sudde", "label": 0}
61
+ {"text": "Bluetooth does not work, phone locks up, screens just flash up and now it just makes calls randomly while in my pocket locke", "label": 0}
62
+ {"text": "As I said above....PRETTY USELES", "label": 0}
63
+ {"text": "If you are Razr owner...you must have thi", "label": 1}
64
+ {"text": "I especially love the long battery lif", "label": 1}
65
+ {"text": "i got this phone around the end of may and i'm completely unhappy with i", "label": 0}
66
+ {"text": "Also, the phone doesn't seem to accept anything except CBR mp3s, preferably ripped by Windows Media Playe", "label": 0}
67
+ {"text": "Still Waiting...... I'm sure this item would work well.. if I ever recieve i", "label": 0}
68
+ {"text": "It feels more comfortable than most headsets because I wear glasses and that gets in the way sometime", "label": 1}
69
+ {"text": "what a disappointme", "label": 0}
70
+ {"text": "Terrible.. My car will not accept this cassett", "label": 0}
71
+ {"text": "Pretty piece of jun", "label": 0}
72
+ {"text": "The battery life is highly unacceptabl", "label": 0}
73
+ {"text": "I had to purchase a different cas", "label": 0}
74
+ {"text": "Linksys should have some way to exchange a bad phone for a refurb unit or somethin", "label": 0}
75
+ {"text": "stay away from this store, be carefu", "label": 0}
76
+ {"text": "it did not work in my cell phone plug i am very up set with the charger", "label": 0}
77
+ {"text": "Incredible", "label": 1}
78
+ {"text": "You can not answer calls with the unit, never worked onc", "label": 0}
79
+ {"text": "I've also had problems with the phone reading the memory card in which I always turn it on and then off agai", "label": 0}
80
+ {"text": "Also, if your phone is dropped, this case is not going to save it, specially when dropped face dow", "label": 0}
81
+ {"text": "Good product, good selle", "label": 1}
82
+ {"text": "It makes very strange ticking noises before it ends the cal", "label": 0}
83
+ {"text": "The design is very good.", "label": 1}
84
+ {"text": "Well packaged, arrived on time, and works as intende", "label": 1}
85
+ {"text": "I've had this bluetoooth headset for some time now and still not comfortable with the way it fits on the ea", "label": 0}
86
+ {"text": "Superb Phone on a Great Networ", "label": 1}
87
+ {"text": "I didn't want the clip going over the top of my ear, causing discomfor", "label": 0}
88
+ {"text": "I did not bother contacting the company for few dollar product but I learned the lesson that I should not have bought this form online anywa", "label": 0}
89
+ {"text": "I posted more detailed comments under the grey or black phone, but i have the Fire Red and it's a great colo", "label": 1}
90
+ {"text": "It works great with a car charger, especially if you cannot plug in two adapters at the same tim", "label": 1}
91
+ {"text": "I use this product in a motor control center where there is a lot of high voltage humming from the equipment, and it works grea", "label": 1}
92
+ {"text": "Keep up the good work Amazon", "label": 1}
93
+ {"text": "I received my supposedly new motorola 375 and apparently there was not a match between the phone and the charge", "label": 0}
94
+ {"text": "This pair of headphones is the worst that I have ever had sound-wis", "label": 0}
95
+ {"text": "It was an inexpensive piece, but I would still have expected better qualit", "label": 0}
96
+ {"text": "They work about 2 weeks then brea", "label": 0}
97
+ {"text": "The sound quality is good and functionality is awesom", "label": 1}
98
+ {"text": "After charging overnight, these batteries work grea", "label": 1}
99
+ {"text": "Not only will it drain your player, but may also potentially fry i", "label": 0}
100
+ {"text": "The headset fulfills my requirements so I am happy with my purchas", "label": 1}
train.jsonl ADDED
@@ -0,0 +1,900 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text": "Treo and T-Mobile refused to replace it again and forced me to buy another phone without any kind of upgrade discoun", "label": 0}
2
+ {"text": "Poor Reliabilit", "label": 0}
3
+ {"text": "It would take too long to describe how bad my customer service experience has been with Amazo", "label": 0}
4
+ {"text": "Phone now holds charge like it did when it was ne", "label": 1}
5
+ {"text": "sucked, most of the stuff does not work with my phon", "label": 0}
6
+ {"text": "I bought it for my mother and she had a problem with the batter", "label": 0}
7
+ {"text": "The phone crashed completely and now I have to get it replace", "label": 0}
8
+ {"text": "Nice Soun", "label": 1}
9
+ {"text": "The sound quality is excellent as wel", "label": 1}
10
+ {"text": "The commercials are the most misleadin", "label": 0}
11
+ {"text": "Lately they have been extremely nice and helpful on the phon", "label": 1}
12
+ {"text": "I'm happy about this purchase- good quality and low pric", "label": 1}
13
+ {"text": "Great Pocket PC / phone combinatio", "label": 1}
14
+ {"text": "Absolutel jun", "label": 0}
15
+ {"text": "Oh and I forgot to also mention the weird color effect it has on your phon", "label": 0}
16
+ {"text": "I purchased this and within 2 days it was no longer working!!!!!!!", "label": 0}
17
+ {"text": "That's a huge design flaw (unless I'm not using it correctly, which I don't think is the case", "label": 0}
18
+ {"text": "Highly recommend for any one who has a blue tooth phon", "label": 1}
19
+ {"text": "I advise EVERYONE DO NOT BE FOOLE", "label": 0}
20
+ {"text": "I have to jiggle the plug to get it to line up right to get decent volum", "label": 0}
21
+ {"text": "I can't use this case because the smell is disgustin", "label": 0}
22
+ {"text": "Needless to say, I wasted my mone", "label": 0}
23
+ {"text": "Will order from them agai", "label": 1}
24
+ {"text": "Works grea", "label": 1}
25
+ {"text": "Awkward to use and unreliabl", "label": 0}
26
+ {"text": "This is a great product..... sure beats using your fingers", "label": 1}
27
+ {"text": "Basically the service was very ba", "label": 0}
28
+ {"text": "camera color balance is AWFU", "label": 0}
29
+ {"text": "Great product, fast shipping", "label": 1}
30
+ {"text": "There was so much hype over this phone that I assumed it was the best, my mistak", "label": 0}
31
+ {"text": "It's pretty eas", "label": 1}
32
+ {"text": "The volume for the ringer is REAL good (you have choices how loud", "label": 1}
33
+ {"text": "I recently had problems where I could not stay connected for more than 10 minutes before being disconnecte", "label": 0}
34
+ {"text": "Comfortable in my han", "label": 1}
35
+ {"text": "good item, low pric", "label": 1}
36
+ {"text": "The battery runs down quickl", "label": 0}
37
+ {"text": "Awsome Device Works Great!", "label": 1}
38
+ {"text": "Also makes it easier to hold on t", "label": 1}
39
+ {"text": "This one works and was priced righ", "label": 1}
40
+ {"text": "I've bought $5 wired headphones that sound better than thes", "label": 0}
41
+ {"text": "I was very impressed with the price of the case", "label": 1}
42
+ {"text": "I only used it two days, and it wasn't always easy to hear wit", "label": 0}
43
+ {"text": "It is so small and you don't even realize that it is there after a while of getting used to i", "label": 1}
44
+ {"text": "I'd like to return i", "label": 0}
45
+ {"text": "I'm trying to return it for a refun", "label": 0}
46
+ {"text": "Would recommend this ite", "label": 1}
47
+ {"text": "Disappointing accessory from a good manufacture", "label": 0}
48
+ {"text": "This is by far the worst purchase I've made on Amazo", "label": 0}
49
+ {"text": "Doesn't hold charg", "label": 0}
50
+ {"text": "Excellent product for the pric", "label": 1}
51
+ {"text": "Disappointed with batter", "label": 0}
52
+ {"text": "It is very comfortable on the ea", "label": 1}
53
+ {"text": "Does not fi", "label": 0}
54
+ {"text": "Performed awful -- muffled, tinny incoming sound and severe echo for those on the other end of the cal", "label": 0}
55
+ {"text": "Great produc", "label": 1}
56
+ {"text": "I cannot make calls at certain place", "label": 0}
57
+ {"text": "The iGo chargers and tips are really grea", "label": 1}
58
+ {"text": "A must study for anyone interested in the \"worst sins\" of industrial desig", "label": 0}
59
+ {"text": "Comfortable fit - you need your headset to be comfortable for at least an hour at a time, if not for an entire da", "label": 1}
60
+ {"text": "Lousy produc", "label": 0}
61
+ {"text": "i would advise to not purchase this item it never worked very wel", "label": 0}
62
+ {"text": "I can barely ever hear on it and am constantly saying \"what", "label": 0}
63
+ {"text": "DO NOT BUY DO NOT BUYIT SUC", "label": 0}
64
+ {"text": "I love this cable - it allows me to connect any mini-USB device to my P", "label": 1}
65
+ {"text": "Phone falls out easil", "label": 0}
66
+ {"text": "You never know if you pushed it hard enough or the right number of times for the function you want or no", "label": 0}
67
+ {"text": "While I managed to bend the leaf spring back in place, the metal now has enough stress that it will break on the next dro", "label": 0}
68
+ {"text": "Very disappointin", "label": 0}
69
+ {"text": "very good product, well mad", "label": 1}
70
+ {"text": "every thing on phone work perfectly, she like i", "label": 1}
71
+ {"text": "!I definitly recommend", "label": 1}
72
+ {"text": "A Disappointmen", "label": 0}
73
+ {"text": "The reception is excellen", "label": 1}
74
+ {"text": "Not a good bargai", "label": 0}
75
+ {"text": "The text messaging feature is really tricky to us", "label": 0}
76
+ {"text": "Their network coverage in Los Angeles is horribl", "label": 0}
77
+ {"text": "The nokia CA-42 USB cable did not work with my phon", "label": 0}
78
+ {"text": "This is hands down the best phone I've ever ha", "label": 1}
79
+ {"text": "This product is clearly not ready for prime time, I don't care how cool it looks, if you can't tell a call is coming in it's worthles", "label": 0}
80
+ {"text": "It is light, easy to use, and has very clear reception and transmissio", "label": 1}
81
+ {"text": "Simple, lightweight and great fi", "label": 1}
82
+ {"text": "It's AGGRAVATIN", "label": 0}
83
+ {"text": "I am pairing this with my iphone, and I could not be happier with it so fa", "label": 1}
84
+ {"text": "I highly recommend these and encourage people to give them a tr", "label": 1}
85
+ {"text": "Beautiful styling thoug", "label": 1}
86
+ {"text": "This is an excellent tool, especially when paired with your phone's auto-answe", "label": 1}
87
+ {"text": "It is cheap, and it feel and look just as chea", "label": 0}
88
+ {"text": "Good case", "label": 1}
89
+ {"text": "The phone can also take great pictures and even video clip", "label": 1}
90
+ {"text": "The look of it is very sharp and the screen is nice and clear, with great graphic", "label": 1}
91
+ {"text": "Easy to us", "label": 1}
92
+ {"text": "don't waste your money and tim", "label": 0}
93
+ {"text": "Customer service was terribl", "label": 0}
94
+ {"text": "This phone might well be the worst I've ever had in any bran", "label": 0}
95
+ {"text": "Same problem as others have mentione", "label": 0}
96
+ {"text": "Battery is terribl", "label": 0}
97
+ {"text": "Sprint - terrible customer servic", "label": 0}
98
+ {"text": "This is a beautiful phon", "label": 1}
99
+ {"text": "Timely shipment and quality produc", "label": 1}
100
+ {"text": "These products cover up the important light sensor above the ear outle", "label": 0}
101
+ {"text": "Much less than the jawbone I was going to replace it wit", "label": 1}
102
+ {"text": "Works like a charm.. Works as advertise", "label": 1}
103
+ {"text": "The pairing of the two devices was so easy it barely took a couple minutes before I started making calls with the voice dialing featur", "label": 1}
104
+ {"text": "They do not care about the consumer one bi", "label": 0}
105
+ {"text": "Motorola finally got the voice quality of a bluetooth headset righ", "label": 1}
106
+ {"text": "I got the car charger and not even after a week the charger was broken...I went to plug it in and it started smokin", "label": 0}
107
+ {"text": "poor voice clarit", "label": 0}
108
+ {"text": "Sending it bac", "label": 0}
109
+ {"text": "Worst customer servic", "label": 0}
110
+ {"text": "Great for using with your home stere", "label": 1}
111
+ {"text": "Avoid this one if you ca", "label": 0}
112
+ {"text": "It's very attractive and appears to be of good qualit", "label": 1}
113
+ {"text": "The worst piece of crap ever along with the Verizon customer servic", "label": 0}
114
+ {"text": "Looks good in the picture, but this case was a huge disappointment", "label": 0}
115
+ {"text": "This case seems well mad", "label": 1}
116
+ {"text": "Having trouble with volum", "label": 0}
117
+ {"text": "Doesn't do the jo", "label": 0}
118
+ {"text": "O my gosh the best phone I have ever ha", "label": 1}
119
+ {"text": "Adapter does not provide enough charging curren", "label": 0}
120
+ {"text": "Works great", "label": 1}
121
+ {"text": "One thing I hate is the mode set button at the sid", "label": 0}
122
+ {"text": "Thanks again to Amazon for having the things I need for a good pric", "label": 1}
123
+ {"text": "This is cool because most cases are just open there allowing the screen to get all scratched u", "label": 1}
124
+ {"text": "Audio Quality is poor, very poo", "label": 0}
125
+ {"text": "Blue Ant is easy to us", "label": 1}
126
+ {"text": "Worth every penn", "label": 1}
127
+ {"text": "Steer clear of this product and go with the genuine Palm replacementr pens, which come in a three-pac", "label": 0}
128
+ {"text": "Excellent Phon", "label": 1}
129
+ {"text": "dont buy i", "label": 0}
130
+ {"text": "All it took was one drop from about 6 inches above the kitchen counter and it was cracked.I am not impressed and I am not laughin", "label": 0}
131
+ {"text": "great headset, very impressed - H50", "label": 1}
132
+ {"text": "Not worth i", "label": 0}
133
+ {"text": "Perfect for the PS", "label": 1}
134
+ {"text": "I recommend iGo to anyone with different brand cell phones/mp3 players in the famil", "label": 1}
135
+ {"text": "However I needed some better instruction", "label": 0}
136
+ {"text": "Verizon tech support walked my through a few procedures, none of which worked and I ended up having to do a hard re-set, wiping out all my dat", "label": 0}
137
+ {"text": "Waste of mone", "label": 0}
138
+ {"text": "Works great, when my cat attacked the phone he scratched the protective strip instead of destroying the scree", "label": 1}
139
+ {"text": "So I bought about 10 of these and saved alot of mone", "label": 1}
140
+ {"text": "Also difficult to put on.I'd recommend avoiding this produc", "label": 0}
141
+ {"text": "Overall, I am psyched to have a phone which has all my appointments and contacts in and gets great receptio", "label": 1}
142
+ {"text": "I really like this product over the Motorola because it is allot clearer on the ear piece and the mi", "label": 1}
143
+ {"text": "2 thumbs up to this sell", "label": 1}
144
+ {"text": "Great for iPODs to", "label": 1}
145
+ {"text": "Great it was new packaged nice works good, no problems and it came in less time then I expected!!", "label": 1}
146
+ {"text": "The best electronics of the available FM Transmitter", "label": 1}
147
+ {"text": "If you like a loud buzzing to override all your conversations, then this phone is for yo", "label": 0}
148
+ {"text": "It plays louder than any other speaker of this size; the price is so low that most would think the quality is lacking, however, it's no", "label": 1}
149
+ {"text": "Best of all is the rotating feature, very helpfu", "label": 1}
150
+ {"text": "Couldn't figure it o", "label": 0}
151
+ {"text": "Fantastic buy and will get again for whatever my next phone ", "label": 1}
152
+ {"text": "It didn't charge for m", "label": 0}
153
+ {"text": "I like design and look of Jabra behing the ear headsets and 5020 is pretty comfortible to wear 24 hours a day without pain in the ea", "label": 1}
154
+ {"text": "The worst phone I've ever had.... Only had it for a few month", "label": 0}
155
+ {"text": "After receiving and using the product for just 2 days it brok", "label": 0}
156
+ {"text": "Unfortunately the ability to actually know you are receiving a call is a rather important feature and this phone is pitiful in that respec", "label": 0}
157
+ {"text": "I am going to have to be the first to negatively review this produc", "label": 0}
158
+ {"text": "I wish I could return the unit and get back my mone", "label": 0}
159
+ {"text": "The real killer is the volume, and of course it breakin", "label": 0}
160
+ {"text": "I was looking for this headset for a long time and now that I've got it I couldn't be happie", "label": 1}
161
+ {"text": "My colleague & I now get great reception.A little expensive, but performance is grea", "label": 1}
162
+ {"text": "Nice quality build, unlike some cheap s*** out ther", "label": 1}
163
+ {"text": "I highly recommend this device to everyon", "label": 1}
164
+ {"text": "Improper description.... I had to return i", "label": 0}
165
+ {"text": "They made this case too small and is very difficult to instal", "label": 0}
166
+ {"text": "This product is great... it makes working a lot easier I can go to the copier while waiting on hold for somethin", "label": 1}
167
+ {"text": "Do NOT buy if you want to use the holste", "label": 0}
168
+ {"text": "I'm really disappointed all I have now is a charger that doesn't wor", "label": 0}
169
+ {"text": "This is the phone to get for 2005.... I just bought my S710a and all I can say is WO", "label": 1}
170
+ {"text": "The volume switch rocketed out of the unit to a destination unknow", "label": 0}
171
+ {"text": "Everything about it is fine and reasonable for the price i.", "label": 1}
172
+ {"text": "Made very sturd", "label": 1}
173
+ {"text": "Worst Customer Service Eve", "label": 0}
174
+ {"text": "Better than you'd expec", "label": 1}
175
+ {"text": "Uncomfortable In the Ear, Don't use with LG VX9900 (EnV", "label": 0}
176
+ {"text": "Good value, works fine - power via USB, car, or wall outle", "label": 1}
177
+ {"text": "Great bluetooth", "label": 1}
178
+ {"text": "It feels poorly constructed, the menus are difficult to navigate, and the buttons are so recessed that it is difficult to push the", "label": 0}
179
+ {"text": "Product was excellent and works better than the verizon one and Boy was it cheape", "label": 1}
180
+ {"text": "It fits my ear well and is comfortable o", "label": 1}
181
+ {"text": "Poor qualit", "label": 0}
182
+ {"text": "fast servic", "label": 1}
183
+ {"text": "A week later after I activated it, it suddenly die", "label": 0}
184
+ {"text": "The nano stated it.My son was dissapointe", "label": 0}
185
+ {"text": "Works as describe", "label": 1}
186
+ {"text": "The reception through this headset is excellen", "label": 1}
187
+ {"text": "I searched the Internet, and found this one to be the best valu", "label": 1}
188
+ {"text": "Obviously there is a problem with the adhesiv", "label": 0}
189
+ {"text": "the phone was unusable and was not ne", "label": 0}
190
+ {"text": "Great phon", "label": 1}
191
+ {"text": "I have two more years left in this contract and I hate this phon", "label": 0}
192
+ {"text": "It is a joy to us", "label": 1}
193
+ {"text": "As many people complained, I found this headset's microphone was very wea", "label": 0}
194
+ {"text": "The BT headset was such a disapoinmen", "label": 0}
195
+ {"text": "Poorly contstruct hing", "label": 0}
196
+ {"text": "It worked very wel", "label": 1}
197
+ {"text": "Don't buy this product - It fails", "label": 0}
198
+ {"text": "Has been working grea", "label": 1}
199
+ {"text": "A PIECE OF JUNK THAT BROKE AFTER BEING ON MY PHONE FOR 2 DAYS!", "label": 0}
200
+ {"text": "Horrible phon", "label": 0}
201
+ {"text": "Its not user friendl", "label": 0}
202
+ {"text": "It fits comfortably in either ear, the sound is clear and loud, and the charge lasts a couple of day", "label": 1}
203
+ {"text": "The buttons for on and off are ba", "label": 0}
204
+ {"text": "Reception is terrible and full of stati", "label": 0}
205
+ {"text": "First of all, it doesn't wear wel", "label": 0}
206
+ {"text": "These headphones were a great find - and I think they are perhaps the best purchase I've made in the last several years - seriousl", "label": 1}
207
+ {"text": "This results in the phone being either stuck at max volume or mut", "label": 0}
208
+ {"text": "The sound quality for the device is unacceptable.Unless you are in a really quiet area, you almost hear nothin", "label": 0}
209
+ {"text": "I was not impressed by this produc", "label": 0}
210
+ {"text": "Magical Hel", "label": 1}
211
+ {"text": "Saggy, floppy piece of jun", "label": 0}
212
+ {"text": "If the two were seperated by a mere 5+ ft I started to notice excessive static and garbled sound from the headse", "label": 0}
213
+ {"text": "Crisp and Clea", "label": 1}
214
+ {"text": "Provides good protection and looks classy, to", "label": 1}
215
+ {"text": "Who in their right mind is gonna buy this battery", "label": 0}
216
+ {"text": "And the sound quality is grea", "label": 1}
217
+ {"text": "Last time buying from yo", "label": 0}
218
+ {"text": "Don't buy this produc", "label": 0}
219
+ {"text": "you can even take self portraits with the outside (exterior) display, very coo", "label": 1}
220
+ {"text": "If you hate earbugs, avoid this phone by all mean", "label": 0}
221
+ {"text": "Unfortunately it will not recharge my iPhone 4s, despite connecting it from multiple power sources (iMac, external battery, wall outlet, etc", "label": 0}
222
+ {"text": "Restored my phone to like new performanc", "label": 1}
223
+ {"text": "They refuse to refund or replac", "label": 0}
224
+ {"text": "The file browser offers all the options that one needs.Handsfree is grea", "label": 1}
225
+ {"text": "Good audio qualit", "label": 1}
226
+ {"text": "Painful on the ea", "label": 0}
227
+ {"text": "It was horrible", "label": 0}
228
+ {"text": "you could only take 2 videos at a time and the quality was very poo", "label": 0}
229
+ {"text": "This phone is slim and light and the display is beautifu", "label": 1}
230
+ {"text": "Makes it easier to keep up with my bluetooth when I'm not wearing i", "label": 0}
231
+ {"text": "Doesn't work at all.. I bougth it for my L7c and its not workin", "label": 0}
232
+ {"text": "Pros:-Good camera - very nice pictures , also has cool styles like black and white, and mor", "label": 1}
233
+ {"text": "the only VERY DISAPPOINTING thing was there was NO SPEAKERPHONE!!", "label": 0}
234
+ {"text": "Att is not clear, sound is very distorted and you have to yell when you tal", "label": 0}
235
+ {"text": "The instruction manual is lackin", "label": 0}
236
+ {"text": "Poor produc", "label": 0}
237
+ {"text": "This is infuriatin", "label": 0}
238
+ {"text": "Rip off---- Over charge shippin", "label": 0}
239
+ {"text": "This battery is an excellent bargai", "label": 1}
240
+ {"text": "No real improvemen", "label": 0}
241
+ {"text": "If there is a wind, it is completely useles", "label": 0}
242
+ {"text": "I'll be drivng along, and my headset starts ringing for no reaso", "label": 0}
243
+ {"text": "The item received was Counterfei", "label": 0}
244
+ {"text": "Very pleased with this headse", "label": 1}
245
+ {"text": "It was a great phon", "label": 1}
246
+ {"text": "AFter the first charge kept going dead after 12 minute", "label": 0}
247
+ {"text": "I didn't think that the instructions provided were helpful to m", "label": 0}
248
+ {"text": "Please dont waste your mone", "label": 0}
249
+ {"text": "I was sitting in my vehicle, with the cradle on my belt, and the headset lost signa", "label": 0}
250
+ {"text": "Very good quality thou", "label": 1}
251
+ {"text": "My headset works just peachy-kee", "label": 1}
252
+ {"text": "Don't trust their website and don't expect any helpful suppor", "label": 0}
253
+ {"text": "Works like a charm; it work the same as the one I got with the phon", "label": 1}
254
+ {"text": "It looks very nic", "label": 1}
255
+ {"text": "I still maintain that monkeys shouldn't make headphones, we just obviously don't share enough DNA to copy the design over to human", "label": 0}
256
+ {"text": "Great phone", "label": 1}
257
+ {"text": "The biggest complaint I have is, the battery drains superfas", "label": 0}
258
+ {"text": "It's fits like a glove and is strong, secure, and durabl", "label": 1}
259
+ {"text": "If you are looking for a good quality Motorola Headset keep looking, this isn't i", "label": 0}
260
+ {"text": "Don't make the same mistake I di", "label": 0}
261
+ {"text": "Does Not Wor", "label": 0}
262
+ {"text": "It's been my choice headset for years.Great sound; good volume; good noise cancellatio", "label": 1}
263
+ {"text": "I was amazed at the quick arrival of the two original lg cell phone batteries and and at a fraction of the pric", "label": 1}
264
+ {"text": "Unfortunately it did not wor", "label": 0}
265
+ {"text": "I was not happy with this ite", "label": 0}
266
+ {"text": "It finds my cell phone right away when I enter the ca", "label": 1}
267
+ {"text": "I plugged it in only to find out not a darn thing worke", "label": 0}
268
+ {"text": "When I placed my treo into the case, not only was it NOT snug, but there was A LOT of extra room on the side", "label": 0}
269
+ {"text": "Plan on ordering from them again and agai", "label": 1}
270
+ {"text": "Just what I wante", "label": 1}
271
+ {"text": "I received my orders well within the shipping timeframe, everything was in good working order and overall, I am very excited to have this sourc", "label": 1}
272
+ {"text": "The \"1.2\" mega pixel camera, being a part of a phone, is reasonably good", "label": 1}
273
+ {"text": "This company charge me a restocking fee and still not given me my refund bac", "label": 0}
274
+ {"text": "I kept catching the cable on the seat and I had to pull the phone out to turn it on an of", "label": 0}
275
+ {"text": "disappointe", "label": 0}
276
+ {"text": "BT50 battery junk", "label": 0}
277
+ {"text": "I tried talking real loud but shouting on the telephone gets old and I was still told it wasn't grea", "label": 0}
278
+ {"text": "The one big drawback of the MP3 player is that the buttons on the phone's front cover that let you pause and skip songs lock out after a few second", "label": 0}
279
+ {"text": "The ear buds only play music in one ea", "label": 0}
280
+ {"text": "It also had a new proble", "label": 0}
281
+ {"text": "Seller shipped quickly and much cheaper than the competitor", "label": 1}
282
+ {"text": "Looks great and is strong", "label": 1}
283
+ {"text": "however, my girl was complain that some time the phone doesn't wake up like normal phone doe", "label": 0}
284
+ {"text": "It is easy to turn on and off when you are in the car and the volume controls are quite accessabl", "label": 1}
285
+ {"text": "No shifting, no bubbling, no peeling, not even a scratch, NOTHING!I couldn't be more happier with my new one for the Droi", "label": 1}
286
+ {"text": "It works fine on my Motorola 325 cellphone, and a lot better than the worn-out battery di", "label": 1}
287
+ {"text": "The battery works grea", "label": 1}
288
+ {"text": "I was very pleased to see that I could replace my well travled swivel holster for my Blackberry fli", "label": 1}
289
+ {"text": "Sprint charges for this servic", "label": 0}
290
+ {"text": "The first thing that happened was that the tracking was of", "label": 0}
291
+ {"text": "Could not get strong enough signa", "label": 0}
292
+ {"text": "Battery life still not long enough in Motorola Razor V3", "label": 0}
293
+ {"text": "Excellent bluetooth headse", "label": 1}
294
+ {"text": "This is the first phone I've had that has been so cheaply mad", "label": 0}
295
+ {"text": "This PDA rock", "label": 1}
296
+ {"text": "The accompanied software is almost brillian", "label": 1}
297
+ {"text": "good protection and does not make phone too bulk", "label": 1}
298
+ {"text": "Disappointed", "label": 0}
299
+ {"text": "You have to hold the phone at a particular angle for the other party to hear you clearl", "label": 0}
300
+ {"text": "Reaching for the bottom row is uncomfortable, and the send and end keys are not where I expect them to be.", "label": 0}
301
+ {"text": "Arrived quickly and much less expensive than others being sol", "label": 1}
302
+ {"text": "Echo Problem....Very unsatisfacto", "label": 0}
303
+ {"text": "Very prompt servic", "label": 1}
304
+ {"text": "Items stated as included from the description ARE NOT INCLUDE", "label": 0}
305
+ {"text": "However-the riingtones are not the best, and neither are the game", "label": 0}
306
+ {"text": "After trying many many handsfree gadgets this is the one that finally works wel", "label": 1}
307
+ {"text": "People couldnt hear me talk and I had to pull out the earphone and talk on the phon", "label": 0}
308
+ {"text": "WORTHWHIL", "label": 1}
309
+ {"text": "What a wast", "label": 0}
310
+ {"text": "Battery life is also grea", "label": 1}
311
+ {"text": "I usually don't like headbands but this one is very lightweight & doesn't mess up my hai", "label": 1}
312
+ {"text": "W810i is just SUPER", "label": 1}
313
+ {"text": "There's a horrible tick sound in the background on all my calls that I have never experienced befor", "label": 0}
314
+ {"text": "THey are so coo", "label": 1}
315
+ {"text": "Plug was the wrong siz", "label": 0}
316
+ {"text": "Talk about USELESS customer servic", "label": 0}
317
+ {"text": "And none of the tones is acceptabl", "label": 0}
318
+ {"text": "This was utterly confusing at first, which caused me to lose a couple of very, very important contact", "label": 0}
319
+ {"text": "Waste of 13 buck", "label": 0}
320
+ {"text": "If you plan to use this in a car forget about i", "label": 0}
321
+ {"text": "The voice recognition thru the handset is excellen", "label": 1}
322
+ {"text": "I am also very happy with the pric", "label": 1}
323
+ {"text": "I would highly recommend this produc", "label": 1}
324
+ {"text": "Never got it!!!", "label": 0}
325
+ {"text": "Buyer--Be Very Careful!!!!", "label": 0}
326
+ {"text": "The mic there is a joke, and the volume is quite lo", "label": 0}
327
+ {"text": "Excellent product, I am very satisfied with the purchas", "label": 1}
328
+ {"text": "So Far So Good", "label": 1}
329
+ {"text": "The screen size is big, key pad lit well enough, and the camera quality is excellent for a camera phon", "label": 1}
330
+ {"text": "Excellent", "label": 1}
331
+ {"text": "How stupid is tha", "label": 0}
332
+ {"text": "Very satisifed with tha", "label": 1}
333
+ {"text": "I don't like this Nokia eithe", "label": 0}
334
+ {"text": "Bad Receptio", "label": 0}
335
+ {"text": "What a waste of tim", "label": 0}
336
+ {"text": "Leopard Print is wonderfully wild", "label": 1}
337
+ {"text": "Lasted one day and then blew u", "label": 0}
338
+ {"text": "Excellent wallet type phone cas", "label": 1}
339
+ {"text": "I have always used corded headsets and the freedom from the wireless is very helpfu", "label": 1}
340
+ {"text": "Easy to pair with my Samsung Cel", "label": 1}
341
+ {"text": "You get extra minutes so that you can carry out the call and not get cut off", "label": 1}
342
+ {"text": "This product had a strong rubber/petroleum smell that was unbearable after a while and caused me to return ", "label": 0}
343
+ {"text": "Love This Phon", "label": 1}
344
+ {"text": "At first I thought I was grtting a good deal at $7.44, until I plugged it into my phone (V3c Razr", "label": 0}
345
+ {"text": "The phone loads supe", "label": 1}
346
+ {"text": "I have tried these cables with my computer and my iPod and it works just fin", "label": 1}
347
+ {"text": "The bose noise cancelling is amazing, which is very important for a NYC commute", "label": 1}
348
+ {"text": "Plus, I seriously do not believe it is worth its steep price poin", "label": 0}
349
+ {"text": "best bluetooth on the marke", "label": 1}
350
+ {"text": "My phone sounded OK ( not great - OK), but my wife's phone was almost totally unintelligible, she couldn't understand a word being said on i", "label": 0}
351
+ {"text": "Great sound and servic", "label": 1}
352
+ {"text": "My Sanyo has survived dozens of drops on blacktop without ill effec", "label": 1}
353
+ {"text": "Tied to charger for conversations lasting more than 45 minutes.MAJOR PROBLEMS", "label": 0}
354
+ {"text": "Price is good to", "label": 1}
355
+ {"text": "The design might be ergonomic in theory but I could not stand having these in my ea", "label": 0}
356
+ {"text": "Great Produc", "label": 1}
357
+ {"text": "It always cuts out and makes a beep beep beep sound then says signal faile", "label": 0}
358
+ {"text": "Soyo technology suck", "label": 0}
359
+ {"text": "The cutouts and buttons are placed perfectl", "label": 1}
360
+ {"text": "I've had this for nearly 2 years and it has worked great for m", "label": 1}
361
+ {"text": "Better Than Ne", "label": 1}
362
+ {"text": "Mic Doesn't wor", "label": 0}
363
+ {"text": "The case is a flimsy piece of plastic and has no front or side protection whatsoeve", "label": 0}
364
+ {"text": "I received my headset in good time and was happy with i", "label": 1}
365
+ {"text": "This frog phone charm is adorable and very eye catchin", "label": 1}
366
+ {"text": "If you don't find it, too bad, as again the unit comes with one earpad only.I would not recommend this to anyon", "label": 0}
367
+ {"text": "You can't beat the price on thes", "label": 1}
368
+ {"text": "They have been around for years and carries the highest quality of anti-glare screen protector that I have found to dat", "label": 1}
369
+ {"text": "lightweight and works wel", "label": 1}
370
+ {"text": "WELL IM SATISFIE", "label": 1}
371
+ {"text": "Great Earpiec", "label": 1}
372
+ {"text": "Thank you for such great servic", "label": 1}
373
+ {"text": "I'm still infatuated with this phon", "label": 1}
374
+ {"text": "After my phone got to be about a year old, it's been slowly breaking despite much care on my par", "label": 0}
375
+ {"text": "That being said, for a phone, the camera is very nice; many cool effects to play with, and video is decent as wel", "label": 1}
376
+ {"text": "It's a great ite", "label": 1}
377
+ {"text": "Doesn't Wor", "label": 0}
378
+ {"text": "Very good stuff for the pric", "label": 1}
379
+ {"text": "It was a waste of my mone", "label": 0}
380
+ {"text": "This phone works grea", "label": 1}
381
+ {"text": "Gets a signal when other Verizon phones won'", "label": 1}
382
+ {"text": "Absolutely grea", "label": 1}
383
+ {"text": "Great Phon", "label": 1}
384
+ {"text": "Very Displease", "label": 0}
385
+ {"text": "I really wanted the Plantronics 510 to be the right one, but it has too many issues for me.The go", "label": 0}
386
+ {"text": "Any ring tone..Overall good phone to buy", "label": 1}
387
+ {"text": "doesn't last lon", "label": 0}
388
+ {"text": "Not impresse", "label": 0}
389
+ {"text": "Sounds good reasonably priced and effective, Its that simple", "label": 1}
390
+ {"text": "I highly recommend this cas", "label": 1}
391
+ {"text": "Terrible product, and waste of mone", "label": 0}
392
+ {"text": "Just really good.. So far, probably the best BT headset I have ever ha", "label": 1}
393
+ {"text": "Nice docking station for home or wor", "label": 1}
394
+ {"text": "Another note about this phone's appearance is that it really looks rather bland, especially in the all black mode", "label": 0}
395
+ {"text": "It looses connection to the phone even when it is within a couple feet between the tw", "label": 0}
396
+ {"text": "This is simply the BEST bluetooth headset for sound qualit", "label": 1}
397
+ {"text": "I bought these hoping I could make my Bluetooth headset fit better but these things made it impossible to wea", "label": 0}
398
+ {"text": "All in all, I'm quite satisfied with this purchas", "label": 1}
399
+ {"text": "Mobile Phone Tools are a must hav", "label": 1}
400
+ {"text": "Love this produc", "label": 1}
401
+ {"text": "Not good enough for the pric", "label": 0}
402
+ {"text": "A usable keyboard actually turns a PDA into a real-world useful machine instead of just a neat gadge", "label": 1}
403
+ {"text": "For a product that costs as much as this one does, I expect it to work far better and with greater ease than this thing doe", "label": 0}
404
+ {"text": "I had absolutely no problem with this headset linking to my 8530 Blackberry Curv", "label": 1}
405
+ {"text": "Case was more or less an extra that I originally put on but later discarded because it scratched my ea", "label": 0}
406
+ {"text": "Only had this a month but it's worked flawlessly so fa", "label": 1}
407
+ {"text": "Horrible, horrible protecto", "label": 0}
408
+ {"text": "Thank you for wasting my mone", "label": 0}
409
+ {"text": "Buttons are too smal", "label": 0}
410
+ {"text": "I great reception all the tim", "label": 1}
411
+ {"text": "All in all, I'd expected a better consumer experience from Motorol", "label": 0}
412
+ {"text": "Great Valu", "label": 1}
413
+ {"text": "This product is ideal for people like me whose ears are very sensitiv", "label": 1}
414
+ {"text": "Earbud piece breaks easil", "label": 0}
415
+ {"text": "I am more than happy with this produc", "label": 1}
416
+ {"text": "New Battery works great in phon", "label": 1}
417
+ {"text": "Good pric", "label": 1}
418
+ {"text": "jabra ear gels \"R\" the best", "label": 1}
419
+ {"text": "Does not work for listening to music with the cingular 812", "label": 0}
420
+ {"text": "Yet Plantronincs continues to use the same flawed charger desig", "label": 0}
421
+ {"text": "I'm using it with an iriver SPINN (with case) and it fits fin", "label": 1}
422
+ {"text": "The sound is clear and the people I talk to on it are amazed at the quality to", "label": 1}
423
+ {"text": "Does everything it should and mor", "label": 1}
424
+ {"text": "I have used several phone in two years, but this one is the bes", "label": 1}
425
+ {"text": "I have only had it for a few weeks, but so far, so goo", "label": 1}
426
+ {"text": "It has a great camera thats 2MP, and the pics are nice and clear with great picture qualit", "label": 1}
427
+ {"text": "My father has the V265, and the battery is dyin", "label": 0}
428
+ {"text": "Very easy to us", "label": 1}
429
+ {"text": "Do Not Buy for D807...wrongly advertised for D80", "label": 0}
430
+ {"text": "I checked everywhere and there is no feature for it which is really disappointin", "label": 0}
431
+ {"text": "Now I know that I made a wise decisio", "label": 1}
432
+ {"text": "The noise shield is incrediabl", "label": 1}
433
+ {"text": "Just does not wor", "label": 0}
434
+ {"text": "The phone takes FOREVER to charge like 2 to 5 hours literall", "label": 0}
435
+ {"text": "The keyboard is a nice compromise between a full QWERTY and the basic cell phone number keypa", "label": 1}
436
+ {"text": "Do not make the same mistake as m", "label": 0}
437
+ {"text": "But, in any case, the best part is, you can download these pictures to your laptop using IR, or even send pictures from your laptop to the phon", "label": 1}
438
+ {"text": "It only recognizes the Phone as its storage devic", "label": 0}
439
+ {"text": "I am not impressed with this and i would not recommend this item to anyon", "label": 0}
440
+ {"text": "You need at least 3 mins to get to your phone book from the time you first turn on the phone.Battery life is shor", "label": 0}
441
+ {"text": "I wear it everyday and it holds up very wel", "label": 1}
442
+ {"text": "don't waste your mone", "label": 0}
443
+ {"text": "If I take a picture, the battery drops a bar, and starts beeping, letting me know its diein", "label": 0}
444
+ {"text": "Even in my BMW 3 series which is fairly quiet, I have trouble hearing what the other person is sayin", "label": 0}
445
+ {"text": "cool phon", "label": 1}
446
+ {"text": "I love being able to use one headset for both by land-line and cel", "label": 1}
447
+ {"text": "THAT one didn't work eithe", "label": 0}
448
+ {"text": "I gave it 5 stars because of the sound qualit", "label": 1}
449
+ {"text": "bad fit, way too bi", "label": 0}
450
+ {"text": "Comfortable, Nice Range, Good Battery Lif", "label": 1}
451
+ {"text": "I'm please", "label": 1}
452
+ {"text": "The handsfree part works fine, but then the car tries to download the address book, and the Treo reboots.Overall, I still rate this device hig", "label": 1}
453
+ {"text": "I love the ringtones because they are so upbea", "label": 1}
454
+ {"text": "The loudspeaker option is great, the bumpers with the lights is very ... appealin", "label": 0}
455
+ {"text": "This is a great dea", "label": 1}
456
+ {"text": "Works grea", "label": 1}
457
+ {"text": "Were JERKS on the phon", "label": 0}
458
+ {"text": "Design Flaw", "label": 0}
459
+ {"text": "I find this inexcusable and so will probably be returning this phone and perhaps changing carrier", "label": 0}
460
+ {"text": "Battery charge-life is quite lon", "label": 1}
461
+ {"text": "I got it because it was so small and adorabl", "label": 1}
462
+ {"text": "I have 2-3 bars on my cell phone when I am home, but you cant not hear anythin", "label": 0}
463
+ {"text": "The internet access was fine, it the rare instance that it worke", "label": 0}
464
+ {"text": "Defective cra", "label": 0}
465
+ {"text": "The Jabra EarGels fit my ears very wel", "label": 1}
466
+ {"text": "Good case, Excellent valu", "label": 1}
467
+ {"text": "However, after about a year, the fliptop started to get loose and wobbly and eventually my screen went black and I couldn't receive and place call", "label": 0}
468
+ {"text": "I have to use the smallest earpieces provided, but it stays on pretty wel", "label": 1}
469
+ {"text": "Definitely a bargai", "label": 1}
470
+ {"text": "Clear crisp soun", "label": 1}
471
+ {"text": "Portable and it work", "label": 1}
472
+ {"text": "The company shipped my product very promptly and it works wel", "label": 1}
473
+ {"text": "I've dropped my phone more times than I can say, even on concrete and my phone is still great (knock on wood!", "label": 1}
474
+ {"text": "Happy so far", "label": 1}
475
+ {"text": "Light weight, I hardly notice it is ther", "label": 1}
476
+ {"text": "Then a few days later the a puff of smoke came out of the phone while in us", "label": 0}
477
+ {"text": "The delivery was on tim", "label": 1}
478
+ {"text": "but it is great, i would really recommend ", "label": 1}
479
+ {"text": "Worst software ever used.... If I could give this zero stars I woul", "label": 0}
480
+ {"text": "Jawbone Era is awesome to", "label": 1}
481
+ {"text": "The plug did not work very wel", "label": 0}
482
+ {"text": "This fixes all the problem", "label": 1}
483
+ {"text": "Great price, to", "label": 1}
484
+ {"text": "clipping this to your belt will deffinitely make you feel like 50 cent's up-and-comin", "label": 1}
485
+ {"text": "No buyers remorse on this one", "label": 0}
486
+ {"text": "Nice case, feels good in your hand", "label": 1}
487
+ {"text": "I does not maintain a connection with the computer while it is on my la", "label": 0}
488
+ {"text": "I had Verizon 2 years ago and really liked their servic", "label": 1}
489
+ {"text": "This is a great phone", "label": 1}
490
+ {"text": "Obviously they have a terrible customer service, so you get what you pay fo", "label": 0}
491
+ {"text": "It lasts less than 3o minutes, if I actually try to use the phone.My wife has the same phone with the same proble", "label": 0}
492
+ {"text": "It's uncomfortable and the sound quality is quite poor compared with the phone (Razr) or with my previous wired headset (that plugged into an LG", "label": 0}
493
+ {"text": "Overall, I would recommend this phone over the new Walkma", "label": 1}
494
+ {"text": "The best phone in market :", "label": 1}
495
+ {"text": "Then I had to continue pairing it periodically since it somehow kept droppin", "label": 0}
496
+ {"text": "I am very impressed with the job that Motorola did on the sturdiness of this phon", "label": 1}
497
+ {"text": "I bought this battery with a coupon from Amazon and I'm very happy with my purchas", "label": 1}
498
+ {"text": "Poor sound qualit", "label": 0}
499
+ {"text": "horrible, had to switch 3 time", "label": 0}
500
+ {"text": "You need two hands to operate the screen.This software interface is decade old and cannot compete with new software design", "label": 0}
501
+ {"text": "We received a WHITE colored battery that goes DEAD after a couple hoursTHe original used to last a week - but still lasts longer than thereplaceme", "label": 0}
502
+ {"text": "I've missed numerous calls because of this reaso", "label": 0}
503
+ {"text": "WARNING - DO NOT BUY!", "label": 0}
504
+ {"text": "I own 2 of these cases and would order anothe", "label": 1}
505
+ {"text": "This item is fantastic and works perfectl", "label": 1}
506
+ {"text": "nice leathe", "label": 1}
507
+ {"text": "Verizon's bills, however, are difficult to understand even though their pricing plans are simpl", "label": 0}
508
+ {"text": "All in all I think it was a good investmen", "label": 1}
509
+ {"text": "Good transmit audi", "label": 1}
510
+ {"text": "Buy a different phone - but not thi", "label": 0}
511
+ {"text": "Very good phon", "label": 1}
512
+ {"text": "VERY comfortabl", "label": 1}
513
+ {"text": "Excellent product for the pric", "label": 1}
514
+ {"text": "Headset works great & was packaged nicely to avoid any damag", "label": 1}
515
+ {"text": "Kind of flops aroun", "label": 0}
516
+ {"text": "Not as good as I had hope", "label": 0}
517
+ {"text": "I love my 350 headset.. My Jabra350 bluetooth headset is great, the reception is very good and the ear piece is a comfortable fi", "label": 1}
518
+ {"text": "Virgin Wireless rocks and so does this cheap little phon", "label": 1}
519
+ {"text": "That company is a jok", "label": 0}
520
+ {"text": "Exactly what I wante", "label": 1}
521
+ {"text": "Finally, after three or four times the spring of the latch broke and I could not use it any longer on the viso", "label": 0}
522
+ {"text": "This is a simple little phone to use, but the breakage is unacceptibl", "label": 0}
523
+ {"text": "Great software for Motorola", "label": 1}
524
+ {"text": "I really recommend this faceplates since it looks very nice, elegant and coo", "label": 1}
525
+ {"text": "I found this product to be waaay too bi", "label": 0}
526
+ {"text": "I would recommend purchasing the Jabra JX-10 series 2 which works flawlessly with my Moto Q, go figur", "label": 1}
527
+ {"text": "The price was very good and with the free shipping and all it was a good purchas", "label": 1}
528
+ {"text": "A lot of websites have been rating this a very good phone and so do ", "label": 1}
529
+ {"text": "Voice recognition is tremendou", "label": 1}
530
+ {"text": "But despite these few flaws, this case is of exceptional quality and well worth the additional costs of owning an official OEM produc", "label": 1}
531
+ {"text": "Razr Battery - Good bu", "label": 1}
532
+ {"text": "The update procedure is difficult and cumbersom", "label": 0}
533
+ {"text": "A pretty good produc", "label": 1}
534
+ {"text": "You also cannot take pictures with it in the case because the lense is covere", "label": 0}
535
+ {"text": "The seller is very understanding and patient, I would definitely buy from them agai", "label": 1}
536
+ {"text": "All I can do is whine on the Internet, so here it goes.The more I use the thing the less I like i", "label": 0}
537
+ {"text": "No additional ear gels provided, and no instructions whatsoeve", "label": 0}
538
+ {"text": "As an earlier review noted, plug in this charger and nothing happen", "label": 0}
539
+ {"text": "disappointin", "label": 0}
540
+ {"text": "SWEETEST PHONE!", "label": 1}
541
+ {"text": "These are certainly very comfortable and functionality is decen", "label": 1}
542
+ {"text": "I am very impressed with this headset from Plantronic", "label": 1}
543
+ {"text": "I have had mine for about a year and this Christmas I bought some for the rest of the famil", "label": 1}
544
+ {"text": "Trying to make a call on these is an exercise in frustratio", "label": 0}
545
+ {"text": "Worked great", "label": 1}
546
+ {"text": "Product is exactly as describe", "label": 1}
547
+ {"text": "I did not have any problem with this item and would order it again if neede", "label": 1}
548
+ {"text": "It fits so securely that the ear hook does not even need to be used and the sound is better directed through your ear cana", "label": 1}
549
+ {"text": "For the price on Amazon, it is an excellent product, which I would highly recommen", "label": 1}
550
+ {"text": "IT'S REALLY EAS", "label": 1}
551
+ {"text": "There's really nothing bad I can say about this headse", "label": 0}
552
+ {"text": "Iam very pleased with my purchas", "label": 1}
553
+ {"text": "The pleather case doesn't fi", "label": 0}
554
+ {"text": "awesome devic", "label": 1}
555
+ {"text": "Poor Constructio", "label": 0}
556
+ {"text": "Item Does Not Match Pictur", "label": 0}
557
+ {"text": "The color is even prettier than I thought it would be, and the graphics are incredibly shar", "label": 1}
558
+ {"text": "I've had no trouble accessing the Internet, downloading ringtones or performing any of the function", "label": 1}
559
+ {"text": "Dont waste your money.", "label": 0}
560
+ {"text": "The screen does get smudged easily because it touches your ear and fac", "label": 0}
561
+ {"text": "The phone gets EXTREMELY HO", "label": 0}
562
+ {"text": "This allows the possibility of double booking for the same date and time after the firs", "label": 0}
563
+ {"text": "I can hear while I'm driving in the car, and usually don't even have to put it on it's loudest settin", "label": 1}
564
+ {"text": "Great price als", "label": 1}
565
+ {"text": "Bluetooth range is good - a few days ago I left my phone in the trunk, got a call, and carried the conversation without a hitc", "label": 1}
566
+ {"text": "Muddy, low quality sound, and the casing around the wire's insert was poorly super glued and slid of", "label": 0}
567
+ {"text": "It quit working after I'd used it for about 18 months, so I just purchased another one because this is the best headset I've ever owne", "label": 1}
568
+ {"text": "Truly awfu", "label": 0}
569
+ {"text": "Setup went very smoothl", "label": 1}
570
+ {"text": "NOT WHAT I WANTE", "label": 0}
571
+ {"text": "AMAZON SUCK", "label": 0}
572
+ {"text": "We would recommend these to other", "label": 1}
573
+ {"text": "It dit not work most of the time with my Nokia 532", "label": 0}
574
+ {"text": "Battery has no lif", "label": 0}
575
+ {"text": "Very much disappointed with this compan", "label": 0}
576
+ {"text": "I even fully charged it before I went to bed and turned off blue tooth and wi-fi and noticed that it only had 20 % left in the mornin", "label": 0}
577
+ {"text": "Very Dissapointing Performanc", "label": 0}
578
+ {"text": "Too bad you have to pay up to $$$ a month for the servic", "label": 0}
579
+ {"text": "They keep getting better and better (this is my third one and I've had numerous Palms too", "label": 1}
580
+ {"text": "Good show, Samsun", "label": 1}
581
+ {"text": "Excellent hands free too", "label": 1}
582
+ {"text": "This phone tries very hard to do everything but fails at it's very ability to be a phon", "label": 0}
583
+ {"text": "I'm returning the", "label": 0}
584
+ {"text": "Low Qualit", "label": 0}
585
+ {"text": "Warning - Stay awa", "label": 0}
586
+ {"text": "Cant get the software to work with my compute", "label": 0}
587
+ {"text": "The cable looks so thin and flimsy, it is scar", "label": 0}
588
+ {"text": "The majority of the Logitech earbud headsets faile", "label": 0}
589
+ {"text": "One of my favorite purchases eve", "label": 1}
590
+ {"text": "Great product and pric", "label": 1}
591
+ {"text": "Unreliable - I'm giving u", "label": 0}
592
+ {"text": "Does not fi", "label": 0}
593
+ {"text": "Stay Away From the Q", "label": 0}
594
+ {"text": "I love this bluetoot", "label": 1}
595
+ {"text": "Protects the phone on all side", "label": 1}
596
+ {"text": "Nice headset priced righ", "label": 1}
597
+ {"text": "Big Disappointment with calendar syn", "label": 0}
598
+ {"text": "I love all the features and form facto", "label": 1}
599
+ {"text": "I own a Jabra Earset and was very happy with it, but the sound quality, especially outgoing, on this is bette", "label": 1}
600
+ {"text": "Great Hands Free Devic", "label": 1}
601
+ {"text": "Excellent produc", "label": 1}
602
+ {"text": "How can that be?The audio quality is poo", "label": 0}
603
+ {"text": "its a little geeky but i think thats its sex on toast and it rocks and oozes sex right down to its battery embedded sleek stylish leather cas", "label": 1}
604
+ {"text": "This is definitely a must have if your state does not allow cell phone usage while drivin", "label": 1}
605
+ {"text": "Returned 8 hours late", "label": 0}
606
+ {"text": "I only hear garbage for audi", "label": 0}
607
+ {"text": "It felt too light and \"tinny.", "label": 0}
608
+ {"text": "What a waste of money and time", "label": 0}
609
+ {"text": "I don't think it would hold it too securly on your bel", "label": 0}
610
+ {"text": "I get absolutely horrible reception in my apartment, where with other phones I have not had this proble", "label": 0}
611
+ {"text": "He was very impressed when going from the original battery to the extended batter", "label": 1}
612
+ {"text": "Great charge", "label": 1}
613
+ {"text": "Great audio", "label": 1}
614
+ {"text": "My phone doesn't slide around my car now and the grip prevents my phone from slipping out of my han", "label": 1}
615
+ {"text": "The only good thing was that it fits comfortably on small ear", "label": 1}
616
+ {"text": "I love this phone", "label": 1}
617
+ {"text": "The construction of the headsets is poo", "label": 0}
618
+ {"text": "Problem is that the ear loops are made of weak material and break easil", "label": 0}
619
+ {"text": "Five star Plus, plu", "label": 1}
620
+ {"text": "Product is useless, since it does not have enough charging current to charge the 2 cellphones I was planning to use it wit", "label": 0}
621
+ {"text": "I bought this phone as a replacement for my StarTac and have regretted it sinc", "label": 0}
622
+ {"text": "I bought this to use with my Kindle Fire and absolutely loved i", "label": 1}
623
+ {"text": "much better than the hard plastic case", "label": 1}
624
+ {"text": "Works wel", "label": 1}
625
+ {"text": "Battery life is real goo", "label": 1}
626
+ {"text": "It seems completely secure, both holding on to my belt, and keeping the iPhone insid", "label": 1}
627
+ {"text": "I love this devic", "label": 1}
628
+ {"text": "Just reading on the specs alone makes you say WO", "label": 1}
629
+ {"text": "I ordered this product first and was unhappy with it immediatel", "label": 0}
630
+ {"text": "I have bought this Nokia cell phone a few weeks ago and it was a nightmar", "label": 0}
631
+ {"text": "I would not recommend this item to anyon", "label": 0}
632
+ {"text": "My experience was terrible..... This was my fourth bluetooth headset, and while it was much more comfortable than my last Jabra (which I HATED!", "label": 0}
633
+ {"text": "It holds a charge for a long time, is reasonably comfortable under long-wearing conditions and the quality of sound is tremendou", "label": 1}
634
+ {"text": "poor quality and servic", "label": 0}
635
+ {"text": "The eargels channel the sound directly into your ear and seem to increase the sound volume and clarit", "label": 1}
636
+ {"text": "Small, sleek, impressive looking, practical setup with ample storage in plac", "label": 1}
637
+ {"text": "This is a VERY average phone with bad battery life that operates on a weak networ", "label": 0}
638
+ {"text": "The mic is grea", "label": 1}
639
+ {"text": "Phone is sturdy as all nokia bar phones ar", "label": 1}
640
+ {"text": "This is so embarassing and also my ears hurt if I try to push the ear plug into my ea", "label": 0}
641
+ {"text": "I wouldn't recommend buying this produc", "label": 0}
642
+ {"text": "The charger arrived within the promised timeframe, but it did not wor", "label": 0}
643
+ {"text": "It is well made, easy to access the phone and has a handy, detachable belt cli", "label": 1}
644
+ {"text": "Its a total packag", "label": 1}
645
+ {"text": "I'll be looking for a new earpiec", "label": 0}
646
+ {"text": "Bad Choic", "label": 0}
647
+ {"text": "You won't regret i", "label": 1}
648
+ {"text": "Worst eve", "label": 0}
649
+ {"text": "AFTER ARGUING WITH VERIZON REGARDING THE DROPPED CALLS WE RETURNED THE PHONES AFTER TWO DAY", "label": 0}
650
+ {"text": "Those phones are working just fine no", "label": 1}
651
+ {"text": "It is the best charger I have seen on the market ye", "label": 1}
652
+ {"text": "It's A PIECE OF CRA", "label": 0}
653
+ {"text": "What a big waste of tim", "label": 0}
654
+ {"text": "It was quite comfortable in the ea", "label": 1}
655
+ {"text": "Other than that, the leather is nice and soft; the fit is very tight; the cut out for the face is a good shap", "label": 1}
656
+ {"text": "Essentially you can forget Microsoft's tech suppor", "label": 0}
657
+ {"text": "The earpiece on this is too large or too heavy...it keeps falling out of my ea", "label": 0}
658
+ {"text": "Buyer Beware, you could flush money right down the toile", "label": 0}
659
+ {"text": "I have had problems wit hit dropping signal and mor", "label": 0}
660
+ {"text": "I bought two of them and neither will charg", "label": 0}
661
+ {"text": "Appears to actually outperform the original battery from China that came with my V325", "label": 1}
662
+ {"text": "I give Wirefly 1 star.I will contact Cingular/AT&T; and inform them of this practic", "label": 0}
663
+ {"text": "Piece of Jun", "label": 0}
664
+ {"text": "Good Qualit", "label": 1}
665
+ {"text": "The instructions didn't explain that a microphone jack could be use", "label": 0}
666
+ {"text": "And I just love the color", "label": 1}
667
+ {"text": "The camera, although rated at an impressive 1.3 megapixels, renders images that fall well below expectations of such a relatively high resolutio", "label": 0}
668
+ {"text": "none of the new ones have ever quite worked properl", "label": 0}
669
+ {"text": "It's a great tool for entertainment, communication, and data management.Oh, be sure to use ActiveSync 4.2 for optimal data synchronization result", "label": 1}
670
+ {"text": "If you like a loud buzzing to override all your conversations, then this phone is for yo", "label": 0}
671
+ {"text": "Very well made and fits my Surefire GX2 perfectl", "label": 1}
672
+ {"text": "The only thing that I think could improve is the sound leaks out from the headse", "label": 0}
673
+ {"text": "I had ordered a motorola data cable, got a very well finished and working produc", "label": 1}
674
+ {"text": "The battery is working well as a replacement for the original that came with the phone over 2 years ag", "label": 1}
675
+ {"text": "I would have given no star if I was abl", "label": 0}
676
+ {"text": "I've tried several different earpieces for my cell phone and this Jabra one is the first one I've found that fits my ear comfortabl", "label": 1}
677
+ {"text": "Very disappointed in AccessoryOn", "label": 0}
678
+ {"text": "useless phone, simply dea", "label": 0}
679
+ {"text": "First off the reception sucks, I have never had more than 2 bars, eve", "label": 0}
680
+ {"text": "It's not what it says it i", "label": 0}
681
+ {"text": "Their Research and Development division obviously knows what they're doin", "label": 1}
682
+ {"text": "None of the three sizes they sent with the headset would stay in my ear", "label": 0}
683
+ {"text": "Really pleased with this product so fa", "label": 1}
684
+ {"text": "The range is very decent, I've been able to roam around my house with the phone in the living room with no reception/sound quality issue", "label": 1}
685
+ {"text": "I could not recommend these mor", "label": 0}
686
+ {"text": "Don't waste your money", "label": 0}
687
+ {"text": "But now that it is \"out of warranty\" the same problems reoccure.Bottom line... put your money somewhere else... Cingular will not support i", "label": 0}
688
+ {"text": "I'm a bit disappointe", "label": 0}
689
+ {"text": "It is very comfortable to wear as well, which is probably the most important aspect about using a cas", "label": 1}
690
+ {"text": "Would not reccommen", "label": 0}
691
+ {"text": "This is essentially a communications tool that does not communicat", "label": 0}
692
+ {"text": "I got this phone on reccomendation from a relative and I'm glad I di", "label": 1}
693
+ {"text": "I had to go to a store and bought a new NOKIA phone which is working grea", "label": 1}
694
+ {"text": "This case has passed the one year mark and while it shows signs of wear, it is 100% functiona", "label": 1}
695
+ {"text": "I love the camera, it's really pretty good qualit", "label": 1}
696
+ {"text": "The case is great and works fine with the 68", "label": 1}
697
+ {"text": "The only thing that disappoint me is the infra red port (irda", "label": 0}
698
+ {"text": "WORST PHONE EVE", "label": 0}
699
+ {"text": "It definitely was not as good as my S1", "label": 1}
700
+ {"text": "Reversible plug works grea", "label": 1}
701
+ {"text": "During several different 2 minute calls, I experienced 5 drops and it was in an area that had 5 bar", "label": 0}
702
+ {"text": "Utter crap.. Sound quality is TERRIBL", "label": 0}
703
+ {"text": "But it does get better reception and clarity than any phone I've had befor", "label": 1}
704
+ {"text": "Great for the jawbon", "label": 1}
705
+ {"text": "I went on Motorola's website and followed all directions, but could not get it to pair agai", "label": 0}
706
+ {"text": "Comfort for our whole famil", "label": 1}
707
+ {"text": "For the price this was a great dea", "label": 1}
708
+ {"text": "My only complaint is the standard sound volume is a little low even when turned up to 5(of ", "label": 0}
709
+ {"text": "All three broke within two months of us", "label": 0}
710
+ {"text": "So just bewar", "label": 0}
711
+ {"text": "I put the latest OS on it (v1.15g), and it now likes to slow to a crawl and lock up every once in a whil", "label": 0}
712
+ {"text": "Nice design and qualit", "label": 1}
713
+ {"text": "Don't waste your $$$ on this on", "label": 0}
714
+ {"text": "The camera on the phone may be used as a dustpan when indoors... I'd rather be using a disposable then thi", "label": 0}
715
+ {"text": "Fits comfortably, came with three sizes of earbud tip", "label": 1}
716
+ {"text": "Not loud enough and doesn't turn on like it shoul", "label": 0}
717
+ {"text": "Good product - incredible valu", "label": 1}
718
+ {"text": "Yes it's shiny on front side - and I love i", "label": 1}
719
+ {"text": "After a year the battery went completely dead on my headse", "label": 0}
720
+ {"text": "Not only did the software do a great job of this, I could also make my own ringtones form my existing CDs without an internet connectio", "label": 1}
721
+ {"text": "I have been very happy with the 510 and have had NO complaints from any one regarding my sound quality on their en", "label": 1}
722
+ {"text": "(It works", "label": 1}
723
+ {"text": "It didn't work, people can not hear me when I tal", "label": 0}
724
+ {"text": "This little device has transformed my organizational capability and made my life a whole lot easie", "label": 1}
725
+ {"text": "Don't make the same mistake that I did and please don't buy this phon", "label": 0}
726
+ {"text": "Works goo", "label": 1}
727
+ {"text": "You get what you pay for I gues", "label": 0}
728
+ {"text": "The microphone also works well, but (according to people I have called) it applifies everythin", "label": 1}
729
+ {"text": "Gets the job don", "label": 1}
730
+ {"text": "We are sending it bac", "label": 0}
731
+ {"text": "I Was Hoping for Mor", "label": 0}
732
+ {"text": "Don't buy i", "label": 0}
733
+ {"text": ".... Item arrived quickly and works great with my Metro PCS Samsung SCH-r450 slider phone and Sony Premium Sound in ear plug", "label": 1}
734
+ {"text": "Bad Qualit", "label": 0}
735
+ {"text": "Used and dirt", "label": 0}
736
+ {"text": "However, the keypads are so tinny that I sometimes reach the wrong button", "label": 0}
737
+ {"text": "I would recommend i", "label": 1}
738
+ {"text": "Battery lasts only a few hour", "label": 0}
739
+ {"text": "i'm glad i found this product on amazon it is hard to find, it wasn't high price", "label": 1}
740
+ {"text": "Linked to my phone without effor", "label": 1}
741
+ {"text": "I've owned this phone for 7 months now and can say that it's the best mobile phone I've ha", "label": 1}
742
+ {"text": "It's very convenient and simple to use - gets job done & makes the car ride so much smoothe", "label": 1}
743
+ {"text": "We have tried 2 units and they both failed within 2 months.. Pr", "label": 0}
744
+ {"text": "I highly recommend this modest priced cellular phon", "label": 1}
745
+ {"text": "very disappointe", "label": 0}
746
+ {"text": "Disappointment.. I hate anything that goes in my ea", "label": 0}
747
+ {"text": "When it opens, the battery connection is broken and the device is turned of", "label": 0}
748
+ {"text": "Not good when wearing a hat or sunglasse", "label": 0}
749
+ {"text": "Then I exchanged for the same phone, even that had the same proble", "label": 0}
750
+ {"text": "This item worked great, but it broke after 6 months of us", "label": 0}
751
+ {"text": "Very wind-resistan", "label": 1}
752
+ {"text": "Clear Skype Calls, Long Battery Life, Long Rang", "label": 1}
753
+ {"text": "Cumbersome desig", "label": 0}
754
+ {"text": "It does everything the description said it woul", "label": 1}
755
+ {"text": "I ended up sliding it on the edge of my pants or back pockets instea", "label": 1}
756
+ {"text": "It clicks into place in a way that makes you wonder how long that mechanism would las", "label": 0}
757
+ {"text": "Best I've found so far .... I've tried 2 other bluetooths and this one has the best quality (for both me and the listener) as well as ease of usin", "label": 1}
758
+ {"text": "Bad Purchas", "label": 0}
759
+ {"text": "Very unreliable service from T-mobile", "label": 0}
760
+ {"text": "the worst phone from samsung...crap..... this crappy Samsung E715.. is the worst i have ever seee", "label": 0}
761
+ {"text": "I know that sounds funny, but to me it seemed like sketchy technology that wouldn't work well.Well, this one works grea", "label": 1}
762
+ {"text": "Also its slim enough to fit into my alarm clock docking station without removing the cas", "label": 1}
763
+ {"text": "The phone is sturdy and waterproo", "label": 1}
764
+ {"text": "I've only had my bluetooth for a few weeks, but I really like i", "label": 1}
765
+ {"text": "Can't upload ringtones from a third part", "label": 0}
766
+ {"text": "Love it.. Great armban", "label": 1}
767
+ {"text": "Does not charge the Cingular (ATT) 8525 phon", "label": 0}
768
+ {"text": "So there is no way for me to plug it in here in the US unless I go by a converte", "label": 0}
769
+ {"text": "Its well-designed and very sharp -- the blue is a very nice colo", "label": 1}
770
+ {"text": "Great choic", "label": 1}
771
+ {"text": "im surprised this is a good quality car charger and there's not much reviews about i", "label": 1}
772
+ {"text": "Great Phon", "label": 1}
773
+ {"text": "This is a good battery, and it got here really fas", "label": 1}
774
+ {"text": "This phone is pretty sturdy and I've never had any large problems with i", "label": 1}
775
+ {"text": "if you simply want a small flip phone -- look elsewhere as the extra bells & whistles are mediocr", "label": 0}
776
+ {"text": "This product is very High quality Chinese CRAP!!!!", "label": 0}
777
+ {"text": "However, the ear pads come off easily and after only one week I lost on", "label": 0}
778
+ {"text": "It was that loud.Glad to say that the Plantronics 510 maintains a flawless connection to my cell and with no static during normal us", "label": 1}
779
+ {"text": "I would highly recommend thi", "label": 1}
780
+ {"text": "I have a Verizon LG phone and they work well together, good reception and range that exceeds 20 feet line of sigh", "label": 1}
781
+ {"text": "It is simple to use and I like i", "label": 1}
782
+ {"text": "Excellent dual-purpose headse", "label": 1}
783
+ {"text": "REALLY UGL", "label": 0}
784
+ {"text": "The plastic breaks really easy on this cli", "label": 0}
785
+ {"text": "Worked very well paired with a Treo 700w and as a Skype headset on my PC (using a USB Bluetooth transceiver", "label": 1}
786
+ {"text": "It is practically useless and did not add any kind of boost to my reception after I bought i", "label": 0}
787
+ {"text": "Don't buy this produc", "label": 0}
788
+ {"text": "I have this phone and it is a thorn in my side, I really abhor i", "label": 0}
789
+ {"text": "Because both ears are occupied, background is not distracting at al", "label": 1}
790
+ {"text": "If you have several dozen or several hundred contacts, then imagine the fun of sending each of them one by on", "label": 0}
791
+ {"text": "$50 Down the drai", "label": 0}
792
+ {"text": "I have had this phone for over a year now, and I will tell you, its not that grea", "label": 0}
793
+ {"text": "* Comes with a strong light that you can use to light up your camera shots, and even flash SOS signals (seriousl", "label": 1}
794
+ {"text": "VERY cheap plastic, creaks like an old wooden floo", "label": 0}
795
+ {"text": "Works for m", "label": 1}
796
+ {"text": "Best headset ever!!", "label": 1}
797
+ {"text": "wont work right or atleast for m", "label": 0}
798
+ {"text": "These are fabulou", "label": 1}
799
+ {"text": "Don't bother - go to the stor", "label": 0}
800
+ {"text": "A good quality bargain.. I bought this after I bought a cheapy from Big Lots that sounded awful and people on the other end couldn't hear m", "label": 1}
801
+ {"text": "My 5-year old Nokia 2160 from Tracfone holds the charge a lot better than thi", "label": 0}
802
+ {"text": "I am sorry I made this purchas", "label": 0}
803
+ {"text": "It has all the features I wa", "label": 1}
804
+ {"text": "Everything worked on the first try.The device was certainly engineered in a clever way and the construction feels goo", "label": 1}
805
+ {"text": "But when I check voice mail at night, the keypad backlight turns off a few seconds into the first message, and then I'm los", "label": 0}
806
+ {"text": "I might have gotten a defect, but I would not risk buying it again because of the built quality alon", "label": 0}
807
+ {"text": "This does not fit the Palm Tungsten E2 and it broke the first time I tried to plug it i", "label": 0}
808
+ {"text": "Authentic leather with nice shine and comfort .I recommend you this case ", "label": 1}
809
+ {"text": "This is a great little ite", "label": 1}
810
+ {"text": "Its the best headset I have use", "label": 1}
811
+ {"text": "So I basically threw my money out the window for nothin", "label": 0}
812
+ {"text": "I exchanged the sony ericson z500a for this and I'm pretty happy with that decisio", "label": 1}
813
+ {"text": "Not enough volum", "label": 0}
814
+ {"text": "Love this headse", "label": 1}
815
+ {"text": "Voice Quality, Signal Strength, Dropped Call", "label": 0}
816
+ {"text": "Everything about this product is wrong.Fir", "label": 0}
817
+ {"text": "Krussel Always goo", "label": 1}
818
+ {"text": "I love this thin", "label": 1}
819
+ {"text": "Display is excellent and camera is as good as any from that yea", "label": 1}
820
+ {"text": "It has been a winner for u", "label": 1}
821
+ {"text": "I was able to do voice dialing in the car with no proble", "label": 1}
822
+ {"text": "I ordered this for sony Ericsson W810i but I think it only worked once (thats when I first used it", "label": 0}
823
+ {"text": "Otherwise, easy to install and use, clear soun", "label": 1}
824
+ {"text": "the charger worked for about a week and then completely stopped charging my phon", "label": 0}
825
+ {"text": "I contacted the company and they told me that, although the unit was still under warranty, if I couldn't produce my receipt I was out of luc", "label": 0}
826
+ {"text": "The replacement died in a few week", "label": 0}
827
+ {"text": "Really good produc", "label": 1}
828
+ {"text": "Cheap but hey it works.. Was pleasantly suprised given the low cost of this ite", "label": 1}
829
+ {"text": "The battery is completely useless to m", "label": 0}
830
+ {"text": "Very happy with this produc", "label": 1}
831
+ {"text": "Good , works fin", "label": 1}
832
+ {"text": "Its reception is very very poo", "label": 0}
833
+ {"text": "In my house I was getting dropped coverage upstairs and no coverage in my basemen", "label": 0}
834
+ {"text": "I also didn't like the \"on\" button, it felt like it would crack with us", "label": 0}
835
+ {"text": "The speaker is of low quality so as making the ring tones sound very chea", "label": 0}
836
+ {"text": "I love this phone , It is very handy and has a lot of features", "label": 1}
837
+ {"text": "Think it over when you plan to own this one!This sure is the last MOTO phone for m", "label": 0}
838
+ {"text": "I even dropped this phone into a stream and it was submerged for 15 seconds and it still works grea", "label": 1}
839
+ {"text": "Sound quality on both end is excellent, I use headset to call my wife and ask my wife to use headset to call me !", "label": 1}
840
+ {"text": "Internet is excrutiatingly slo", "label": 0}
841
+ {"text": "What possesed me to get this junk, I have no idea.", "label": 0}
842
+ {"text": "This is a great dea", "label": 1}
843
+ {"text": "Integrated seamlessly with the Motorola RAZR phon", "label": 1}
844
+ {"text": "I used to talk on it for 1 - 1 1/2 hours and the battery would be literally drained and dyin", "label": 0}
845
+ {"text": "The tracfonewebsite is user friendly and makes it easy toactivate, et", "label": 1}
846
+ {"text": "Great case and pric", "label": 1}
847
+ {"text": "Plantronics Bluetooth Excelent Bu", "label": 1}
848
+ {"text": "Not a good item.. It worked for a while then started having problems in my auto reverse tape playe", "label": 0}
849
+ {"text": "Great phon", "label": 1}
850
+ {"text": "They do not last forever, but is not overly expensive to replace.Easy to operate and the sound is much better than others I have trie", "label": 1}
851
+ {"text": "I have been very satisfied with this cell phone from day on", "label": 1}
852
+ {"text": "I came over from Verizon because cingulair has nicer cell phones.... the first thing I noticed was the really bad servic", "label": 0}
853
+ {"text": ":-)Oh, the charger seems to work fin", "label": 1}
854
+ {"text": "Was not happ", "label": 0}
855
+ {"text": "VERY DISAPPOINTE", "label": 0}
856
+ {"text": "So anyone near you will hear part of your conversatio", "label": 0}
857
+ {"text": "It's kind of embarrassing to use because of how it looks and mostly it's embarrassing how child-like the company i", "label": 0}
858
+ {"text": "Better than expecte", "label": 1}
859
+ {"text": "An Awesome New Look For Fall 2000", "label": 1}
860
+ {"text": "The bottowm line...another worthless, cheap gimmick from Sprin", "label": 0}
861
+ {"text": "It has kept up very wel", "label": 1}
862
+ {"text": "I purcashed this for the car charger and it does not wor", "label": 0}
863
+ {"text": "Works great", "label": 1}
864
+ {"text": "Nice headphones for the price and they work grea", "label": 1}
865
+ {"text": "The keyboard is really worthwhile in usefulness and is sturdy enough I don't expect any problem", "label": 1}
866
+ {"text": "The picture resolution is far below what other comparably-priced phones are offering toda", "label": 0}
867
+ {"text": "This phone is very fast with sending any kind of messages and web browsing is significantly faster than previous phones i have use", "label": 1}
868
+ {"text": "This particular model would not work with my Motorola Q smartphon", "label": 0}
869
+ {"text": "I wasted my little money with this earpiec", "label": 0}
870
+ {"text": "Battery is holding up wel", "label": 1}
871
+ {"text": "I was very excited to get this headset because I thought it was really cut", "label": 1}
872
+ {"text": "The design is very odd, as the ear \"clip\" is not very comfortable at al", "label": 0}
873
+ {"text": "The calls drop, the phone comes on and off at will, the screen goes black and the worst of all it stops ringing intermittentl", "label": 0}
874
+ {"text": "1. long lasting battery (you don't have to recharge it as frequentyly as some of the flip phones)", "label": 0}
875
+ {"text": "I am very hap", "label": 1}
876
+ {"text": "Piece of tras", "label": 0}
877
+ {"text": "So I had to take the battery out of the phone put it all back together and then restart i", "label": 0}
878
+ {"text": "So far it has worked like a char", "label": 1}
879
+ {"text": "T-Mobile has the best customer service anywher", "label": 1}
880
+ {"text": "The battery is unreliable as well as the service use anten", "label": 0}
881
+ {"text": "great...no problems at all", "label": 1}
882
+ {"text": "In the span of an hour, I had two people exclaim \"Whoa - is that the new phone on TV?", "label": 1}
883
+ {"text": "Great phone", "label": 1}
884
+ {"text": "It is unusable in a moving car at freeway spee", "label": 0}
885
+ {"text": "Worked perfectl", "label": 1}
886
+ {"text": "I have purchased these for both family and friends, and all enjoy their clarity and ease of u", "label": 1}
887
+ {"text": "its extremely slow and takes forever to do anything with i", "label": 0}
888
+ {"text": "I would recommend thi", "label": 1}
889
+ {"text": "Due to this happening on every call I was forced to stop using this headse", "label": 0}
890
+ {"text": "Bought mainly for the charger, which broke soon after purchasin", "label": 0}
891
+ {"text": "I connected my wife's bluetooth,(Motorola HS850) to my phone and it worked like a charm whether the phone was in my pocket or the cas", "label": 1}
892
+ {"text": "None of it works, just don't buy i", "label": 0}
893
+ {"text": "Chinese Forgeries Abound", "label": 0}
894
+ {"text": "I have read other's reviews here but I haven't had any problem with i", "label": 1}
895
+ {"text": "DO NOT PURCHASE THIS PHON", "label": 0}
896
+ {"text": "Fantastic earphone", "label": 1}
897
+ {"text": "Great product for the price", "label": 1}
898
+ {"text": "It has everything I need and I couldn't ask for mor", "label": 1}
899
+ {"text": "Save your money.... I've had this item for 11 months no", "label": 0}
900
+ {"text": "Also the area where my unit broke).- I'm not too fond of the magnetic stra", "label": 0}