├── LICENSE ├── README.md ├── data └── prep_data │ ├── laptop.npz │ ├── laptop_raw_test.json │ ├── restaurant.npz │ ├── restaurant_raw_test.json │ └── word_idx.json └── script ├── evaluation.py ├── prep_embedding.py ├── prep_oov.py └── train.py /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Hu Xu 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Double-Embeddings-and-CNN-based-Sequence-Labeling-for-Aspect-Extraction 2 | Code for our ACL 2018 paper "[Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction](http://www.aclweb.org/anthology/P18-2094)" 3 | 4 | ## Problem to Solve 5 | 6 | Label "The retina display is great ." as "O B I O O O" so to extract "retina display" as an aspect. 7 | Check this [article](https://howardhsu.github.io/article/absa/) for aspect-based sentiment analysis or [this](https://howardhsu.github.io/article/tdrl/) for domain representation learning. 8 | 9 | ## Environment 10 | 11 | All code are tested under python 3.6.2 + pytorch 0.2.0_4 12 | 13 | ## Steps to Run Code 14 | 15 | Step 1: Download general embeddings (GloVe: http://nlp.stanford.edu/data/glove.840B.300d.zip ), save it in data/embedding/gen.vec 16 | 17 | Step 2: Download Domain Embeddings (You can find the link under this paper's title in https://www.cs.uic.edu/~hxu/ ), save them in data/embedding 18 | 19 | Step 3: 20 | Download and install fastText (https://github.com/facebookresearch/fastText) to fastText/ 21 | 22 | Step 4: 23 | Download official datasets to data/official_data/ 24 | 25 | Download official evaluation scripts to script/ 26 | 27 | We assume the following file names. 28 | 29 | SemEval 2014 Laptop (http://alt.qcri.org/semeval2014/task4/): 30 | 31 | data/official_data/Laptops_Test_Data_PhaseA.xml 32 | 33 | data/official_data/Laptops_Test_Gold.xml 34 | 35 | script/eval.jar 36 | 37 | SemEval 2016 Restaurant (http://alt.qcri.org/semeval2016/task5/) 38 | 39 | data/official_data/EN_REST_SB1_TEST.xml.A 40 | 41 | data/official_data/EN_REST_SB1_TEST.xml.gold 42 | 43 | script/A.jar 44 | 45 | Step 5: Run prep_embedding.py to build numpy files for general embeddings and domain embeddings. 46 | ``` 47 | python script/prep_embedding.py 48 | ``` 49 | 50 | Step 6: Fill in out-of-vocabulary (OOV) embedding 51 | ``` 52 | ./fastText/fasttext print-word-vectors data/embedding/laptop_emb.vec.bin < data/prep_data/laptop_emb.vec.oov.txt > data/prep_data/laptop_oov.vec 53 | 54 | ./fastText/fasttext print-word-vectors data/embedding/restaurant_emb.vec.bin < data/prep_data/restaurant_emb.vec.oov.txt > data/prep_data/restaurant_oov.vec 55 | 56 | python script/prep_oov.py 57 | ``` 58 | 59 | Step 7: Train the laptop model 60 | ``` 61 | python script/train.py 62 | ``` 63 | Train the restaurant model 64 | ``` 65 | python script/train.py --domain restaurant 66 | ``` 67 | 68 | Step 8: Evaluate Laptop dataset 69 | ``` 70 | python script/evaluation.py 71 | ``` 72 | Evaluate Restaurant dataset 73 | ``` 74 | python script/evaluation.py --domain restaurant 75 | ``` 76 | 77 | ## Citation 78 | 79 | If you find our code useful, please cite our paper. 80 | ``` 81 | @InProceedings{xu_acl2018, 82 | author = {Xu, Hu and Liu, Bing and Shu, Lei and Yu, Philip S.}, 83 | title = {Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction}, 84 | booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics}, 85 | publisher = {Association for Computational Linguistics}, 86 | year = {2018} 87 | } 88 | ``` 89 | -------------------------------------------------------------------------------- /data/prep_data/laptop.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howardhsu/DE-CNN/7a3cb9325b26be8eeee85d872a13ff848f613914/data/prep_data/laptop.npz -------------------------------------------------------------------------------- /data/prep_data/laptop_raw_test.json: -------------------------------------------------------------------------------- 1 | [["Boot", "time", "is", "super", "fast", ",", "around", "anywhere", "from", "35", "seconds", "to", "1", "minute", "."], ["tech", "support", "would", "not", "fix", "the", "problem", "unless", "I", "bought", "your", "plan", "for", "$", "150", "plus", "."], ["but", "in", "resume", "this", "computer", "rocks", "!"], ["Set", "up", "was", "easy", "."], ["Did", "not", "enjoy", "the", "new", "Windows", "8", "and", "touchscreen", "functions", "."], ["I", "expected", "so", "as", "it", "'s", "an", "Apple", "product", ",", "but", "I", "was", "glad", "to", "see", "my", "expectations", "exceeded", ",", "this", "is", "THE", "laptop", "to", "buy", "right", "now", "."], ["Other", "than", "not", "being", "a", "fan", "of", "click", "pads", "(", "industry", "standard", "these", "days", ")", "and", "the", "lousy", "internal", "speakers", ",", "it", "'s", "hard", "for", "me", "to", "find", "things", "about", "this", "notebook", "I", "do", "n't", "like", ",", "especially", "considering", "the", "$", "350", "price", "tag", "."], ["excellent", "in", "every", "way", "."], ["No", "installation", "disk", "(", "DVD", ")", "is", "included", "."], ["It", "'s", "fast", ",", "light", ",", "and", "simple", "to", "use", "."], ["Works", "well", ",", "and", "I", "am", "extremely", "happy", "to", "be", "back", "to", "an", "apple", "OS", "."], ["This", "mac", "has", "been", "a", "problem", "since", "we", "got", "it", "."], ["Sure", "it", "'s", "not", "light", "and", "slim", "but", "the", "features", "make", "up", "for", "it", "100", "%", "."], ["I", "am", "pleased", "with", "the", "fast", "log", "on", ",", "speedy", "WiFi", "connection", "and", "the", "long", "battery", "life", "(", ">", "6", "hrs", ")", "."], ["The", "Apple", "engineers", "have", "not", "yet", "discovered", "the", "delete", "key", "."], ["Made", "interneting", "(", "part", "of", "my", "business", ")", "very", "difficult", "to", "maintain", "."], ["Luckily", ",", "for", "all", "of", "us", "contemplating", "the", "decision", ",", "the", "Mac", "Mini", "is", "priced", "just", "right", "."], ["Small", "and", "still", "VERY", "powerful", "."], ["I", "had", "gotten", "this", "model", "for", "$", "1199.00", "on", "my", "State", "'s", "tax-", "free", "weekend", "and", "had", "a", "$", "100", "off", "coupon", "for", "a", "MacBook", "at", "the", "local", "BestBuy", "!"], ["Super", "light", ",", "super", "sexy", "and", "everything", "just", "works", "."], ["Only", "problem", "that", "I", "had", "was", "that", "the", "track", "pad", "was", "not", "very", "good", "for", "me", ",", "I", "only", "had", "a", "problem", "once", "or", "twice", "with", "it", ",", "But", "probably", "my", "computer", "was", "a", "bit", "defective", "."], ["And", "if", "you", "are", "switching", "from", "a", "pc", "I", "hilghy", "sugest", "this", "one", "."], ["It", "is", "super", "fast", "and", "has", "outstanding", "graphics", "."], ["But", "the", "mountain", "lion", "is", "just", "too", "slow", "."], ["Strong", "build", "though", "which", "really", "adds", "to", "its", "durability", "."], ["The", "battery", "life", "is", "excellent", "-", "6", "-", "7", "hours", "without", "charging", "."], ["I", "enjoy", "having", "apple", "products", "."], ["I", "'ve", "had", "my", "computer", "for", "2", "weeks", "already", "and", "it", "works", "perfectly", "."], ["I", "will", "never", "go", "back", "to", "a", "PC", "again", "!"], ["And", "I", "may", "be", "the", "only", "one", "but", "I", "am", "really", "liking", "Windows", "8", "."], ["The", "baterry", "is", "very", "longer", "."], ["And", "it", "'s", "so", "quiet", "that", "I", "do", "n't", "hear", "it", "at", "all", "."], ["Its", "size", "is", "ideal", "and", "the", "weight", "is", "acceptable", "."], ["I", "know", "Apples", "are", "more", "expensive", "than", "PCs", ",", "but", "he", "thinks", "it", "is", "worth", "every", "penny", "."], ["To", "me", "it", "'s", "a", "workhorse", "...", "and", "quiet", "as", "can", "be", "...", "you", "even", "save", "big", "bucks", "not", "dishing", "out", "any", "extra", "to", "Uncle", "Sam", "...", "Definite", "Buy", "..."], ["I", "can", "say", "that", "I", "am", "fully", "satisfied", "with", "the", "performance", "that", "the", "computer", "has", "supplied", "."], ["I", "'m", "pretty", "sure", "when", "I", "bought", "it", ",", "my", "bank", "account", "went", "'ouch", "!"], ["Thank", "you", "so", "much", "for", "the", "great", "item", "."], ["This", "laptop", "has", "only", "2", "USB", "ports", ",", "and", "they", "are", "both", "on", "the", "same", "side", "."], ["It", "'s", "annoying", "very", "much", "and", "I", "wo", "n't", "ever", "buy", "any", "Acer", "products", "."], ["This", "is", "why", "I", "purchased", "a", "BRAND", "NEW", "LAPTOP", "in", "the", "first", "place", "so", "it", "would", "n't", "have", "ANY", "problems", "."], ["It", "has", "so", "much", "more", "speed", "and", "the", "screen", "is", "very", "sharp", "."], ["As", "for", "the", "laptop", ",", "this", "is", "our", "3rd", "Apple", "computer", "in", "the", "past", "2", "years", "."], ["Everything", "I", "wanted", "and", "everything", "I", "needed", "and", "the", "price", "was", "great", "!"], ["It", "'s", "not", "inexpensive", "but", "the", "Hardware", "performance", "is", "impressive", "for", "a", "computer", "this", "small", "."], ["It", "is", "better", "than", "my", "old", "acer", "laptop", "."], ["This", "thing", "is", "awesome", ",", "everything", "always", "works", ",", "everything", "is", "always", "easy", "to", "set", "up", ",", "everything", "is", "compatible", ",", "its", "literally", "everything", "I", "could", "ask", "for", "."], ["I", "would", "buy", "it", "again", "in", "a", "heartbeat", "!"], ["Keyboard", "responds", "well", "to", "presses", "."], ["If", "someone", "called", "me", "an", "Apple", "Fanboy", "...", "it", "would", "make", "sense", "."], ["Lastly", ",", "Windows", "8", "is", "annoying", "."], ["A", "scratch", "on", "a", "$", "1,500", "MacBook", "is", "unforgivable", "."], ["I", "just", "fell", "in", "love", "with", "this", "thing", "."], ["Everything", "is", "so", "easy", "and", "intuitive", "to", "setup", "or", "configure", "."], ["I", "have", "no", "problems", "yet", "on", "my", "mac", "so", "far", ",", "and", "hope", "it", "stays", "like", "that", "."], ["This", "laptop", "is", "a", "great", "buy", "."], ["Biggest", "complaint", "is", "Windows", "8", "."], ["Only", "2", "usb", "ports", "...", "seems", "kind", "of", "...", "limited", "."], ["It", "has", "been", "to", "early", "to", "see", "if", "this", "actually", "fixes", "the", "problem", "or", "not", "though", "."], ["This", "device", "has", "met", "my", "expectations", "and", "I", "'m", "sure", "it", "will", "meet", "yours", "."], ["It", "has", "all", "the", "expected", "features", "and", "more", "+plus", "a", "wide", "screen", "and", "more", "than", "roomy", "keyboard", "."], ["Out", "of", "all", "the", "laptops", "I", "have", "owned", ",", "this", "is", "by", "far", "the", "best", "!"], ["Amazing", "Performance", "for", "anything", "I", "throw", "at", "it", "."], ["I", "can", "never", "go", "back", "to", "a", "PC", "now", ",", "this", "machine", "never", "freezes", "or", "has", "any", "problems", "."], ["Out", "of", "the", "box", "I", "noticed", "how", "small", "it", "was", "and", "was", "exactly", "what", "I", "was", "looking", "for", "."], ["The", "receiver", "was", "full", "of", "superlatives", "for", "the", "quality", "and", "performance", "."], ["I", "was", "extremely", "happy", "with", "the", "OS", "itself", "."], ["I", "was", "looking", "for", "something", "in", "between", "a", "regular", "laptop", "and", "a", "tablet", "and", "this", "is", "it", "."], ["The", "new", "MBP", "offers", "great", "portability", "and", "gives", "us", "confidence", "that", "we", "are", "not", "going", "to", "need", "to", "purchase", "a", "new", "laptop", "in", "18", "months", "."], ["Great", "purchase", "and", "I", "definitely", "did", "n't", "miss", "out", "on", "the", "Black", "Friday", "deals", "."], ["The", "criticism", "has", "waned", ",", "and", "now", "I", "'d", "be", "the", "first", "to", "recommend", "an", "Air", "for", "truly", "portable", "computing", "."], ["I", "would", "have", "given", "it", "5", "starts", "was", "it", "not", "for", "the", "fact", "that", "it", "had", "Windows", "8"], ["MS", "Office", "2011", "for", "Mac", "is", "wonderful", ",", "well", "worth", "it", "."], ["After", "using", "it", "for", "over", "a", "month", ",", "an", "issue", "started", "to", "surface", "."], ["But", "the", "performance", "of", "Mac", "Mini", "is", "a", "huge", "disappointment", "."], ["There", "has", "been", "no", "problem", "with", "anything", "."], ["I", "believe", "with", "Apple", "-", "you", "get", "what", "you", "pay", "for", "."], ["They", "do", "n't", "just", "look", "good", ";", "they", "deliver", "excellent", "performance", "."], ["I", "have", "had", "it", "over", "a", "year", "now", "with", "out", "a", "Glitch", "of", "any", "kind..I", "love", "the", "lit", "up", "keys", "and", "screen", "display", "...", "this", "thing", "is", "Fast", "and", "clear", "as", "can", "be", "."], ["The", "product", "is", "prefect", "for", "everyone", "."], ["The", "Mountain", "Lion", "OS", "is", "not", "hard", "to", "figure", "out", "if", "you", "are", "familiar", "with", "Microsoft", "Windows", "."], ["However", ",", "I", "can", "refute", "that", "OSX", "is", "``", "FAST", "''", "."], ["I", "waited", "to", "review", "to", "make", "sure", "it", "is", "what", "it", "is", "."], ["Enjoy", "using", "Microsoft", "Office", "!"], ["I", "would", "suggest", "this", "product", "to", "anyone", "."], ["With", "no", "problems", ",", "I", "'m", "happy", "with", "this", "purchase", "because", "I", "saved", "money", "compared", "to", "buying", "it", "anywhere", "else", "."], ["Incredible", "graphics", "and", "brilliant", "colors", "."], ["I", "needed", "something", "affordable", "from", "Apple", "and", "was", "tired", "of", "dealing", "with", "PC", "laptop", "after", "PC", "laptop", "."], ["Just", "bit", "the", "bullet", "and", "bought", "the", "Mac", "hoping", "it", "will", "last", "a", "lot", "longer\u2026", "."], ["Built", "-", "in", "apps", "are", "purely", "amazing", "."], ["Cons", ":", "Screen", "resolution", "."], ["From", "the", "speed", "to", "the", "multi", "touch", "gestures", "this", "operating", "system", "beats", "Windows", "easily", "."], ["I", "really", "like", "the", "size", "and", "I", "'m", "a", "fan", "of", "the", "ACERS", "."], ["This", "is", "by", "far", "thee", "best", ",", "most", "reliable", "computer", "I", "could", "find", "."], ["I", "opted", "for", "the", "SquareTrade", "3", "-", "Year", "Computer", "Accidental", "Protection", "Warranty", "(", "$", "1500", "-", "2000", ")", "which", "also", "support", "``", "accidents", "''", "like", "drops", "and", "spills", "that", "are", "NOT", "covered", "by", "AppleCare", "."], ["It", "'s", "light", "and", "easy", "to", "transport", "."], ["Once", "you", "get", "past", "learning", "how", "to", "use", "the", "poorly", "designed", "Windows", "8", "Set", "-", "Up", "you", "may", "feel", "frustrated", "."], ["Very", "powerful", "especially", "for", "the", "money", "."], ["When", "my", "Dell", "laptop", "gave", "up", "only", "after", "2", "1/", "2", "years", ",", "I", "decided", "to", "buy", "MacBook", "Pro", "."], ["It", "'s", "been", "time", "for", "a", "new", "laptop", ",", "and", "the", "only", "debate", "was", "which", "size", "of", "the", "Mac", "laptops", ",", "and", "whether", "to", "spring", "for", "the", "retina", "display", "."], ["This", "was", "a", "significantly", "more", "affordable", "than", "getting", "a", "new", "MacBook", "Pro", "from", "Apple", "."], ["I", "have", "always", "wanted", "a", "MacBook", "Pro", "...", "..always", "!"], ["The", "reason", "why", "I", "choose", "apple", "MacBook", "because", "of", "their", "design", "and", "the", "aluminum", "casing", "."], ["The", "aluminum", "body", "sure", "makes", "it", "stand", "out", "."], ["Overall", "it", "'s", "an", "amazing", "product", ",", "5", "stars", "!"], ["It", "is", "very", "easy", "to", "integrate", "bluetooth", "devices", ",", "and", "USB", "devices", "are", "recognized", "almost", "instantly", "."], ["He", "'s", "thrilled", "with", "his", "new", "laptop", "."], ["Amazing", "product", "as", "you", "would", "expect", "from", "Apple", "."], ["Nothing", "wrong", "with", "this", "computer", "at", "all", "!"], ["And", "the", "fact", "that", "Apple", "is", "driving", "the", "13", "''", "RMBP", "with", "the", "Intel4000", "graphic", "chip", "seems", "underpowered", "(", "to", "me", "."], ["I", "have", "to", "wonder", "why", "Amazon", "is", "even", "selling", "this", "dinosaur", "."], ["Apple", "removed", "the", "DVD", "drive", "Firewire", "port", "(", "will", "work", "with", "adapter", ")", "and", "put", "the", "SDXC", "slot", "in", "a", "silly", "position", "on", "the", "back", "."], ["No", "hassle", "and", "no", "complaints", "."], ["LOVE", "IT", "I", "'ve", "always", "been", "an", "apple", "fan", "boy", ",", "but", "never", "had", "the", "money", "to", "buy", "a", "mac", ",", "only", "ipads", "and", "iphones", ",", "and", "this", "is", "my", "first", "mac", ",", "blew", "me", "away", "completely", "."], ["The", "durability", "of", "the", "laptop", "will", "make", "it", "worth", "the", "money", "."], ["Well", "designed", "and", "fast", "."], ["And", "now", "I", "am", "a", "proud", "MacBook", "owner", "also", "!"], ["But", "I", "was", "completely", "wrong", ",", "this", "computer", "is", "UNBELIEVABLE", "amazing", "and", "easy", "to", "use", "."], ["Exactly", "as", "posted", "plus", "a", "great", "value", "."], ["The", "specs", "are", "pretty", "good", "too", "."], ["I", "am", "having", "a", "friend", "look", "at", "it", ",", "but", "will", "probably", "return", "it", "."], ["There", "were", "no", "scratches", "or", "dents", "or", "any", "marks", "at", "all", "."], ["I", "'ve", "only", "had", "it", "one", "day", ",", "but", "I", "really", "do", "love", "it", "and", "I", "'m", "happy", "it", "was", "economical", "and", "I", "'m", "finally", "able", "to", "own", "a", "Mac", "!"], ["Since", "I", "have", "always", "used", "Apple", "products", ",", "the", "choice", "of", "Macbook", "Pro", "was", "obvious", "."], ["Apple", "is", "unmatched", "in", "product", "quality", ",", "aesthetics", ",", "craftmanship", ",", "and", "customer", "service", "."], ["This", "is", "my", "first", "apple", "laptop", "."], ["It", "makes", "a", "great", "gift", "."], ["It", "is", "a", "great", "size", "and", "amazing", "windows", "8", "included", "!"], ["I", "would", "recommend", "to", "any", "one", "lloking", "for", "a", "first", "class", "computer", "!"], ["I", "do", "not", "like", "too", "much", "Windows", "8", "."], ["Startup", "times", "are", "incredibly", "long", ":", "over", "two", "minutes", "."], ["I", "bought", "this", "Macbook", "Pro", "from", "Best", "Buy", "under", "a", "year", "ago", "to", "replace", "my", "old", "Macbook", "Air", "."], ["The", "macbook", "pro", "is", "really", "responsive", "."], ["Also", "stunning", "colors", "and", "speedy"], ["it", "is", "really", "expensive", "though", "."], ["great", "price", "free", "shipping", "what", "else", "can", "i", "ask", "for", "!", "!"], ["This", "mouse", "is", "terrific", "."], ["I", "will", "also", "say", "it", "is", "much", "better", "than", "I", "expected", "!"], ["This", "computer", "does", "everything", "i", "need", "it", "to", "do", "for", "school", "and", "more", "."], ["It", "is", "really", "thick", "around", "the", "battery", "."], ["And", "windows", "7", "works", "like", "a", "charm", "."], ["And", "I", "can", "attach", "my", "projector", "to", "it", "."], [":", ")", "Great", "product", ",", "great", "price", ",", "great", "delivery", ",", "and", "great", "service", "."], [":", "]", "It", "arrived", "so", "fast", "and", "customer", "service", "was", "great", "."], ["tried", "windows", "8", "and", "hated", "it", "!", "!", "!"], ["The", "price", "is", "higher", "than", "most", "lab", "top", "out", "there", ";", "however", ",", "he", "/", "she", "will", "get", "what", "they", "paid", "for", ",", "which", "is", "a", "great", "computer", "."], ["So", ",", "I", "thought", "why", "not", "give", "Mac", "Book", "pro", "a", "try", "."], ["Set", "up", "was", "a", "breeze", "."], ["But", "I", "do", "NOT", "like", "Win8", "."], ["I", "have", "owned", "at", "least", "4", "to", "5", "laptops", "and", "computers", "-", "but", "this", "is", "by", "far", "the", "most", "superior", "machine", "I", "have", "ever", "owned", "."], ["I", "am", "still", "in", "the", "process", "of", "learning", "about", "its", "features", "."], ["BTW", ",", "I", "checked", "online", "regarding", "the", "old", "laptop", "that", "'died", "'", "and", "found", "that", "I", "was", "not", "alone", ",", "far", "from", "it", "."], ["I", "had", "the", "same", "reasons", "as", "most", "PC", "users", ":", "the", "price", ",", "the", "overbearing", "restrictions", "of", "OSX", "and", "lack", "of", "support", "for", "games", "."], ["I", "wanted", "it", "for", "it", "'s", "mobility", "and", "man", ",", "this", "little", "bad", "boy", "is", "very", "nice", "."], ["Seems", "to", "me", "that", "'s", "the", "best", "way", "to", "get", "Apple", "'s", "attention", "."], ["Very", "nice", "so", "far", "."], ["You", "wo", "n't", "be", "disappointed", "."], ["The", "investment", "of", "a", "new", "MacBook", "Pro", "came", "at", "a", "price", ",", "but", "totally", "worth", "it", "for", "a", "good", "piece", "of", "mind", "."], ["I", "found", "the", "mini", "to", "be", ":", "Exceptionally", "easy", "to", "set", "up"], ["Having", "USB3", "is", "why", "I", "bought", "this", "Mini", "."], ["Be", "sure", "to", "have", "good", "air", "flow", "where", "ever", "you", "put", "it", "."], ["The", "sound", "is", "nice", "and", "loud", ";", "I", "do", "n't", "have", "any", "problems", "with", "hearing", "anything", "."], ["It", "is", "very", "slim", ",", "the", "track", "pad", "is", "very", "much", "impressed", "with", "me", "."], ["This", "was", "the", "same", "problem", "with", "my", "MacBook", "(", "circa", "2007", ")", "that", "I", "just", "retired", "."], ["Great", "things", "come", "in", "small", "``", "packages", "."], ["HUGE", "Apple", "MAC", "Fan", "!"], ["Looked", "at", "HP", ",", "ASUS", ",", "Acer", ",", "Sony", "and", "a", "bunch", "of", "other", "ones", "but", "could", "not", "find", "I", "really", "liked", "."], ["The", "settings", "are", "not", "user", "-", "friendly", "either", "."], ["Honestly", ",", "I", "am", "surprised", "no", "one", "else", "has", "mentioned", "returning", "theirs", "."], ["Most", "of", "them", "were", "either", "too", "big", ",", "too", "noisy", "and", "too", "slow", "after", "2", "years", "."], ["The", "machine", "is", "used", ",", "but", "is", "like", "new", ",", "i", "'m", "very", "impress", "."], ["Thank", "goodness", "for", "OpenOffice", "!"], ["Awesome", "form", "factor", ",", "great", "battery", "life", ",", "wonderful", "UX", "."], ["Needless", "to", "say", ",", "the", "leap", "from", "that", "to", "this", "has", "been", "amazing", "and", "(", "aside", "from", "the", "financial", "reasons", ")", "I", "am", "astounded", "that", "I", "had", "n't", "made", "the", "switch", "sooner", "."], ["Its", "perfect", ",", "not", "much", "heavy", "."], ["i", "love", "the", "keyboard", "and", "the", "screen", "."], ["I", "find", "it", "not", "to", "be", "very", "user", "friendly", "."], ["It", "has", "surpassed", "all", "expectations", "and", "fulfilled", "all", "my", "needs", "."], ["However", ",", "there", "are", "MAJOR", "issues", "with", "the", "touchpad", "which", "render", "the", "device", "nearly", "useless", "."], ["What", "angers", "me", "more", "than", "anything", "else", "is", "that", "I", "spent", "all", "those", "years", "hating", "MACs", "when", "I", "could", "have", "been", "getting", "a", "lot", "more", "production", "with", "a", "whole", "lot", "less", "grief", "!"], ["I", "'ve", "already", "upgraded", "o", "Mavericks", "and", "I", "am", "impressed", "with", "everything", "about", "this", "computer", "."], ["So", "this", "is", "very", "good", "commputer", "and", "i", "highly", "suggest", "it", "."], ["the", "mbp", "i", "recieved", "was", "everything", "it", "should", "have", "been", "."], ["I", "was", "going", "to", "buy", "today", "and", "noticed", "it", "went", "back", "up", "to", "$", "344.99", "?"], ["Not", "as", "fast", "as", "I", "would", "have", "expect", "for", "an", "i5", "."], ["SO", "of", "course", "this", "one", "came", "through", "with", "the", "awesomeness", "!"], ["You", "will", "not", "regret", "buying", "this", "computer", "!"], ["Nothing", "bad", "to", "say", "about", "it", "."], ["It", "s", "heavy", "for", "Mac", "book", "but", "is", "good", "."], ["thanks", "for", "great", "service", "and", "shipping", "!"], ["Deal", "of", "the", "year", "."], ["My", "sisters", "same", "laptop", "broke", "about", "the", "month", "later", "for", "the", "same", "reason", "."], ["Minis", "make", "sense", "for", "a", "lot", "of", "people", "."], ["The", "performance", "seems", "quite", "good", ",", "and", "built", "-", "in", "applications", "like", "iPhoto", "work", "great", "with", "my", "phone", "and", "camera", "."], ["This", "Mac", "Mini", "makes", "the", "Macbook", "Pro", "seem", "slow", "."], ["I", "did", "swap", "out", "the", "hard", "drive", "for", "a", "Samsung", "830", "SSD", "which", "I", "highly", "recommend", "."], ["I", "bought", "this", "MacBook", "Pro", "to", "replace", "my", "six-", "year-", "old", "PC", "(", "a", "Sony", "Vaio", ")", ",", "but", "it", "was", "basically", "no", "better", "than", "my", "old", "PC", ",", "so", "I", "returned", "it", "."], ["I", "wanted", "a", "simple", ",", "reliable", "laptop", "."], ["Cheaper", "than", "buying", "it", "@", "apple", "too", "!"], ["I", "have", "just", "had", "to", "learn", "to", "be", "a", "little", "harder", "typer", "than", "on", "my", "last", "computer", "."], ["Extremely", "disappointed", "with", "the", "way", "it", "is", "."], ["Never", "been", "happier", "using", "computer", "."], ["I", "have", "had", "a", "total", "of", "5", "different", "laptop", "from", "many", "different", "manufactures", "."], ["Does", "everything", "I", "wanted", "this", "laptop", "to", "do", "."], ["Besides", ",", "the", "apple", "stocks", "have", "been", "falling", "due", "to", "lack", "of", "sales", "."], ["Turns", "out", "this", "is", "a", "common", "problem", "."], ["Starts", "up", "in", "a", "hurry", "and", "everything", "is", "ready", "to", "go", "."], ["It", "is", "also", "fast", "as", "can", "be", "...", "you", "get", "what", "you", "pay", "for", "...", "well", "worth", "the", "investment"], ["But", "I", "'m", "still", "learning", "so", "ca", "n't", "rate", "it", "yet", "for", "everything", "."], ["Overall", "very", "impressed", ",", "Thank", "you", "Apple", "and", "Amazon", "!"], ["Yes", ",", "that", "'s", "a", "good", "thing", ",", "but", "it", "'s", "made", "from", "aluminum", "that", "scratches", "easily", "."], ["Very", "fast", "for", "my", "needs", "."], ["I", "bought", "this", "Mac", "in", "order", "to", "replace", "my", "old", "Dell", "laptop", "."], ["Quick", "and", "has", "built", "in", "virus", "control", "."], ["Took", "a", "long", "time", "trying", "to", "decide", "between", "one", "with", "retina", "display", "and", "one", "without", "."], ["I", "saw", "the", "Mini", "Mac", "at", "Best", "Buy", "and", "decided", "to", "get", "this", "as", "my", "replacement", "."], ["I", "finally", "decided", "on", "this", "one", "and", "could", "n't", "be", "any", "happier", "."], ["I", "was", "also", "informed", "that", "the", "components", "of", "the", "Mac", "Book", "were", "dirty", "."], ["So", "glad", "I", "did", "not", "waste", "money", "on", "a", "less", "than", "par", "product", "."], ["Have", "n't", "regretted", "it", "one", "bit", "."], ["The", "one", "thing", "that", "Apple", "does", "right", "is", "computers", "."], ["the", "hardware", "problems", "have", "been", "so", "bad", ",", "i", "ca", "n't", "wait", "till", "it", "completely", "dies", "in", "3", "years", ",", "TOPS", "!"], ["It", "'s", "so", "nice", "that", "the", "battery", "last", "so", "long", "and", "that", "this", "machine", "has", "the", "snow", "lion", "!"], ["I", "think", "that", "they", "are", "the", "best", "out", "on", "the", "market", "."], ["HOWEVER", "I", "chose", "two", "day", "shipping", "and", "it", "took", "over", "a", "week", "to", "arrive", "."], ["That", "'s", "quite", "a", "bump", "up", "from", "the", "$", "599", "that", "this", "little", "guy", "sells", "for", ",", "which", "leaves", "me", "to", "my", "next", "point", "."], ["this", "is", "quite", "smooth", "as", "well", "as", "heavy", "and", "can", "easily", "slip", "through", "the", "hands", "."], ["My", "laptop", "is", "so", "light", "that", "I", "can", "take", "it", "with", "me", "anywhere", "."], ["it", "'s", "exactly", "what", "i", "wanted", ",", "and", "it", "has", "all", "the", "new", "features", "and", "whatnot", "."], ["You", "can", "do", "absolutely", "anything", "and", "is", "very", "fast", "and", "stylish", "."], ["Finally", "decided", "to", "try", "a", "MAC", "because", "there", "were", "too", "many", "choices", "of", "which", "PC", "'s", "to", "buy", "and", "EVERYONE", "who", "had", "a", "MAC", "said", "``", "buy", "a", "MAC", "''", "."], ["Can", "you", "buy", "any", "laptop", "that", "matches", "the", "quality", "of", "a", "MacBook", "?"], ["It", "feels", "cheap", ",", "the", "keyboard", "is", "not", "very", "sensitive", "."], ["That", "defeated", "the", "whole", "point", "of", "a", "laptop", "."], ["Though", "please", "note", "that", "sometimes", "it", "crashes", ",", "and", "the", "sound", "quality", "isnt", "superb", "."], ["It", "is", "very", "easy", "to", "navigate", "even", "for", "a", "novice", "."], ["But", "until", "now", ",", "no", "complains", "at", "all", "."], ["The", "cons", "are", "more", "annoyances", "that", "can", "be", "lived", "with", "."], ["Does", "everything", "I", "need", "it", "to", ",", "has", "a", "wonderful", "battery", "life", "and", "I", "could", "n't", "be", "happier", "."], ["Great", "Performance", "and", "Quality", "."], ["Just", "What", "I", "Needed", "For", "Portable", "And", "My", "Wallet", "Too", "!"], ["The", "device", "speaks", "about", "it", "self", "."], ["I", "used", "windows", "XP", ",", "windows", "Vista", ",", "and", "Windows", "7", "extensively", "."], ["the", "only", "thing", "that", "bums", "me", "out", "about", "this", "purchase", "is", "they", "released", "a", "newer", "updated", "mbp", "seriously", "RIGHT", "after", "i", "bought", "this", "one", "."], ["it", "does", "get", "hot", "when", "using", "on", "a", "bed", "or", "sofa", "and", "gets", "warm", "on", "a", "desk", "...", ".this", "is", "in", "an", "un-", "air", "conditioned", "room", "...", "..in", "air", "condition", "it", "gets", "slightly", "warm", "...", "..."], ["I", "did", "add", "a", "SSD", "drive", "and", "memory"], ["I", "got", "this", "one", "for", "thanks", "giving", "Offer", "for", "$", "962", ":", ")", "."], ["I", "had", "my", "PC", "laptop", "for", "3", "years", "and", "going", "to", "a", "MacBook", "Pro", "is", "like", "I", "leaped", "through", "time", "."], ["On", "start", "up", "it", "asks", "endless", "questions", "just", "so", "itune", "can", "sell", "you", "more", "of", "their", "products", "."], ["Pretty", "much", "made", "sense", "to", "get", "a", "Mini", "."], ["I", "Have", "been", "a", "Pc", "user", "for", "a", "very", "long", "time", "now", "but", "I", "will", "get", "used", "to", "this", "new", "OS", "."], ["not", "something", "you", "want", "to", "miss", "out", "on", "!", "!", "!"], ["One", "more", "thing", ",", "this", "mac", "does", "NOT", "come", "with", "restore", "disks", "and", "I", "am", "not", "sure", "if", "you", "can", "make", "them", "direct", "from", "the", "mac", "like", "you", "can", "with", "newer", "PC", "'s", ",", "also", "the", "charging", "cables", "are", "made", "of", "the", "same", "cheap", "material", "as", "the", "iPhone", "/", "iPod", "touch", "cables", "."], ["I", "bought", "it", "to", "my", "son", "who", "uses", "it", "for", "graphic", "design", "."], ["I", "previously", "owned", "an", "older", "Dell", "laptop", "that", "died", "after", "about", "5", "or", "6", "years", "."], ["Its", "a", "pretty", "decent", "computer", "."], ["I", "never", "tried", "any", "external", "mics", "with", "that", "iMac", "."], ["The", "new", "os", "is", "great", "on", "my", "macbook", "pro", "!"], ["It", "was", "fast", ",", "and", "it", "was", "``", "different", "''", "."], ["I", "had", "a", "little", "problem", "adjusting", "to", "the", "small", "screen", "but", "works", "fine", "as", "long", "as", "I", "remember", "to", "carry", "my", "glasses", "."], ["I", "purchased", "my", "first", "Mac", "and", "am", "glad", "I", "did", "."], ["I", "have", "experienced", "no", "problems", ",", "works", "as", "anticipated", "."], ["System", "is", "running", "great", "."], ["Easy", "to", "customize", "setting", "and", "even", "create", "your", "own", "bookmarks", "."], ["They", "really", "screwed", "the", "pooch", "on", "this", "one", "."], ["The", "MAC", "Mini", ",", "wireless", "keyboard", "/", "mouse", "and", "a", "HDMI", "cable", "is", "all", "I", "need", "to", "get", "some", "real", "work", "done", "."], ["I", "finally", "pulled", "the", "trigger", "and", "I", "am", "blown", "away", "by", "how", "much", "more", "I", "enjoy", "my", "computer", "tasks", "using", "the", "Mac", "Mini", "!", "!", "!"], ["it", "has", "all", "the", "features", "that", "we", "expected", "and", "the", "price", "was", "good", ",", "working", "well", "so", "far", "."], ["I", "work", "as", "a", "designer", "and", "coder", "and", "I", "needed", "a", "new", "buddy", "to", "work", "with", ",", "not", "gaming", "."], ["I", "was", "told", "that", "it", "seems", "to", "be", "a", "multi", "-", "component", "failure", "."], ["The", "new", "operating", "system", "makes", "this", "computer", "into", "a", "super", "iPad", "."], ["I", "am", "very", "happy", "with", "my", "first", "Mac", "."], ["Easy", "to", "set", "up", "and", "go", "!"], ["I", "ca", "n't", "believe", "how", "quiet", "the", "hard", "drive", "is", "and", "how", "quick", "this", "thing", "boots", "up", "."], ["The", "only", "issue", "came", "when", "I", "tried", "scanning", "to", "the", "mac", "."], ["The", "machine", "is", "speedy", "and", "efficient", "."], ["I", "think", "this", "is", "about", "as", "good", "as", "it", "gets", "at", "anything", "close", "to", "this", "price", "point", "."], ["A", "*", "big*", "upgrade", "from", "my", "13", "''", "2006", "macbook", "."], ["It", "'s", "just", "what", "we", "were", "looking", "for", "and", "it", "works", "great", "."], ["Having", "a", "Mac", "certainly", "makes", "life", "easier", "."], ["It", "'s", "so", "quick", "and", "responsive", "that", "it", "makes", "working", "/", "surfing", "on", "a", "computer", "so", "much", "more", "pleasurable", "!"], ["The", "old", "unibody", "macbook", "pro", "could", "fry", "an", "egg", "after", "a", "while", "."], ["It", "works", "fine", ",", "and", "all", "the", "software", "seems", "to", "run", "pretty", "well", "."], ["For", "this", "purpose", ",", "it", "'s", "great", "."], ["Could", "n't", "have", "asked", "for", "more", "!"], ["I", "'m", "using", "this", "computer", "for", "word", "processing", ",", "web", "browsing", ",", "some", "gaming", ",", "and", "I", "'m", "learning", "programming", "."], ["It", "certainly", "does", ",", "but", "you", "rarely", "hear", "any", "of", "your", "friends", "with", "Mac", "'s", "complain", "about", "anything", "."], ["My", "wife", "was", "so", "excited", "to", "open", "the", "box", ",", "but", "quickly", "came", "to", "see", "that", "it", "did", "not", "function", "as", "it", "should", "."], ["I", "do", "n't", "have", "any", "technical", "pearls", "to", "share", "."], ["I", "wanted", "a", "computer", "that", "was", "quite", ",", "fast", ",", "and", "that", "had", "overall", "great", "performance", "."], ["Apple", "``", "Help", "''", "is", "a", "mixed", "bag", "."], ["All", "I", "can", "say", "is", "I", "am", "impressed", "."], ["It", "suddenly", "can", "not", "work", "."], ["It", "did", "everything", "we", "expected", "!"], ["Harddrive", "was", "in", "poor", "condition", ",", "had", "to", "replace", "it", "."], ["The", "on", "/", "off", "switch", "is", "a", "bit", "obscure", "in", "the", "rear", "corner", "."], ["It", "'s", "a", "nice", "little", "gadget", "."], ["My", "only", "complaint", "is", "the", "total", "lack", "of", "instructions", "that", "come", "with", "the", "mac", "mini", "."], ["The", "only", "task", "that", "this", "computer", "would", "not", "be", "good", "enough", "for", "would", "be", "gaming", ",", "otherwise", "the", "integrated", "Intel", "4000", "graphics", "work", "well", "for", "other", "tasks", "."], ["It", "'s", "macbook", "pro", "and", "there", "is", "no", "discusion", "about", "it", "."], ["I", "'m", "hoping", "the", "rest", "of", "the", "features", "will", "be", "the", "signature", "quality", "of", "apple", "."], ["I", "use", "it", "mostly", "for", "content", "creation", "(", "Audio", ",", "video", ",", "photo", "editing", ")", "and", "its", "reliable", "."], ["It", "is", "the", "best", "all", "around", "Mac", "."], ["Screen", "is", "bright", "and", "gorgeous", "."], ["Also", "is", "portable", "and", "reliable", "."], ["The", "only", "solution", "is", "to", "turn", "the", "brightness", "down", ",", "etc", "."], ["It", "is", "not", "an", "easy", "decision", "to", "purchase", "a", "used", "or", "even", "good", "as", "new", "laptop", "but", "I", "am", "very", "satisfied", "."], ["If", "you", "want", "more", "information", "on", "macs", "I", "suggest", "going", "to", "apple.com", "and", "heading", "towards", "the", "macbook", "page", "for", "more", "information", "on", "the", "applications", "."], ["It", "is", "robust", ",", "with", "a", "friendly", "use", "as", "all", "Apple", "products", "."], ["Even", "if", "you", "do", "n't", "do", "business", ",", "thats", "okay", ",", "it", "'s", "incredibly", "fast", "."], ["It", "is", "fast", "and", "easy", "to", "use", "."], ["This", "was", "absolutely", "annoying", "!"], ["And", "the", "fact", "that", "it", "comes", "with", "an", "i5", "processor", "definitely", "speeds", "things", "up"], ["But", "for", "those", "of", "you", "that", "dont", "have", "a", "mac", "and", "are", "still", "on", "the", "PC", "'s", "this", "is", "a", "good", "foot", "in", "the", "door", "into", "mac", "."], ["I", "have", "been", "PC", "for", "years", "but", "this", "computer", "is", "intuitive", "and", "its", "built", "in", "features", "are", "a", "great", "help"], ["and", "it", "fits", "in", "my", "briefcase", "with", "ease"], ["Nice", "screen", ",", "keyboard", "works", "great", "!"], ["Still", "not", "bad", "for", "220.00", "."], ["I", "was", "amazed", "at", "how", "fast", "the", "delivery", "was", "."], ["Good", "computer", "and", "fast", "."], ["I", "'ve", "installed", "to", "it", "additional", "SSD", "and", "16Gb", "RAM", "."], ["The", "memory", "was", "gone", "and", "it", "was", "not", "able", "to", "be", "used", "."], ["Its", "pretty", "much", "fire", "it", "up", "and", "go", "."], ["It", "works", "great", "and", "I", "am", "so", "happy", "I", "bought", "it", "."], ["Let", "me", "start", "off", "by", "saying", "that", "I", "was", "highly", "reluctant", "to", "spend", "so", "much", "money", "on", "a", "laptop", "."], ["I", "like", "the", "design", "and", "ease", "of", "use", "with", "the", "keyboard", ",", "plenty", "of", "ports", "."], ["Apple", "is", "living", "up", "to", "its", "name", "with", "the", "mini", "and", ",", "for", "our", "needs", ",", "it", "'s", "perfect", "."], ["it", "definitely", "beats", "my", "old", "mac", "and", "the", "service", "was", "great", "."], ["I", "went", "from", "a", "Macbook", "to", "this", "Mac", "Mini", "and", "this", "was", "a", "great", "upgrade", "!"], ["Web", "browsing", "is", "very", "quick", "with", "Safari", "browser", "."], ["It", "could", "n't", "have", "been", "a", "better", "decision", "."], ["I", "like", "the", "lighted", "screen", "at", "night", "."], ["It", "'s", "great", "to", "have", "a", "solid", "Mac", "in", "the", "living", "room", "."], ["It", "is", "really", "easy", "to", "use", "and", "it", "is", "quick", "to", "start", "up", "."], ["I", "'ve", "lived", "with", "the", "crashes", "and", "slow", "operation", "and", "restarts", "."], ["Very", "light", "and", "easily", "maneuverable", "."], ["USB3", "Peripherals", "are", "noticably", "less", "expensive", "than", "the", "ThunderBolt", "ones", "."], ["This", "can", "be", "annoying", "at", "first", "but", "you", "just", "have", "to", "train", "yourself", "not", "to", "to", "start", "over", "so", "far", "."], ["And", "mine", "had", "broke", "but", "I", "sent", "it", "in", "under", "warranty", "-", "no", "problems", "."], ["I", "am", "not", "happy", "with", "my", "purchase"], ["It", "'s", "fast", ",", "light", ",", "and", "is", "perfect", "for", "media", "editing", ",", "which", "is", "mostly", "why", "I", "bought", "it", "in", "the", "first", "place", "."], ["However", ",", "the", "machine", "itself", "left", "a", "bit", "to", "be", "desired", "."], ["The", "battery", "lasts", "as", "advertised", "(", "give", "or", "take", "15", "-", "20", "minutes", ")", ",", "and", "the", "entire", "user", "experience", "is", "very", "elegant", "."], ["I", "spent", "months", "looking", "for", "a", "good", "laptop", "for", "me", "and", "I", "finally", "found", "it", "!"], ["$", "999.00", "Tax", "free", "."], ["Thanks", "for", "the", "fast", "shipment", "and", "great", "price", "."], ["!", "Excelent", "performance", ",", "usability", ",", "presentation", "and", "time", "response", "."], ["The", "smaller", "size", "was", "a", "bonus", "because", "of", "space", "restrictions", "."], ["I", "blame", "the", "Mac", "OS", "."], ["But", "for", "now", ",", "this", "laptop", "is", "still", "a", "workhorse", "."], ["In", "fact", "I", "still", "use", "many", "Legacy", "programs", "(", "Appleworks", ",", "FileMaker", "Pro", ",", "Quicken", ",", "Photoshop", "etc", ")", "!"], ["It", "'s", "small", "but", "powerful", ",", "light", "but", "strong", ",", "elegant", "and", "beautiful", "...", "In", "resume", ":", "it", "'s", "a", "Mac", "!"], ["I", "like", "the", "operating", "system", "."], ["I", "wish", "I", "would", "have", "taken", "the", "plunge", "years", "ago", "."], ["I", "love", "the", "form", "factor", "."], ["I", "have", "n't", "used", "the", "product", "long", "enough", "to", "write", "a", "detailed", "technical", "review", "."], ["It", "'s", "fast", "at", "loading", "the", "internet", "."], ["So", "much", "faster", "and", "sleeker", "looking", "."], ["I", "plan", "on", "using", "my", "MacBook", "Pro", "for", "a", "long", "time", "."], ["Unfortunately", ",", "it", "runs", "XP", "and", "Microsoft", "is", "dropping", "support", "next", "April", "."], ["Its", "seen", "in", "movies", ",", "sitcoms", ",", "prominent", "important", "people", "carry", "and", "use", "them", "and", "they", "are", "GREAT", "!"], ["First", "off", ",", "I", "really", "do", "like", "my", "MBP", "...", "once", "used", "to", "the", "OS", "it", "is", "pretty", "easy", "to", "get", "around", ",", "and", "the", "overall", "build", "is", "great", "...", "eg", "the", "keyboard", "is", "one", "of", "the", "best", "to", "type", "on", "."], ["Does", "exactly", "what", "I", "bought", "it", "4", "."], ["Buy", "the", "Mac", "Mini", "it", "'s", "a", "terribly", "great", "machine", "."], ["It", "is", "made", "of", "such", "solid", "construction", "and", "since", "I", "have", "never", "had", "a", "Mac", "using", "my", "iPhone", "helped", "me", "get", "used", "to", "the", "system", "a", "bit", "."], ["I", "love", "this", "piece", "of", "equipment", ",", "It", "will", "be", "hard", "to", "go", "back", "to", "other", "type", "of", "laptop", "after", "using", "a", "MacBook", "Pro", "."], ["Very", "nice", "unibody", "construction", "."], ["Very", "disappointed", "with", "Apple", "."], ["This", "Macbook", "Pro", "is", "fast", ",", "powerful", ",", "and", "runs", "super", "quiet", "and", "cool", "."], ["*", "*", "*", "The", "review", "below", "is", "no", "longer", "relevant", ",", "Apple", "has", "fixed", "the", "issue", "."], ["It", "'s", "ok", "but", "does", "n't", "have", "a", "disk", "drive", "which", "I", "did", "n't", "know", "until", "after", "I", "bought", "it", "."], ["There", "is", "no", "HDMI", "receptacle", ",", "nor", "is", "there", "an", "SD", "card", "slot", "located", "anywhere", "on", "the", "device", "."], ["It", "really", "is", "very", "light", "compared", "to", "other", "computers", "."], ["It", "came", "in", "brand", "new", "and", "works", "perfectly", "."], ["This", "machine", "is", "A-", "mazing", "."], ["It", "should", "n't", "happen", "like", "that", ",", "I", "do", "n't", "have", "any", "design", "app", "open", "or", "anything", "."], ["MY", "TRACKPAD", "IS", "NOT", "WORKING", "."], ["I", "just", "hope", "this", "expensive", "laptop", "does", "n't", "go", "dead", "like", "my", "friends", "...", "it", "did", "last", "him", "5", "good", "years", "before", "it", "bit", "the", "dust", "."], ["Considering", "another", "computer", "should", "be", "out", "of", "the", "question"], ["It", "looks", "and", "feels", "solid", ",", "with", "a", "flawless", "finish", "."], ["Its", "worth", "every", "Penny", "."], ["Price", "was", "higher", "when", "purchased", "on", "MAC", "when", "compared", "to", "price", "showing", "on", "PC", "when", "I", "bought", "this", "product", "."], ["This", "was", "a", "great", "deal", "for", "a", "decked", "out", "MacBook", "Pro", "."], ["Then", "the", "system", "would", "many", "times", "not", "power", "down", "without", "a", "forced", "power", "-", "off", "."], ["Get", "this", "instead", ",", "you", "wo", "n't", "be", "sorry", "."], ["The", "configuration", "is", "perfect", "for", "my", "needs", "."], ["and", "the", "speakers", "is", "the", "worst", "ever", "."], ["I", "think", "it", "was", "around", "16", "hundred", "bucks", "last", "I", "checked", "."], ["Its", "the", "best", ",", "its", "got", "the", "looks", ",", "super", "easy", "to", "use", "and", "love", "all", "you", "can", "do", "with", "the", "trackpad", "!", ".."], ["It", "'s", "fast", ",", "quiet", ",", "incredibly", "small", "and", "affordable", "compared", "to", "other", "Mac", "models", "."], ["Web", "surfuring", "is", "smooth", "and", "seamless", "."], ["It", "was", "so", "exciting", "for", "me", "to", "unwrapp", "my", "new", "mac", "."], ["I", "'m", "overall", "pleased", "with", "the", "interface", "and", "the", "portability", "of", "this", "product", "."], ["so", "when", "I", "had", "the", "money", "to", "buy", "one", "I", "bought", "other", "things", "instead", "...", ".a", "700", "laptop", "and", "some", "extra", "stuff", "with", "it", "."], ["This", "item", "is", "a", "beautiful", "piece", ",", "it", "works", "well", ",", "it", "is", "easy", "to", "carry", "and", "handle", "."], ["See", "retired", "recently", "and", "decided", "that", "she", "wanted", "a", "laptop", "."], ["It", "was", "also", "suffering", "from", "hardware", "(", "keyboard", ")", "issues", ",", "relatively", "slow", "performance", "and", "shortening", "battery", "lifetime", "."], ["I", "'m", "no", "regular", "customer", "I", "hate", "wasting", "my", "time", "with", "hellos", "and", "how", "can", "I", "help", "you", "'s", "."], ["Runs", "good", "and", "does", "the", "job", ",", "ca", "n't", "complain", "about", "that", "!"], ["It", "'s", "silent", "and", "has", "a", "very", "small", "footprint", "on", "my", "desk", "."], ["I", "have", "nothing", "to", "regret", "from", "this", "new", "product", "."], ["The", "exterior", "is", "absolutely", "gorgeous", "."], ["Have", "one", "myself", "and", "Love", "it", "!"], ["It", "has", "a", "very", "high", "performance", ",", "just", "for", "what", "I", "needed", "for", "."], ["This", "is", "especially", "disheartening", "when", "Apple", "prides", "itself", "as", "the", "choice", "of", "creative", "professionals", "."], ["Apple", "is", "aware", "of", "this", "issue", "and", "this", "is", "either", "old", "stock", "or", "a", "defective", "design", "involving", "the", "intel", "4000", "graphics", "chipset", "."], ["Stop", "living", "in", "the", "stone", "age", "and", "buy", "a", "mac", ",", "you", "will", "not", "be", "sorry", "at", "all", "!", "!"], ["OSX", "Mountain", "Lion", "soon", "to", "upgrade", "to", "Mavericks", "."], ["Apple", "hit", "a", "home", "run", "here", "."], ["I", "just", "bought", "the", "new", "MacBook", "Pro", ",", "the", "13", "''", "model", ",", "and", "I", "ca", "n't", "believe", "Apple", "keeps", "making", "the", "same", "mistake", "with", "regard", "to", "USB", "ports", "."], ["So", "glad", "I", "have", "gone", "this", "route", "!", "!"], ["It", "wakes", "in", "less", "than", "a", "second", "when", "I", "open", "the", "lid", "."], ["It", "is", "the", "perfect", "size", "and", "speed", "for", "me", "."], ["I", "am", "so", "addict", "to", "this", "laptop", "."], ["THE", "CUSTOMER", "SERVICE", "IS", "TERRIFIC", "!", "!"], ["Trashed", "it", "when", "I", "spilled", "a", "latte", "on", "it", "while", "writing", "at", "a", "cafe", "."], ["My", "last", "laptop", "was", "a", "17", "''", "ASUS", "gaming", "machine", ",", "which", "performed", "admirably", ",", "but", "having", "since", "built", "my", "own", "desktop", "and", "really", "settling", "into", "the", "college", "life", ",", "I", "found", "myself", "wanting", "something", "smaller", "and", "less", "cumbersome", ",", "not", "to", "mention", "that", "the", "ASUS", "had", "been", "slowly", "developing", "problems", "ever", "since", "I", "bought", "it", "about", "4", "years", "ago", "."], ["However", ",", "it", "did", "not", "have", "any", "scratches", ",", "ZERO", "battery", "cycle", "count", "(", "pretty", "surprised", ")", ",", "and", "all", "the", "hardware", "seemed", "to", "be", "working", "perfectly", "."], ["After", "fumbling", "around", "with", "the", "OS", "I", "started", "searching", "the", "internet", "for", "a", "fix", "and", "found", "a", "number", "of", "forums", "on", "fixing", "the", "issue", "."], ["I", "could", "n't", "be", "more", "pleased", "."], ["And", "as", "for", "all", "the", "fancy", "finger", "swipes", "-", "-", "I", "just", "gave", "up", "and", "attached", "a", "mouse", "."], ["I", "needed", "a", "laptop", "with", "big", "storage", ",", "a", "nice", "screen", "and", "fast", "so", "I", "can", "photoshop", "without", "any", "problem", "."], ["I", "like", "coming", "back", "to", "Mac", "OS", "but", "this", "laptop", "is", "lacking", "in", "speaker", "quality", "compared", "to", "my", "$", "400", "old", "HP", "laptop", "."], ["It", "is", "much", "better", "than", "the", "Acer", "ultrabook", "I", "had", "before", "."], ["Shipped", "very", "quickly", "and", "safely", "."], ["I", "finally", "own", "a", "piece", "of", "computing", "equipment", "that", "I", "do", "n't", "want", "to", "take", "a", "baseball", "bat", "and", "destroy", "."], ["The", "thunderbolt", "port", "is", "awesome", "!"], ["User", "friendly", ",", "fast", "and", "high", "tech", "It", "is", "amazing", "!"], ["The", "performance", "is", "definitely", "superior", "to", "any", "computer", "I", "'ve", "ever", "put", "my", "hands", "on", "."], ["It", "'s", "great", "for", "streaming", "video", "and", "other", "entertainment", "uses", "."], ["Apple", "did", "a", "great", "job", "."], ["I", "like", "the", "design", "and", "its", "features", "but", "there", "are", "somethings", "I", "think", "needs", "to", "be", "improved", "."], ["There", "were", "small", "problems", "with", "Mac", "office", "."], ["It", "is", "extremely", "fast", "and", "very", "compact", "."], ["I", "understand", "I", "should", "call", "Apple", "Tech", "Support", "about", "any", "variables", "(", "which", "is", "my", "purpose", "of", "writing", "this", "con", ")", "as", "variables", "could", "be", "a", "bigger", "future", "problem", "."], ["I", "ordered", "my", "2012", "mac", "mini", "after", "being", "disappointed", "with", "spec", "of", "the", "new", "27", "''", "Imacs", "."], ["It", "still", "works", "and", "it", "'s", "extremely", "user", "friendly", ",", "so", "I", "would", "recommend", "it", "for", "new", "computer", "user", "and", "also", "for", "those", "who", "are", "just", "looking", "for", "a", "more", "efficient", "way", "to", "do", "things"], ["Its", "fast", ",", "easy", "to", "use", "and", "it", "looks", "great", "."], ["(", "but", "Office", "can", "be", "purchased", ")", "IF", "I", "ever", "need", "a", "laptop", "again", "I", "am", "for", "sure", "purchasing", "another", "Toshiba", "!", "!"], ["I", "have", "n't", "tried", "the", "one", "with", "retina", "display", "...", "Maybe", "in", "the", "future", "."], ["You", "can", "read", "all", "about", "the", "details", "of", "this", "marvelous", "computer", "on", "wikipedia", "."], ["Performance", "is", "much", "much", "better", "on", "the", "Pro", ",", "especially", "if", "you", "install", "an", "SSD", "on", "it", "."], ["Note", ",", "however", ",", "that", "any", "existing", "MagSafe", "accessories", "you", "have", "will", "not", "work", "with", "the", "MagSafe", "2", "connection", "."], ["If", "you", "get", "a", "lemon", "(", "I", "have", "two", "thirds", "of", "my", "Macs", ")", ",", "you", "have", "to", "send", "it", "in", "for", "repairs", "several", "times", "before", "they", "will", "replace", "it", ",", "even", "if", "they", "have", "numerous", "problems", "with", "the", "same", "version", "of", "their", "computers", "."], ["The", "only", "thing", "I", "dislike", "is", "the", "touchpad", ",", "alot", "of", "the", "times", "its", "unresponsive", "and", "does", "things", "I", "dont", "want", "it", "too", ",", "I", "would", "recommend", "using", "a", "mouse", "with", "it", "."], ["Yeah", ",", "it", "'s", "super", "expensive", "."], ["The", "Mac", "mini", "is", "about", "8x", "smaller", "than", "my", "old", "computer", "which", "is", "a", "huge", "bonus", "and", "runs", "very", "quiet", ",", "actually", "the", "fans", "are", "n't", "audible", "unlike", "my", "old", "pc"], ["MAYBE", "The", "Mac", "OS", "improvement", "were", "not", "The", "product", "they", "Want", "to", "offer", "."], ["It", "came", "before", "the", "day", "it", "supposed", "to", "which", "is", "great", "."], ["I", "thought", "the", "transition", "would", "be", "difficult", "at", "best", "and", "would", "take", "some", "time", "to", "fully", "familiarize", "myself", "with", "the", "new", "Mac", "ecosystem", "."], ["It", "'s", "absolutely", "wonderful", "and", "worth", "the", "price", "!"], ["It", "'s", "a", "good", "fix", ",", "in", "my", "opinion", "."], ["I", "am", "please", "with", "the", "products", "ease", "of", "use", ";", "out", "of", "the", "box", "ready", ";", "appearance", "and", "functionality", "."], ["Buying", "a", "Mac", "Mini", "would", "allow", "me", "to", "make", "the", "transition", "."], ["Before", "I", "begin", ",", "I", "will", "say", "that", "I", "am", "not", "like", "a", "good", "percentage", "of", "the", "people", "that", "will", "end", "up", "writing", "a", "review", "on", "this", "computer", "-", "I", "am", "not", "an", "Apple", "fanboy", "."], ["its", "by", "far", "faster", "and", "more", "stable", "then", "my", "PC", "."], ["I", "purchased", "a", "MacBook", "Pro", "and", "this", "to", "replace", "a", "couple", "of", "HP", "units", "that", "I", "was", "using", "."], ["you", "will", "not", "regret", "it", ",", "promise", "you", "!"], ["Moving", "from", "a", "PC", "to", "Mac", "has", "never", "been", "easier", ",", "and", "I", "'m", "glad", "that", "I", "did", "it", "."], ["Perfect", "for", "all", "my", "graphic", "design", "classes", "I", "'m", "taking", "this", "year", "in", "college", ":", "-", ")"], ["Have", "used", "only", "Macs", "for", "years", "."], ["Being", "a", "tech", "savvy", ",", "APPLE", "-", "product", "loving", "person", ",", "I", "'m", "glad", "I", "finally", "got", "the", "MacBook", "Pro", "!"], ["I", "was", "always", "against", "them", "but", "now", "I", "buying", "one", "I", "'ll", "never", "go", "back", "to", "PC", "."], ["I", "will", "not", "be", "using", "that", "slot", "again", "."], ["I", "think", "that", "was", "a", "great", "decision", "to", "buy"], ["The", "OS", "is", "fast", "and", "fluid", ",", "everything", "is", "organized", "and", "it", "'s", "just", "beautiful", "."], ["It", "will", "make", "life", "so", "much", "easier", "next", "semester", ",", "just", "wish", "I", "had", "it", "last", "semester", "!", "!"], ["I", "paid", "for", "a", "new", "laptop", ",", "but", "was", "sent", "a", "used", "one", "."], ["Searched", "it", "on", "amazon", "and", "on", "bestbuy", "."], ["I", "bought", "this", "one", "for", "my", "11", "year", "old", "and", "the", "MacBook", "Air", "for", "my", "9", "year", "old", "."], ["I", "bought", "it", "for", "college", "and", "so", "far", "it", "'s", "amazing", "!"], ["They", "are", "simpler", "to", "use", "."], ["It", "was", "at", "my", "door", "in", "less", "than", "24", "hours", "."], ["It", "'s", "also", "very", "pricey", "but", "you", "just", "have", "to", "tell", "yourself", "it", "'s", "an", "investment", "and", "that", "it", "'s", "gon", "na", "last", "you", "a", "long", "time", "."], ["It", "was", "getting", "old", "and", "I", "needed", "a", "new", "school", "computer", "."], ["!", "so", "nice", "..", "stable", "..", "fast", "..", "now", "i", "got", "my", "SSD", "!"], ["I", "love", "apple", "but", "unlike", "others", "That", "does", "not", "prevent", "me", "to", "not", "be", "honest", "about", "how", "i", "like", "it", "and", "if", "its", "good", "or", "not", "."], ["So", ",", "I", "'m", "cooled", "on", "Mac", "buys", "."], ["It", "is", "a", "great", "computer", "for", "that", "and", "I", "have", "to", "say", "I", "'m", "happy", "I", "switched", "."], ["Also", ",", "in", "using", "the", "built", "-", "in", "camera", ",", "my", "voice", "recording", "for", "my", "vlog", "sounds", "like", "the", "interplanetary", "transmissions", "in", "the", "``", "Star", "Wars", "''", "saga", "."], ["Overall", "a", "nice", "computer", "."], ["You", "can", "imagine", "that", "an", "expensive", "item", "as", "a", "laptop", "will", "not", "be", "left", "on", "your", "front", "steps", ",", "it", "needs", "signature", "to", "pove", "that", "you", "received", "it", "."], ["I", "love", "the", "quick", "start", "up", "."], ["Yes", ",", "he", "is", "a", "self", "professed", "``", "Mac", "snob", "."], ["You", "just", "can", "not", "beat", "the", "functionality", "of", "an", "Apple", "device", "."], ["Yet", "my", "mac", "continues", "to", "function", "properly", "."], ["Graphics", "are", "much", "improved", "."], ["Here", "are", "the", "things", "that", "made", "me", "confident", "with", "my", "purchase", ":", "Build", "Quality", "-", "Seriously", ",", "you", "ca", "n't", "beat", "a", "unibody", "construction", "."], ["It", "'s", "the", "mid", "2012", "version", "."], ["It", "provides", "much", "more", "flexibility", "for", "connectivity", "."], ["I", "want", "the", "portability", "of", "a", "tablet", ",", "without", "the", "limitations", "of", "a", "tablet", "and", "that", "'s", "where", "this", "laptop", "comes", "into", "play", "."], ["I", "have", "had", "many", ",", "many", "issues", "with", "PC", "'s", "in", "the", "past", "and", "I", "'m", "finally", "glad", "to", "have", "joined", "the", "Mac", "revolution", "!"], ["Mac", "tutorials", "do", "help", "."], ["When", "it", "broke", "I", "wanted", "another", "Acer", "and", "chose", "the", "V5", "."], ["The", "technical", "support", "was", "not", "helpful", "as", "well", "."], ["I", "got", "the", "new", "adapter", "and", "there", "was", "no", "change", "."], ["so", "i", "called", "technical", "support", "."], ["Nothing", "about", "it", "that", "i", "do", "n't", "love", ",", "apple", "always", "makes", "a", "great", "product", "."], ["I", "saved", "about", "$", "100", "plus", "tax", "ordering", "on", "Amazon", "and", "since", "I", "have", "prime", ",", "it", "arrived", "overnight", "for", "just", "$", "3.99", "more", "."], ["Came", "with", "iPhoto", "and", "garage", "band", "already", "loaded", "."], ["It", "'s", "all", "a", "bit", "magical", "."], ["Logic", "board", "utterly", "fried", ",", "cried", ",", "and", "laid", "down", "and", "died", "."], ["It", "is", "BLAZING", "fast", "!"], ["The", "sound", "was", "crappy", "even", "when", "you", "turn", "up", "the", "volume", "still", "the", "same", "results", "."], ["ive", "never", "had", "a", "problem", "with", "it", "!"], ["I", "currently", "own", "a", "Lenovo", "laptop", "as", "well", "as", "my", "new", "MacBook", "Pro", ",", "and", "each", "have", "their", "own", "strengths", "and", "weaknesses", "."], ["OSX", "Lion", "is", "a", "great", "performer..extremely", "fast", "and", "reliable", "."], ["Best", "commuter", "I", "have", "ever", "owned", "."], ["What", "can", "I", "say", ",", "It", "'s", "an", "Apple", "."], ["Having", "heard", "from", "friends", "and", "family", "about", "how", "reliable", "a", "Mac", "product", "is", ",", "I", "never", "expected", "to", "have", "an", "application", "crash", "within", "the", "first", "month", ",", "but", "I", "did", "."], ["The", "Macbook", "pro", "'s", "physical", "form", "is", "wonderful", "."], ["I", "have", "an", "iPhone", ",", "and", "iPad", ",", "so", "it", "just", "made", "sense", "to", "finish", "off", "the", "platform", "by", "adding", "the", "Mini", "."], ["Not", "super", "light", "but", "still", "a", "good", "one", "."], ["The", "Mini", "'s", "body", "has", "n't", "changed", "since", "late", "2010", "-", "and", "for", "a", "good", "reason", "."], ["The", "unibody", "construction", "really", "does", "feel", "lot", "more", "solid", "than", "Apple", "'s", "previous", "laptops", "."], ["i", "had", "to", "return", "it", "for", "a", "replacement", "."], ["It", "was", "wonderful", "deal", "for", "the", "wonderful", "product", "."], ["It", "completely", "supports", "my", "home", "business", "and", "personal", "life", "."], ["3D", "rendering", "slows", "it", "down", "considerably", "."], ["Got", "this", "Mac", "Mini", "with", "OS", "X", "Mountain", "Lion", "for", "my", "wife", "."], ["I", "am", "pleased", "to", "report", "that", "it", "is", "one", "of", "the", "best", "presents", "I", "have", "received", "to", "date", "."], ["Every", "day", "I", "had", "this", "computer", ",", "something", "failed", "on", "it", "."], ["fast", ",", "great", "screen", ",", "beautiful", "apps", "for", "a", "laptop", ";", "priced", "at", "1100", "on", "the", "apple", "website", ";", "amazon", "had", "it", "for", "1098+", "tax", "-", "plus", "i", "had", "a", "10", "%", "off", "coupon", "from", "amazon", "-", "cost", "me", "998", "plus", "tax", "-", "1070", "-", "OTD", "!"], ["12.44", "seconds", "to", "boot", "."], ["All", "the", "ports", "are", "much", "needed", "since", "this", "is", "my", "main", "computer", "."], ["The", "Like", "New", "condition", "of", "the", "iMac", "MC309LL", "/", "A", "on", "Amazon", "is", "at", "$", "900+", "level", "only", ",", "and", "it", "is", "a", "Quad", "-", "Core", "2.5", "GHz", "CPU", "(", "similar", "to", "the", "$", "799", "Mini", ")", ",", "with", "Radeon", "HD", "6750M", "512MB", "graphic", "card", "(", "this", "mini", "is", "integrated", "Intel", "4000", "card", ")", ",", "and", "it", "even", "comes", "with", "wireless", "Apple", "Keyboard", "and", "Mouse", ",", "all", "put", "together", "in", "neat", "and", "nice", "package", "."], ["Put", "a", "cover", "on", "it", "and", "is", "a", "little", "better", "but", "that", "is", "my", "only", "complaint", "."], ["Within", "a", "few", "hours", "I", "was", "using", "the", "gestures", "unconsciously", "."], ["This", "mac", "does", "come", "with", "an", "extender", "cable", "and", "I", "'m", "using", "mine", "right", "now", "hoping", "the", "cable", "will", "stay", "nice", "for", "the", "many", "years", "I", "plan", "on", "using", "this", "mac", "."], ["This", "is", "the", "third", "in", "a", "series", "of", "MacBooks", "starting", "with", "a", "Black", "MacBook", "."], ["The", "2.9ghz", "dual", "-", "core", "i7", "chip", "really", "out", "does", "itself", "."], ["My", "life", "has", "been", "enriched", "since", "I", "have", "been", "using", "Apple", "products", "."], ["i", "FINALLY", "DID", "IT", "AND", "THIS", "MACHINE", "IS", "THE", "WAY", "TO", "GO", "!"], ["It", "is", "pretty", "snappy", "and", "starts", "up", "in", "about", "30", "seconds", "which", "is", "good", "enough", "for", "me", "."], ["The", "few", "things", "that", "are", "wrong", "with", "it", "are", "very", "minor", "things", "."], ["So", "noise", "is", "reduced", "at", "least", "50", "%", "and", "the", "heat", "is", "much", "better", ",", "now", "it", "does", "n't", "feel", "hot", "but", "warm", "."], ["Not", "sure", "on", "Windows", "8", "."], ["It", "'s", "a", "lottery", "at", "this", "point", "as", "I", "have", "read", "that", "other", "have", "received", "new", "ones", "with", "the", "same", "problem", "."], ["My", "one", "complaint", "is", "that", "there", "was", "no", "internal", "CD", "drive", "."], ["This", "newer", "netbook", "has", "no", "hard", "drive", "or", "network", "lights", "."], ["This", "is", "the", "first", "time", "for", "me", "to", "use", "a", "Mac", "and", "I", "'m", "really", "happy", "with", "the", "move", "."], ["No", "complaints", "for", "an", "Apple", "product", "."], ["The", "new", "MacBook", "is", "lightyears", "ahead", "of", "my", "old", "white", "plastic", "MacBook", "circa", "2006", "."], ["I", "would", "say", "that", "85", "%", "of", "the", "design", "industry", "is", "Mac", "for", "good", "reason", "."], ["I", "was", "having", "a", "though", "time", "deciding", "between", "the", "13", "''", "MacBook", "Air", "or", "the", "MacBook", "Pro", "13", "''", "(", "Both", "baseline", "models", ",", "priced", "at", "1,200", "$", "retail", ")"], ["The", "last", "new", "mac", "I", "bought", "was", "in", "1998", "."], ["There", "are", "reviews", "that", "speak", "to", "a", "few", "possible", "glitches", "but", ",", "I", "have", "n't", "seen", "them", "yet", "."], ["Not", "too", "expense", "and", "has", "enough", "storage", "for", "most", "users", "and", "many", "ports", "."], ["I", "am", "very", "satisfied", "with", "the", "mini", "."], ["The", "audio", "volume", "is", "quite", "low", "and", "virtually", "unusable", "in", "a", "room", "with", "any", "background", "activity", "."], ["I", "am", "going", "to", "college", "next", "year", "and", "I", "needed", "a", "cheaper", ",", "quality", "computer", "for", "the", "goals", "I", "am", "trying", "to", "pursue", "."], ["In", "the", "short", "time", "of", "one", "month", "since", "the", "2012", "Mac", "Mini", "was", "released", "there", "are", "well", "over", "1000", "posts", "regarding", "this", "issue", "and", "the", "numbers", "keep", "rising", "."], ["It", "is", "lightweight", "and", "the", "perfect", "size", "to", "carry", "to", "class", "."], ["If", "you", "have", "to", "ask", "you", "do", "n't", "own", "a", "Mac", "and", "your", "just", "not", "in", "the", "know", "."], ["All", "my", "devises", "\u201c", "talk", "\u201d", "to", "each", "other", "."], ["Why", "not", "5", "stars", "?"], ["Very", "Very", "Highly", "Recommended", "."], ["?", "I", "am", "only", "interested", "in", "the", "15.4", "McBook", "Pro", "Model", "#", "MD103LL/", "A"], ["I", "do", "n't", "know", "why", "I", "did", "n't", "make", "the", "switch", "sooner", "...", "o", "ya", "because", "it", "'s", "expensive", "."], ["I", "was", "given", "a", "demonstration", "of", "Windows", "8", "."], ["The", "Macbook", "Pro", "is", "the", "premier", "choice", "for", "college", "students", "."], ["Their", "products", ",", "including", "the", "MBP", ",", "are", "beautiful", ",", "sleek", "and", "clever", "."], ["The", "MBP", "is", "beautiful", "has", "many", "wonderful", "capabilities", "."], ["I", "thought", "that", "it", "will", "be", "fine", ",", "if", "i", "do", "some", "settings", "."], ["Runs", "very", "smoothly", "."], ["Perfect-", "-", "thanks", "so", "."], ["Also", ",", "it", "hardly", "ever", "crashes", "."], ["I", "was", "so", "excited", "to", "get", "this", "in", "the", "mail", "i", "nearly", "gave", "myself", "a", "heart", "attack", "."], ["Boot", "-", "up", "slowed", "significantly", "after", "all", "Windows", "updates", "were", "installed", "."], ["More", "likely", "it", "will", "require", "replacing", "the", "logic", "board", "once", "they", "admit", "they", "have", "a", "problem", "and", "come", "up", "with", "a", "solution", "."], ["When", "i", "finally", "held", "it", "in", "my", "hands", "i", "kissed", "it", ",", "yes", "i", "did", "."], ["It", "was", "important", "that", "it", "was", "powerful", "enough", "to", "do", "all", "of", "the", "tasks", "he", "needed", "on", "the", "internet", ",", "word", "processing", ",", "graphic", "design", "and", "gaming", "."], ["This", "computer", "is", "not", "cheap", "and", "represent", "an", "achievement", "for", "me", "."], ["I", "like", "the", "Mini", "Mac", "it", "was", "easy", "to", "setup", "and", "install", ",", "but", "I", "am", "learning", "as", "I", "go", "and", "could", "use", "a", "tutorial", "to", "learn", "how", "to", "use", "some", "of", "the", "features", "I", "was", "use", "to", "on", "the", "PC", "especially", "the", "right", "mouse", "click", "menu", "."], ["GET", "THIS", "MACHINE"], ["It", "'s", "shiny", "and", "it", "'s", "pretty", "."], ["Runs", "real", "quick", "."], ["All", "the", "above", "aside", "this", "machine", "ROCKS", "!"], ["Buy", "the", "separate", "RAM", "memory", "and", "you", "will", "have", "a", "rocket", "!"], ["Since", "the", "machine", "'s", "slim", "profile", "is", "critical", "to", "me", ",", "that", "was", "a", "problem", "."], ["Bottom", "line", ",", "if", "you", "can", "afford", "it", ",", "get", "a", "Mac", "!"], ["I", "finally", "made", "the", "leap", "after", "my", "Gateway", "crapped", "out", "on", "me", "."], ["WiFi", "capability", ",", "disk", "drive", "and", "multiple", "USB", "ports", "to", "connect", "scale", "and", "printers", "was", "all", "that", "was", "required", "."], ["The", "SD", "card", "reader", "is", "slightly", "recessed", "and", "upside", "down", "(", "the", "nail", "slot", "on", "the", "card", "can", "not", "be", "accessed", ")", ",", "if", "this", "was", "a", "self", "ejecting", "slot", "this", "would", "not", "be", "an", "issue", ",", "but", "its", "not", "."], ["Soft", "touch", ",", "anodized", "aluminum", "with", "laser", "cut", "precision", "and", "no", "flaws", "."], ["Simple", "details", ",", "crafted", "aluminium", "and", "real", "glass", "make", "this", "laptop", "blow", "away", "the", "other", "plastic", "ridden", ",", "bulky", "sticker", "filled", "laptops", "."], ["First", "of", "all", "yes", "this", "is", "a", "mac", "and", "it", "has", "that", "nice", "brushed", "aluminum", "."], ["Who", "makes", "a", "laptop", "that", "ca", "n't", "rest", "on", "your", "lap", "?"], ["After", "all", "was", "said", "and", "done", ",", "I", "essentially", "used", "that", "$", "450", "savings", "to", "buy", "16GB", "of", "RAM", ",", "TWO", "Seagate", "Momentus", "XT", "hybrid", "drives", "and", "an", "OWC", "upgrade", "kit", "to", "install", "the", "second", "hard", "drive", "."], ["The", "Dell", "Inspiron", "is", "fast", "and", "has", "a", "number", "pad", "on", "the", "keyboard", ",", "which", "I", "miss", "on", "my", "Apple", "laptops", "."], ["wow", "the", "new", "macbook", "pro", "hanged", "as", "i", "tried", "to", "type", "this", "review", "."], ["The", "MacBook", "Pro", "is", "a", "great", "product", "which", "can", "meet", "the", "needs", "of", "the", "average", "consumer", "."], ["I", "was", "concerned", "that", "the", "downgrade", "to", "the", "regular", "hard", "drive", "would", "make", "it", "unacceptably", "slow", "but", "I", "need", "not", "have", "worried", "-", "this", "machine", "is", "the", "fastest", "I", "have", "ever", "owned", "..."], ["This", "one", "still", "has", "the", "CD", "slot", "."], ["No", "HDMI", "port", "."], ["I", "had", "to", "install", "Mountain", "Lion", "and", "it", "took", "a", "good", "two", "hours", "."], ["Customization", "on", "mac", "is", "impossible", "."], ["I", "hope", "this", "review", "helps", "."], ["However", ",", "you", "have", "to", "adjust", "yourself", "to", "what", "it", "will", "do", ",", "not", "what", "you", "want", "it", "to", "do", "."], ["I", "am", "replacing", "the", "HD", "with", "a", "Micron", "SSD", "soon", "."], ["Plus", "two", "finger", "clicking", "as", "a", "replacement", "for", "the", "right", "click", "button", "is", "surprisingly", "intuitive", "."], ["Far", "superior", "to", "my", "MacBook", "."], ["The", "SuperDrive", "is", "quiet", "."], ["It", "was", "quite", "easy", "."], ["The", "power", "plug", "has", "to", "be", "connected", "to", "the", "power", "adaptor", "to", "charge", "the", "battery", "but", "wo", "n't", "stay", "connected", "."], ["I", "decided", "to", "buy", "a", "few", "notebooks", "for", "my", "nephews", "for", "Xmas", "."], ["The", "battery", "was", "completely", "dead", ",", "in", "fact", "it", "had", "grown", "about", "a", "quarter", "inch", "thick", "lump", "on", "the", "underside", "."], ["This", "is", "no", "exception", "."], ["if", "yo", "like", "practicality", "this", "is", "the", "laptop", "for", "you", "."], ["The", "OS", "is", "great", "."], ["I", "have", "had", "a", "black", "macbook", "since", "2007", "."], ["I", "tried", "several", "monitors", "and", "several", "HDMI", "cables", "and", "this", "was", "the", "case", "each", "time", "."], ["CONS", ":", "Price", "is", "a", "bit", "ridiculous", ",", "kinda", "heavy", "."], ["If", "that", "is", "the", "case", ",", "then", "I", "am", "completely", "happy"], ["10/", "10", "five", "stars", "would", "recommend", "."], ["The", "troubleshooting", "said", "it", "was", "the", "AC", "adaptor", "so", "we", "ordered", "a", "new", "one", "."], ["I", "fell", "in", "love", "with", "my", "machine", ",", "and", "it", "was", "pampered", "."], ["Fan", "only", "comes", "on", "when", "you", "are", "playing", "a", "game", "."], ["Which", "it", "did", "not", "have", ",", "only", "3", "USB", "2", "ports", "."], ["No", "startup", "disk", "was", "not", "included", "but", "that", "may", "be", "my", "fault", "."], ["There", "is", "no", "``", "tools", "''", "menu", "."], ["It", "is", "very", "fast", "and", "has", "everything", "that", "I", "need", "except", "for", "a", "word", "program", "."], ["Needs", "a", "CD", "/", "DVD", "drive", "and", "a", "bigger", "power", "switch", "."], ["It", "is", "the", "best", "laptop", "ever", "!", "!", "!"], ["My", "laptop", "with", "Windows", "7", "crashed", "and", "I", "did", "not", "want", "Windows", "8", "."], ["Was", "skeptical", "about", "buying", "an", "electronic", "item", "online", "but", "it", "turned", "out", "to", "be", "a", "positive", "experience", "."], ["Not", "a", "scratch", "or", "mark", "on", "it", "."], ["Easy", "to", "install", "also", "small", "to", "leave", "anywhere", "at", "your", "bedroom", "also", "very", "easy", "to", "configure", "for", "ADSl", "cable", "or", "wifi", "."], ["Words", "can", "not", "express", "how", "much", "I", "love", "my", "new", "Mac", "."], ["The", "speakers", "could", "have", "been", "better", "but", "it", "was", "n't", "a", "deal", "breaker", "...", "this", "is", "a", "great", "little", "laptop", "...", "love", "it", "!"], ["The", "item", "received", "was", "exactly", "as", "identified", "."], ["Its", "everything", "mac", "offers", "."], ["Nice", "packing", "."], ["Besides", "being", "elegant", ",", "the", "MacBooks", "are", "durable", "."], ["I", "switched", "to", "this", "because", "I", "wanted", "something", "different", ",", "even", "though", "I", "miss", "windows", "."], ["Yes", ",", "the", "MBP", "is", "more", "expensive", "than", "competing", "PC", "laptops", "."], ["Apple", "no", "longer", "includes", "iDVD", "with", "the", "computer", "and", "furthermore", ",", "Apple", "does", "n't", "even", "offer", "it", "anymore", "!"], ["I", "also", "wanted", "Windows", "7", ",", "which", "this", "one", "has", "."], ["At", "first", ",", "I", "feel", "a", "little", "bit", "uncomfortable", "in", "using", "the", "Mac", "system", "."], ["I", "am", "used", "to", "computers", "with", "windows", "so", "I", "am", "having", "a", "little", "difficulty", "finding", "my", "way", "around", "."], ["They", "replaced", "it", "and", "so", "far", "so", "good", "."], ["It", "just", "works", "out", "of", "the", "box", "and", "you", "have", "a", "lot", "of", "cool", "software", "included", "with", "the", "OS", "."], ["Good", "in", "every", "aspect", "."], ["its", "as", "advertised", "on", "here", "...", "..", "it", "works", "great", "and", "is", "not", "a", "waste", "of", "money", "!"], ["Replaced", "this", "one", "with", "my", "mac", "that", "was", "stolen", ",", "its", "a", "great", "computer", "."], ["Just", "be", "careful", ";", "you", "always", "have", "to", "give", "up", "some", "good", "stuff", "for", "others", "."], ["Runs", "like", "a", "champ", "...", ".."], ["Really", "great", "...", "Well", "let", "me", "start", "at", "the", "beginning", "."], ["Premium", "price", "for", "the", "OS", "more", "than", "anything", "else", "."], ["This", "was", "a", "gift", "for", "my", "grand", "son", "."], ["I", "was", "a", "little", "concerned", "about", "the", "touch", "pad", "based", "on", "reviews", ",", "but", "I", "'ve", "found", "it", "fine", "to", "work", "with", "."], ["I", "bought", "this", "Mac", "book", "pro", "along", "with", "a", "new", "27", "''", "iMac", "and", "while", "they", "are", "still", "light", "years", "more", "reliable", "than", "a", "PC", "I", "have", "noticed", "a", "decline", "in", "the", "reliability", "of", "my", "Mac", "computers", "."], ["The", "sound", "as", "mentioned", "earlier", "is", "n't", "the", "best", ",", "but", "it", "can", "be", "solved", "with", "headphones", "."], ["The", "track", "pad", "is", "a", "bit", "squirrely", "at", "times", "-", "sometimes", "too", "sensitive", ",", "and", "sometimes", "a", "bit", "unresponsive", ",", "but", "it", "'s", "usable", "."], ["However", ",", "the", "experience", "was", "great", "since", "the", "OS", "does", "not", "become", "unstable", "and", "the", "application", "will", "simply", "shutdown", "and", "reopen", "."], ["Then", "only", "FOUR", "months", "later", ",", "my", "great", "MacBook", "pro", "FAILED", "."], ["If", "you", "ask", "me", ",", "for", "this", "price", "it", "should", "be", "included", "."], ["The", "battery", "is", "not", "as", "shown", "in", "the", "product", "photos", "."], ["Even", "though", "I", "could", "have", "gotten", "a", "pc", "twice", "the", "speed", "for", "the", "same", "price", "I", "still", "think", "there", "'s", "nothing", "like", "a", "Mac", "."], ["Seems", "a", "much", "more", "economical", "way", "to", "get", "into", "Apple", "than", "their", "other", "computers", "."], ["Shipping", "was", "quick", "and", "product", "described", "was", "the", "product", "sent", "and", "so", "much", "more", "..."], ["I", "'m", "so", "disgusted", "that", "I", "wasted", "my", "money", "on", "this", "product", "."], ["All", "you", "get", "is", "a", "box", "and", "a", "computer", "."], ["the", "retina", "display", "display", "make", "pictures", "i", "took", "years", "ago", "jaw", "dropping", "."], ["Its", "only", "crashed", "on", "me", "one", "time", "in", "the", "3", "months", "i", "'ve", "had", "it", "."], ["The", "Mac", "Mini", "is", "probably", "the", "simplest", "example", "of", "compact", "computing", "out", "there", "."], ["Instead", ",", "I", "'ll", "focus", "more", "on", "the", "actual", "performance", "and", "feature", "set", "of", "the", "hardware", "itself", "so", "you", "can", "make", "an", "educated", "decision", "on", "which", "Mac", "to", "buy", "."], ["My", "bag", "just", "got", "a", "little", "lighter", "."], ["I", "'m", "Not", "exagerating", "when", "I", "say", "this", "computer", "is", "perfect..i", "It", "is", "!", "!"], ["This", "machine", "is", "flawless", ",", "fast", ",", "and", "classy", "."], ["Other", "ports", "include", "FireWire", "800", ",", "Gigabit", "Ethernet", ",", "MagSafe", "port", ",", "Microphone", "jack", "."], ["I", "stayed", "up", "half", "the", "night", "enjoying", "my", "new", "MacBook", "Pro", "."], ["This", "laptop", "is", "a", "100", "times", "better", "than", "a", "Chromebook", "!"], ["Additionally", ",", "there", "is", "barely", "a", "ventilation", "system", "in", "the", "computer", ",", "and", "even", "the", "simple", "activity", "of", "watching", "videos", "let", "alone", "playing", "steam", "games", "causes", "the", "laptop", "to", "get", "very", "very", "hot", ",", "and", "in", "fact", "impossible", "to", "keep", "on", "lap", "."], ["At", "$", "1899", "to", "start", ",", "this", "is", "no", "cheap", "machine", "."], ["Chatting", "with", "Acer", "support", ",", "I", "was", "advised", "the", "problem", "was", "corrupted", "operating", "system", "files", "."], ["It", "'s", "been", "a", "couple", "weeks", "since", "the", "purchase", "and", "I", "'m", "struggle", "with", "finding", "the", "correct", "keys", "(", "but", "that", "was", "expected", ")", "."], ["Many", "people", "complain", "about", "the", "new", "OS", ",", "and", "it", "'s", "urgent", "for", "Apple", "to", "fix", "it", "asap", "!"], ["Now", "that", "I", "have", "upgraded", "to", "Lion", "I", "am", "much", "happier", "about", "MAC", "OS", "and", "have", "just", "bought", "an", "iMac", "for", "office", "."], ["User", "upgradeable", "RAM", "and", "HDD", "."], ["But", "I", "wanted", "the", "Pro", "for", "the", "CD", "/", "DVD", "player", "."], ["I", "might", "have", "read", "it", "incorrectly", ",", "but", "better", "safe", "than", "sorry", "right", "?"], ["The", "ultimate", "graduation", "gift", "."], ["The", "RAM", "memory", "is", "good", "but", "should", "have", "splurged", "for", "8Mb", "instead", "of", "4Mb", "."], ["was", "debating", "to", "buy", "one", "for", "months", ",", "checked", "out", "different", "stuff", "on", "youtube", ",", "and", "read", "different", "articles", "and", "debates", ",", "I", "just", "didnt", "really", "wan", "na", "spend", "the", "money", "but", "Im", "glad", "that", "I", "did", "."], ["I", "love", "it", "and", "would", "recommend", "it", "to", "everyone", "who", "is", "tired", "of", "the", "constant", "attention", "PC", "'s", "require", "."], ["I", "was", "a", "little", "worry", "at", "first", "because", "I", "do", "n't", "have", "a", "lot", "of", "experience", "with", "os.x", "and", "windows", "has", "always", "been", "second", "nature", "to", "me", "after", "many", "years", "of", "using", "windows", "."], ["I", "am", "an", "Info", "Sys", "major", "in", "college", ",", "so", "I", "started", "researching", "this", "issue", "on", "my", "own", "."], ["Solution", ":", "it", "turned", "out", "to", "be", "pretty", "simple", "."], ["With", "the", "softwares", "supporting", "the", "use", "of", "other", "OS", "makes", "it", "much", "better", "."], ["Still", "have", "n't", "solved", "this", "."], ["I", "then", "upgraded", "to", "Mac", "OS", "X", "10.8", "``", "Mountain", "Lion", "''", "."], ["It", "is", "EXTREMELY", "fast", "and", "never", "lags", "."], ["I", "told", "them", "that", "I", "just", "received", "my", "brand", "new", "MacBook", "but", "I", "was", "having", "issues", "."], ["I", "was", "considering", "buying", "the", "Air", ",", "but", "in", "reality", ",", "this", "one", "has", "a", "more", "powerful", "performance", "and", "seems", "much", "more", "convenient", ",", "even", "though", "it", "'s", "about", ".20", "inch", "thicker", "and", "2", "lbs", "heavier", "."], ["At", "home", "and", "the", "office", "it", "gets", "plugged", "into", "an", "external", "24", "''", "LCD", "screen", ",", "so", "built", "in", "screen", "size", "is", "not", "terribly", "important", "."], ["Hopefully", "my", "replacement", "is", "brand", "new", "."], ["Just", "beware", "no", "DVD", "slot", "so", "when", "I", "went", "to", "install", "software", "I", "had", "on", "CD", "I", "could", "n't", "."], ["I", "bought", "it", "to", "be", "able", "to", "dedicate", "a", "small", ",", "portable", "laptop", "to", "my", "writing", "and", "was", "surprised", "to", "learn", "that", "I", "needed", "to", "buy", "a", "word", "processing", "program", "to", "do", "so", "."], ["This", "version", "of", "MacBook", "Pro", "runs", "on", "a", "third", "-", "generation", "CPU", "(", "``", "Ivy", "Bridge", "''", ")", ",", "not", "the", "latest", "fourth", "-", "generation", "Haswell", "CPU", "the", "2013", "version", "has", "."], ["Actually", ",", "I", "think", "I", "was", "intimidated", "by", "the", "change", "from", "a", "PC", "."], ["No", "Cd", "Rom", "in", "the", "new", "version", "there", "'s", "no", "way", "I", "'m", "spending", "that", "kind", "of", "money", "on", "something", "has", "less", "features", "than", "the", "older", "version", "."], ["Definitely", "worth", "spending", "the", "money", "on", "it", "."], ["I", "have", "three", "words", ":", "Piece", "of", "Junk", "!"], ["the", "volume", "is", "really", "low", "to", "low", "for", "a", "laptopwas", "not", "expectin", "t", "volume", "to", "be", "so", "lowan", "i", "hate", "that", "about", "this", "computer"], ["Fits", "all", "my", "personal", "needs", "."], ["I", "'m", "the", "pro-", "active", "type", "so", "I", "went", "off", "and", "did", "some", "preventative", "fixes", "."], ["and", "its", "not", "hard", "to", "accidentally", "bang", "it", "against", "something", "so", "i", "recommend", "getting", "a", "case", "to", "protect", "it", "."], ["I", "wanted", "to", "explore", "what", "the", "Mac", "was", "all", "about", "."], ["I", "got", "this", "at", "an", "amazing", "price", "from", "Amazon", "and", "it", "arrived", "just", "in", "time", "."], ["Every", "time", "I", "log", "into", "the", "system", "after", "a", "few", "hours", ",", "there", "is", "this", "endlessly", "frustrating", "process", "that", "I", "have", "to", "go", "through", "."], ["The", "majority", "of", "the", "reviews", "seem", "to", "be", "for", "the", "13.3", "MacBook", "Pro", "Model", "#", "MD101LL/", "A", "."], ["Put", "a", "SSD", "and", "use", "a", "21", "''", "LED", "screen", ",", "this", "set", "up", "is", "silky", "smooth", "!"], ["I", "saw", "the", "bad", "reviews", "from", "people", "saying", "to", "buy", "directly", "from", "Apple", "and", "I", "was", "concerned", "but", "I", "took", "my", "chances", "and", "am", "overly", "impressed", "."], ["The", "case", "is", "now", "slightly", "larger", "than", "the", "previous", "generation", ",", "but", "the", "lack", "of", "an", "external", "power", "supply", "justifies", "the", "small", "increase", "in", "size", "."], ["I", "had", "to", "buy", "a", "wireless", "mouse", "to", "go", "with", "it", ",", "as", "I", "am", "old", "school", "and", "hate", "the", "pad", ",", "but", "knew", "that", "before", "I", "bought", "it", ",", "now", "it", "works", "great", ",", "need", "to", "get", "adjusted", "to", "the", "key", "board", ",", "as", "I", "am", "used", "to", "a", "bigger", "one", "and", "pounding", "."], ["When", "considering", "a", "Mac", ",", "look", "at", "the", "total", "cost", "of", "ownership", "and", "not", "just", "the", "initial", "price", "tag", "."], ["Has", "all", "the", "other", "features", "I", "wanted", "including", "a", "VGA", "port", ",", "HDMI", ",", "ethernet", "and", "3", "USB", "ports", "."], ["A", "great", "college", "tool", "!"], ["The", "only", "thing", "I", "dislike", "about", "this", "laptop", "are", "the", "rubber", "pads", "found", "on", "the", "bottom", "of", "the", "computer", "for", "grip", "."], ["I", "called", "apple", "and", "no", "solution", "."], ["It", "'s", "a", "decent", "computer", "for", "the", "price", "and", "hopefully", "it", "will", "last", "a", "long", "time", "."], ["I", "was", "really", "happy", "because", "it", "is", "a", "much", "better", "price", "on", "amazon.com", "than", "it", "was", "in", "the", "Mac", "store", "."], ["The", "worst", "a", "Mac", "ever", "did", "to", "me", "was", "freeze", "up", "."], ["The", "nicest", "part", "is", "the", "low", "heat", "output", "and", "ultra", "quiet", "operation", "."], ["I", "am", "paying", "apple", "to", "kill", "my", "self", "and", "my", "wallet", "."], ["NO", "STAR", "FOR", "THIS", "TRASH", ".", "[", "..."], ["I", "will", "upgrade", "the", "ram", "myself", "(", "because", "with", "this", "model", "you", "can", "you", "can", "do", "it", ")", "later", "on", "."], ["The", "price", "is", "200", "dollars", "down", "."], ["this", "Mac", "Mini", "does", "not", "have", "a", "built", "-", "in", "mic", ",", "and", "it", "would", "seem", "that", "its", "Mac", "OS", "10.9", "does", "not", "handle", "external", "microphones", "properly", "."], ["A", "lot", "of", "features", "and", "shortcuts", "on", "the", "MBP", "that", "I", "was", "never", "exposed", "to", "on", "a", "normal", "PC", "."], ["Was", "n't", "sure", "if", "I", "was", "going", "to", "like", "it", "much", "less", "love", "it", "so", "I", "went", "to", "a", "local", "best", "buy", "and", "played", "around", "with", "the", "IOS", "system", "on", "a", "Mac", "Pro", "and", "it", "was", "totally", "unique", "and", "different", "."], ["Quietest", "laptop", "I", "have", "ever", "owned", "."], ["air", "has", "higher", "resolution", "but", "the", "fonts", "are", "small", "."], ["again", "this", "is", "just", "my", "personal", "honest", "opinion", "."], ["If", "you", "have", "much", "higher", "expectations", "than", "that", "...", "I", "would", "look", "elsewhere", "."], ["working", "with", "Mac", "is", "so", "much", "easier", ",", "so", "many", "cool", "features", "."], ["I", "'m", "going", "to", "buy", "a", "logitevh", "c270", "."], ["Very", "happy", "with", "my", "purchase", "."], ["I", "like", "the", "brightness", "and", "adjustments", "."], ["I", "'M", "SO", "HAPPY", "WITH", "MY", "macbook", "pro", "!"], ["I", "only", "wish", "this", "mac", "had", "a", "CD", "/", "DVD", "player", "built", "in", "."], ["The", "only", "thing", "I", "miss", "is", "that", "my", "old", "Alienware", "laptop", "had", "backlit", "keys", "."], ["The", "only", "thing", "I", "miss", "are", "the", "``", "Home", "/", "End", "''", "type", "keys", "and", "other", "things", "that", "I", "grew", "accustomed", "to", "after", "so", "long", "."], ["So", "happy", "with", "this", "purchase", ",", "I", "just", "wish", "it", "came", "with", "Microsoft", "Word", "."], ["It", "is", "more", "than", "enough", "computer", "to", "keep", "up", "with", "the", "needs", "of", "a", "high", "school", "student", "."], ["It", "has", "enough", "memory", "and", "speed", "to", "run", "my", "business", "with", "all", "the", "flexibility", "that", "comes", "with", "a", "laptop", "."], ["The", "speed", ",", "the", "simplicity", ",", "the", "design", "..", "it", "is", "lightyears", "ahead", "of", "any", "PC", "I", "have", "ever", "owned", "."], ["I", "love", "everything", "about", "this", "computer", "."], ["I", "found", "it", "toughest", "to", "decide", "between", "Dell", "ultra", "books", "and", "Apple", "."], ["The", "battery", "life", "is", "excellent", ",", "the", "display", "is", "excellent", ",", "and", "downloading", "apps", "is", "a", "breeze", "."], ["The", "screen", ",", "the", "software", "and", "the", "smoothness", "of", "the", "operating", "system", "."], ["While", "we", "struggle", "with", "all", "the", "crashes", "and", "viruses", ",", "the", "kids", "computers", "stay", "consistent", "and", "so", "we", "caved", "in", "and", "bought", "one", "for", "buisness", "!"], ["I", "do", "n't", "want", "to", "RUN", "a", "computer", ";", "I", "want", "to", "USE", "a", "computer", "."], ["i", "have", "dropped", "mine", "a", "couple", "times", "with", "only", "a", "slim", "plastic", "case", "covering", "it", "."], ["I", "also", "made", "a", "recovery", "USB", "stick", "."], ["Being", "a", "PC", "user", "for", "many", "years", "to", "switch", "to", "a", "Mac", "I", "will", "not", "go", "back", "."], ["But", "with", "this", "laptop", ",", "the", "bass", "is", "very", "weak", "and", "the", "sound", "comes", "out", "sounding", "tinny", "."], ["I", "do", "admit", "it", "is", "pricey", "but", "the", "saying", "is", "really", "true", "with", "this", "MacBook", "Pro", "Laptop", "(", "You", "get", "what", "you", "pay", "for", ")", "."], ["I", "'ve", "almost", "have", "bought", "every", "generation", "of", "MacMinis", "since", "2005", ",", "and", "this", "one", "has", "n't", "let", "me", "down", "."], ["The", "built", "quality", "is", "really", "good", ",", "I", "was", "so", "Happy", "and", "excited", "about", "this", "Product", "."], ["I", "am", "loving", "the", "fast", "performance", "also", "."], ["I", "had", "to", "return", "it", "because", "it", "would", "n't", "even", "start", "."], ["Further", ",", "this", "Mac", "Mini", "has", "a", "sloppy", "Bluetooth", "interface", "(", "courtesy", "of", "the", "Mac", "OS", ")", "and", "the", "range", "is", "poor", "."], ["Great", "deal", "on", "an", "amazing", "lap", "top", "!"], ["If", "you", "start", "on", "the", "far", "right", "side", "and", "scroll", "to", "your", "left", "the", "start", "menu", "will", "automatically", "come", "up", "."], ["Best", "money", "I", "ever", "spent", "."], ["My", "only", "gripe", "would", "be", "the", "need", "to", "add", "more", "RAM", "."], ["But", "I", "did", "n't", "want", "to", "spend", "another", "thousand", "on", "a", "laptop", "since", "my", "work", "already", "provides", "me", "with", "a", "PC", "."], ["Fine", "if", "you", "have", "a", "touch", "screen", "."], ["can", "never", "go", "wrong", "with", "apple", "products", "."], ["As", "far", "as", "user", "type", "-", "I", "dabble", "in", "everything", "from", "games", "(", "WoW", ")", "to", "Photoshop", ",", "but", "nothing", "professionally", "."], ["It", "doesnt", "get", "hot", "like", "my", "PC", ",", "with", "technology", "always", "at", "the", "tip", "of", "our", "fingertips", "anytime", "I", "forget", "how", "to", "do", "something", "i", "just", "google", "it", "."], ["I", "re", "-", "seated", "the", "``", "WLAN", "''", "card", "inside", "and", "re", "-", "installed", "the", "LAN", "device", "drivers", "."], ["This", "by", "far", "beats", "any", "computer", "out", "on", "the", "market", "today", "built", "well", ",", "battery", "life", "AMAZING", "."], ["I", "have", "n't", "used", "it", "for", "anything", "high", "tech", "yet", ",", "but", "I", "love", "it", "already", "."], ["The", "OS", "is", "easy", ",", "and", "offers", "all", "kinds", "of", "surprises", "."], ["I", "had", "to", "get", "Apple", "Customer", "Support", "to", "correct", "the", "problem", "."], ["Ideal", "for", "someone", "on", "the", "go", "or", "for", "a", "high", "school", "students", "."], ["A", "veryimportant", "feature", "is", "Firewire", "800", "which", "in", "my", "experience", "works", "better", "then", "USB3", "(", "in", "PC", "enabled", "with", "USB3", ")", "I", "was", "not", "originally", "sold", "on", "the", "MAC", "OS", "I", "felt", "it", "was", "inferior", "in", "many", "ways", "To", "Windows", "7", "."], ["I", "like", "iTunes", ",", "the", "apparent", "security", ",", "the", "Mini", "form", "factor", ",", "all", "the", "nice", "graphics", "stuff", "."], ["The", "first", "time", "I", "used", "the", "card", "reader", "it", "took", "half", "an", "hour", "and", "a", "pair", "of", "tweezers", "to", "remove", "the", "card", "."], ["This", "flaw", "unfortunately", "detracts", "from", "everything", "else", "Apple", "got", "right", "with", "the", "Mini", "."], ["After", "replacing", "the", "spinning", "hard", "disk", "with", "an", "ssd", "drive", ",", "my", "mac", "is", "just", "flying", "."], ["I", "know", "some", "people", "complained", "about", "HDMI", "issues", "but", "they", "released", "a", "firmware", "patch", "to", "address", "that", "issue", "."], ["With", "the", "needs", "of", "a", "professional", "photographer", "I", "generally", "need", "to", "keep", "up", "with", "the", "best", "specs", "."], ["Added", "an", "iMac", "about", "2", "years", "later", "."], ["packing", "and", "everything", "was", "perfect"], ["I", "will", "not", "hesitate", "to", "recommend", "it", "to", "family", "and", "friends"], ["I", "called", "Toshiba", "where", "I", "gave", "them", "the", "serial", "number", "and", "they", "informed", "me", "that", "they", "were", "having", "issues", "with", "the", "mother", "boards", "."], ["I", "seem", "to", "be", "having", "repeat", "problems", "as", "the", "Mother", "Board", "in", "this", "one", "is", "diagnosed", "as", "faulty", ",", "related", "to", "the", "graphics", "card", "."], ["It", "also", "comes", "with", "4G", "of", "RAM", "but", "if", "you", "'re", "like", "me", "you", "want", "to", "max", "that", "out", "so", "I", "immediately", "put", "8G", "of", "RAM", "in", "her", "and", "I", "'ve", "never", "used", "a", "computer", "that", "performs", "better", "."], ["This", "computer", "is", "also", "awesome", "for", "my", "sons", "virtual", "home", "schooling", "."], ["Cost", "is", "more", "as", "compared", "to", "other", "brands", "."], ["also", "...", "-", "excellent", "operating", "system", "-", "size", "and", "weight", "for", "optimal", "mobility", "-", "excellent", "durability", "of", "the", "battery", "-", "the", "functions", "provided", "by", "the", "trackpad", "is", "unmatched", "by", "any", "other", "brand", "-"], ["This", "hardware", "seems", "to", "be", "better", "than", "the", "iMac", "in", "that", "it", "is", "n't", "$", "1400", "and", "smaller", "."], ["I", "'m", "done", "with", "WinDoze", "computers", "."], ["I", "'ve", "had", "it", "for", "about", "2", "months", "now", "and", "found", "no", "issues", "with", "software", "or", "updates", "."], ["the", "latest", "version", "does", "not", "have", "a", "disc", "drive", "."], ["Screen", "-", "although", "some", "people", "might", "complain", "about", "low", "res", "which", "I", "think", "is", "ridiculous", "."]] -------------------------------------------------------------------------------- /data/prep_data/restaurant.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howardhsu/DE-CNN/7a3cb9325b26be8eeee85d872a13ff848f613914/data/prep_data/restaurant.npz -------------------------------------------------------------------------------- /data/prep_data/restaurant_raw_test.json: -------------------------------------------------------------------------------- 1 | [["Yum", "!"], ["Serves", "really", "good", "sushi", "."], ["Not", "the", "biggest", "portions", "but", "adequate", "."], ["Green", "Tea", "creme", "brulee", "is", "a", "must", "!"], ["Do", "n't", "leave", "the", "restaurant", "without", "it", "."], ["No", "Comparison"], ["\u2013", "I", "ca", "n't", "say", "enough", "about", "this", "place", "."], ["It", "has", "great", "sushi", "and", "even", "better", "service", "."], ["The", "entire", "staff", "was", "extremely", "accomodating", "and", "tended", "to", "my", "every", "need", "."], ["I", "'ve", "been", "to", "this", "restaurant", "over", "a", "dozen", "times", "with", "no", "complaints", "to", "date", "."], ["Snotty", "Attitude"], ["\u2013", "We", "were", "treated", "very", "rudely", "here", "one", "time", "for", "breakfast", "."], ["The", "owner", "is", "belligerent", "to", "guests", "that", "have", "a", "complaint", "."], ["Good", "food", "!"], ["\u2013", "We", "love", "breakfast", "food", "."], ["This", "is", "a", "great", "place", "to", "get", "a", "delicious", "meal", "."], ["We", "never", "had", "to", "wait", "more", "than", "5", "minutes", "."], ["The", "staff", "is", "pretty", "friendly", "."], ["The", "onion", "rings", "are", "great", "!"], ["They", "are", "not", "greasy", "or", "anything", "."], ["Overrated"], ["\u2013", "I", "was", "highly", "disappointed", "in", "the", "food", "at", "Pagoda", "."], ["The", "lemon", "chicken", "tasted", "like", "sticky", "sweet", "donuts", "and", "the", "honey", "walnut", "prawns", ",", "the", "few", "they", "actually", "give", "you", "...", "..were", "not", "good", "."], ["The", "prices", "are", "outrageous", ",", "especially", "since", "the", "food", "was", "actually", "less", "satisfying", "than", "most", "neighborhood", "Chinese", "establishments", "."], ["Nice", "ambience", ",", "but", "highly", "overrated", "place", "."], ["I", "will", "not", "go", "back", "."], ["Worst", "Service", "I", "Ever", "Had"], ["\u2013", "A", "group", "of", "5", "of", "us", "went", "there", "for", "Sunday", "brunch", "and", "sat", "outside", "."], ["Everyone", "that", "sat", "in", "the", "back", "outside", "agreed", "that", "it", "was", "the", "worst", "service", "we", "had", "ever", "received", "."], ["Our", "waiter", "was", "non", "-", "existent", "and", "after", "our", "food", "finally", "arrived", "over", "an", "hour", "after", "we", "ordered", ",", "we", "were", "not", "given", "any", "water", "or", "utensils", "."], ["I", "complained", "to", "the", "manager", ",", "but", "he", "was", "not", "even", "apologetic", "."], ["I", "will", "never", "return", "again", "."], ["Fabulous", "Italian", "Food", "!"], ["\u2013", "I", "highly", "recommend", "Mioposto", "."], ["I", "am", "so", "happy", "to", "have", "a", "wonderful", "Italian", "restaurant", "in", "my", "neighborhood", "."], ["The", "wine", "list", "is", "wonderful", "and", "the", "food", "reminds", "me", "of", "my", "recent", "trip", "to", "Italy", "."], ["I", "love", "this", "restaurant"], ["\u2013", "I", "will", "never", "forget", "the", "amazing", "meal", ",", "service", ",", "and", "ambiance", "I", "experience", "at", "this", "restaurant", "."], ["It", "was", "absolutely", "amazing", "."], ["The", "wine", "list", "is", "incredible", "and", "extensive", "and", "diverse", ",", "the", "food", "is", "all", "incredible", "and", "the", "staff", "was", "all", "very", "nice", ",", "good", "at", "their", "jobs", "and", "cultured", "."], ["I", "have", "not", "a", "bad", "thing", "to", "say", "about", "this", "place", "."], ["AMAZING", "."], ["I", "can", "not", "wait", "to", "go", "back", "again", "this", "coming", "weekend", "!"], ["Mmm", "...", "good", "!"], ["\u2013", "Went", "there", "last", "night", "with", "a", "friend", "."], ["She", "had", "heard", "from", "a", "co-", "worker", "about", "this", "place", "."], ["The", "food", "was", "great", "!"], ["It", "'s", "*", "very", "*", "reasonably", "priced", ",", "esp", "for", "the", "quality", "of", "the", "food", "."], ["I", "had", "the", "Kafta", "plate", "and", "it", "was", "perfect", "."], ["We", "'re", "going", "back", ".", ":", "D"], ["Finally", "a", "meal", "that", "you", "will", "remember", "for", "a", "long", "time", "!"], ["\u2013", "In", "a", "age", "of", "incremental", "cost", "cutting", "in", "restaurants", ",", "its", "nice", "to", "see", "a", "place", "that", "bucks", "that", "trend", ",", "and", "just", "plain", "delivers", "high", "quality", "food", "and", "good", "service", ",", "period", "."], ["This", "is", "the", "place", "to", "relax", "and", "enjoy", "the", "finest", "quality", "food", "the", "industry", "can", "offer", "."], ["Caution", "-", "its", "real", "food", "for", "people", "who", "love", "the", "best", "."], ["Some", "of", "the", "food", "is", "clearly", "oriented", "toward", "foodies", "(", "like", "me", ")", "so", "if", "your", "not", "a", "foodie", "(", "nothing", "wrong", "with", "that", ")", "-", "head", "over", "to", "McDonalds", "or", "some", "Ruby", "Tuesday", "and", "have", "at", "it", "!"], ["If", "your", "looking", "for", "real", "quality", "(", "not", "the", "BS", "that", "is", "seen", "on", "yelp", "ratings", "-", "which", "allegedly", "recently", "got", "in", "trouble", "for", "``", "adjusting", "''", "ratings", ")", ",", "you", "need", "to", "get", "in", "here", "!"], ["Very", "Disappointing"], ["\u2013", "I", "took", "my", "parents", "here", "for", "their", "anniversary-", "very", "very", "disappointed", "!", "!", "!"], ["I", "liked", "the", "atmosphere", "very", "much", "but", "the", "food", "was", "not", "worth", "the", "price", "."], ["I", "may", "not", "be", "a", "sushi", "guru", "but", "I", "can", "tell", "you", "that", "the", "food", "here", "is", "just", "okay", "and", "that", "there", "is", "not", "much", "else", "to", "it", "."], ["Rice", "is", "too", "dry", ",", "tuna", "was", "n't", "so", "fresh", "either", "."], ["Nothing", "really", "came", "across", "as", "outstanding", "."], ["Very", "disappointed", "."], ["I", "have", "eaten", "here", "three", "times", "and", "have", "found", "the", "quality", "and", "variety", "of", "the", "fish", "to", "be", "excellent", "."], ["However", ",", "the", "value", "and", "service", "are", "both", "severely", "lacking", "."], ["Portions", "contain", "less", "fish", "than", "one", "would", "expect", ",", "particularly", "since", "prices", "are", "in", "line", "with", "the", "best", "sushi", "places", "in", "NYC", "(", "Masa", "excluded", ",", "of", "course", ")", "."], ["Furthermore", ",", "while", "the", "fish", "is", "unquestionably", "fresh", ",", "rolls", "tend", "to", "be", "inexplicably", "bland", "."], ["The", "service", "ranges", "from", "mediocre", "to", "offensive", "."], ["On", "a", "recent", "trip", ",", "our", "waiter", "was", "extremely", "dismissive", ",", "while", "no", "less", "than", "three", "staff", "members", "waited", "hand", "-", "and", "-", "foot", "on", "a", "pair", "of", "Japanese", "girls", "seated", "nearby", "."], ["We", "were", "then", "charged", "for", "their", "most", "expensive", "sake", "(", "$", "20+", "per", "serving", ")", "when", "we", "in", "fact", "drank", "a", "sake", "of", "less", "than", "half", "that", "price", "."], ["But", "Im", "sure", "this", "was", "just", "an", "honest", "mistake", "..."], ["Freshest", "sushi", "\u2013", "I", "love", "this", "restaurant", "."], ["They", "pay", "such", "detail", "to", "everything", "from", "miso", "soup", "to", "complex", "rolls", "."], ["The", "sashimi", "was", "the", "freshest", "and", "most", "tender", "I", "have", "ever", "tasted", "."], ["Their", "apps", "are", "all", "delicious", "."], ["The", "only", "drawback", "is", "that", "this", "place", "is", "really", "expensive", "and", "the", "portions", "are", "on", "the", "small", "side", "."], ["But", "the", "space", "is", "small", "and", "lovely", ",", "and", "the", "service", "is", "helpful", "."], ["You", "are", "bound", "to", "have", "a", "very", "charming", "time", "."], ["Not", "recommanded", "!", "!", "!"], ["\u2013", "The", "food", "was", "not", "great", "&", "the", "waiters", "were", "rude", "."], ["It", "is", "not", "worth", "going", "at", "all", "and", "spend", "your", "money", "there", "!", "!", "!"], ["great", "service"], ["\u2013", "Pretty", "cheap", "for", "sit", "down", "Mexican", "AND", "downtown", "."], ["my", "service", "was", "stellar", "!"], ["the", "bus", "boy", "even", "spotted", "that", "my", "table", "was", "shaking", "a", "stabilized", "it", "for", "me", "."], ["food", "was", "fine", ",", "with", "a", "some", "little", "-", "tastier", "-", "than", "-", "normal", "salsa", "."], ["If", "you", "'re", "in", "the", "area", "you", "should", "n't", "be", "disappointed", "."], ["Ok", "...", ".", "\u2013", "Maybe", "I", "went", "in", "on", "someone", "'s", "bad", "day", "...", "."], ["the", "food", "was", "great", ",", "the", "margaritas", "too", "but", "the", "waitress", "was", "too", "busy", "being", "nice", "to", "her", "other", "larger", "party", "than", "to", "take", "better", "care", "of", "my", "friend", "and", "me", "."], ["Took", "forever", "to", "get", "our", "order", "taken", ",", "water", "refills", "were", "too", "much", "to", "ask", "for", "and", "the", "only", "time", "she", "was", "fast", "was", "when", "we", "asked", "for", "our", "bill", "when", "we", "could", "get", "her", "attention", "."], ["I", "do", "n't", "know", "if", "I", "'ll", "be", "back", "...", "."], ["Mama", "Mia", "\u2013", "I", "live", "in", "the", "neighborhood", "and", "feel", "lucky", "to", "live", "by", "such", "a", "great", "pizza", "place", "."], ["the", "only", "problem", "is", "you", "really", "have", "to", "warm", "up", "the", "pizza", "before", "it", "'s", "edible", ",", "even", "when", "you", "order", "ahead", "."], ["BUt", "once", "done", ",", "it", "'s", "not", "too", "much", "dough", ",", "not", "too", "much", "cheese", ",", "not", "too", "much", "sauce", "."], ["Best", "Sushi", "in", "town", "."], ["Have", "gone", "to", "all", "the", "top", "places", "."], ["Everything", "you", "want", "and", "more", ",", "very", "fresh", "."], ["Its", "worth", "the", "wait", ",", "especially", "since", "they", "'ll", "give", "you", "a", "call", "when", "the", "table", "is", "ready", "."], ["The", "best", "calamari", "in", "Seattle", "!"], ["\u2013", "...", "and", "the", "best", "summertime", "deck", "experience", "-", "-", "they", "will", "even", "bring", "you", "a", "blanket", "if", "you", "get", "cold", "in", "the", "Seattle", "evening", "weather", "."], ["A", "perfect", "place", "to", "take", "out", "of", "town", "guests", "any", "time", "of", "the", "year", "."], ["Endless", "fun", ",", "awesome", "music", ",", "great", "staff", "!", "!", "!"], ["\u2013", "By", "far", "the", "best", "bar", "in", "the", "east", "village", "..."], ["I", "went", "there", "with", "some", "friends", "one", "night", "to", "play", "bingo", "and", "watch", "the", "sox", "game", "and", "it", "was", "a", "blast", "!"], ["Every", "time", "``", "0", "-", "sixtynine", "''", "is", "called", "the", "bartender", "buys", "everyone", "drinks", "!"], ["Been", "there", "lots", "since", "and", "its", "always", "a", "good", "time", "."], ["Great", "draft", "and", "bottle", "selection", "and", "the", "pizza", "rocks", "."], ["Definitely", "has", "one", "of", "the", "best", "jukebox", "'s", "i", "'ve", "seen", "in", "a", "long", "long", "time", "."], ["I", "FOUND", "A", "NEW", "HOME", "ON", "SECOND", "AVENUE", "!", "!", "!", "!", "!", "!", "!", "!", "!", "!", "!", "!"], ["\u2013", "Where", "can", "I", "begin", "."], ["I", "ca", "n't", "!", "!", "!"], ["Just", "go", "there", "and", "see", "for", "yourself", "."], ["The", "food", "is", "great", ",", "the", "bartenders", "go", "that", "extra", "mile", "."], ["You", "need", "to", "watch", "your", "game", ",", "they", "will", "have", "it", "on", "for", "you", "."], ["The", "owners", "are", "great", "fun", "and", "the", "beer", "selection", "is", "worth", "staying", "for", "."], ["And", "the", "upstairs", "is", "a", "great", "place", "to", "hang", "out", "."], ["Not", "alot", "of", "smoking", "places", "left", "in", "New", "York", ",", "but", "I", "have", "found", "my", "favorite", "smoking", "balconey", "in", "the", "city", "."], ["Kudos", "to", "these", "guys", "."], ["I", "found", "a", "new", "home", "and", "just", "moved", "with", "a", "long", "lease", "."], ["Thank", "you"], ["Go", "Beyond", "the", "California", "Rolls", "..."], ["The", "sushi", "here", "is", "delicious", "!"], ["They", "have", "a", "wide", "variety", "of", "fish", "and", "they", "even", "list", "which", "oceans", "they", "come", "from", ";", "Atlantic", "or", "Pacific", "."], ["I", "'ve", "had", "the", "Jellyfish", ",", "Horse", "Mackerel", ",", "Blue", "Fin", "Tuna", "and", "the", "Sake", "Ikura", "roll", "among", "others", ",", "and", "they", "were", "all", "good", "."], ["My", "only", "negative", "comment", "is", "that", "I", "wish", "the", "pieces", "were", "a", "little", "bigger", "."], ["The", "decor", "is", "rustic", ",", "traditional", "Japanese", "."], ["The", "crowd", "is", "mixed", "yuppies", ",", "young", "and", "old", "."], ["The", "service", "was", "courteous", "and", "attentive", "."], ["Mediocre", "food"], ["\u2013", "We", "ate", "on", "the", "outside", "patio", "area", "for", "dinner", "on", "a", "Saturday", "night", "."], ["The", "outside", "patio", "area", "has", "an", "abbreviated", "menu", "."], ["We", "ordered", "the", "marinated", "grapes", ",", "buffalo", "style", "chicken", "wings", ",", "and", "the", "turkey", "sandwich", "."], ["My", "g", "/", "f", "and", "I", "both", "agreed", "the", "food", "was", "very", "mediocre", "especially", "considering", "the", "price", "."], ["We", "are", "locals", ",", "and", "get", "the", "feeling", "the", "only", "way", "this", "place", "survives", "with", "such", "average", "food", "is", "because", "most", "customers", "are", "probably", "one", "-", "time", "customer", "tourists", "."], ["Service", "was", "decent", "."], ["Drinks", "were", "good", "."], ["Unless", "you", "are", "just", "stopping", "in", "for", "a", "few", "drinks", "I", "would", "n't", "recommend", "going", "here", "."], ["You", "are", "likely", "to", "be", "disappointed", "."], ["Excellent", "food", ",", "nice", "ambience", ",", "fairly", "expensive"], ["\u2013", "I", "loved", "the", "pumpkin", "ravioli", "and", "the", "goat", "cheese", "gnocchi", "(", "5", "big", "ones", "to", "a", "plate", "instead", "of", "20", "or", "so", "little", "gnocchis", ")", "and", "my", "sister", "loved", "her", "filet", "mignon", "on", "top", "of", "spinach", "and", "mashed", "potatoes", "."], ["The", "ambiance", "was", "a", "peaceful", "and", "relaxing", "break", "amongst", "all", "the", "kids", "running", "around", "in", "Downtown", "Disney", "."], ["It", "was", "romantic", "-", "and", "even", "nice", "even", "with", "my", "sister", ",", "reminded", "me", "of", "Italy", ",", "and", "had", "artwork", "and", "music", "that", "kept", "up", "the", "feeling", "of", "being", "in", "a", "Mediterrean", "villa", "."], ["I", "recommend", "it", "for", "a", "night", "when", "you", "want", "to", "splurge", "!", "(", "it", "was", "a", "bit", "expensive", ")"], ["Best", "Indian", "food", "in", "L.A", "."], ["\u2013", "I", "'ve", "been", "to", "over", "a", "dozen", "Indian", "places", "in", "L.A.", ",", "and", "this", "is", "still", "my", "favorite", "."], ["The", "best", "thing", "is", ",", "the", "prices", "are", "also", "quite", "reasonable", "."], ["The", "chicken", "curry", "and", "chicken", "tikka", "masala", "are", "my", "favorite", "meat", "dishes", "."], ["The", "chana", "masala", "(", "garbanzo", "beans", ")", "are", "also", "excellent", "."], ["It", "'s", "located", "in", "a", "strip", "mall", "near", "the", "Beverly", "Center", ",", "not", "the", "greatest", "location", ",", "but", "the", "food", "keeps", "me", "coming", "back", "for", "more", "."], ["hidden", "little", "jem"], ["\u2013", "tucked", "away", "over", "by", "the", "Beverly", "Center", "."], ["Never", "too", "crowded", "and", "always", "great", "service", "."], ["I", "think", "I", "have", "probably", "tried", "each", "item", "on", "their", "menu", "at", "least", "once", "it", "is", "all", "excellent", "."], ["I", "can", "highly", "recommend", "their", "various", "saag", "and", "paneer", "and", "korma", "."], ["You", "routinely", "see", "Indian", "families", "and", "friends", "dining", "there", ",", "which", "is", "always", "a", "good", "sign", "."], ["I", "appreciate", "their", "delivery", "too", "."], ["Nice", "food", "but", "no", "spice", "!"], ["\u2013", "I", "really", "enjoyed", "my", "meal", "here", "."], ["I", "had", "yummy", "lamb", "korma", ",", "saag", "paneer", ",", "samosas", ",", "naan", ",", "etc", "."], ["The", "food", "was", "all", "good", "but", "it", "was", "way", "too", "mild", "."], ["Normally", ",", "places", "ask", "how", "hot", "you", "want", "it", ",", "but", "they", "did", "n't", "."], ["I", "should", "have", "thought", "to", "bring", "it", "up", "but", "never", "expected", "the", "food", "to", "be", "that", "mild", "."], ["I", "will", "give", "them", "another", "chance", "and", "make", "sure", "to", "tell", "them", "to", "kick", "it", "up", "several", "notches", "."], ["The", "naan", "was", "some", "of", "the", "best", "I", "'ve", "had", "and", "I", "really", "enjoyed", "the", "bhartha", ",", "not", "too", "tomatoey", "."], ["Even", "the", "chickpeas", ",", "which", "I", "normally", "find", "too", "dry", ",", "were", "good", "."], ["And", "they", "packaged", "everything", "nicely", "so", "it", "did", "n't", "spill", "."], ["awesome", "find"], ["\u2013", "I", "do", "n't", "understand", "how", "I", "was", "a", "stranger", "to", "this", "place", "for", "so", "long", "...", "the", "fajita", "salad", ",", "the", "colorado", ",", "the", "fajitas", "-", "EVERYTHING", "is", "delicious", "."], ["I", "love", "the", "warm", "&", "cosy", "environment", "."], ["I", "just", "found", "out", "that", "you", "can", "have", "the", "place", "to", "yourself", "on", "nights", "and", "weekends", "for", "a", "private", "party", "-", "ca", "n't", "wait", "to", "celebrate", "my", "next", "birthday", "there", "."], ["best", "restaurant", "in", "the", "world", ",", "great", "decor", ",", "great", "customer", "service", ",", "friendly", "manager"], ["\u2013", "first", "of", "all", "henrymillionare", "you", "dont", "know", "a", "thing", "about", "middle", "eastern", "food", "so", "dont", "talk", "."], ["Cry", "me", "a", "river", ",", "stop", "complaining", "you", "obviously", "you", "have", "no", "taste", "in", "food", "."], ["i", "am", "never", "disappointed", "with", "there", "food", "."], ["the", "atmosphere", "is", "great", "."], ["and", "all", "you", "other", "people", "that", "have", "a", "problem", "get", "some", "help"], ["great", "lunch", "spot"], ["\u2013", "Great", "financial", "district", "mexican", "spot", "."], ["Always", "busy", ",", "but", "they", "are", "good", "at", "seating", "you", "promptly", "and", "have", "quick", "service", "."], ["Everything", "I", "'ve", "had", "here", "is", "good", ",", "taco", "salads", ",", "burritos", ",", "enchiladas", "i", "love", "this", "place", "."], ["Also", "have", "great", "margaritas", "!"], ["You", "can", "order", "to", "go", "if", "you", "have", "to", "get", "back", "to", "the", "office", "too", "!"], ["Lebanese", "Food", "!", "Yum", "!"], ["\u2013", "I", "'ve", "been", "to", "Open", "Sesame", "only", "once", ",", "but", "I", "'m", "still", "reeling", "from", "the", "experience", "!", "!"], ["The", "food", "is", "simply", "unforgettable", "!"], ["I", "had", "the", "beef", "kabobs", "with", "a", "side", "of", "cucumber", "yogurt", "."], ["The", "presentation", "of", "the", "food", "was", "an", "added", "bonus", ",", "it", "looked", "just", "as", "great", "as", "it", "tasted", "!"], ["My", "best", "friend", "had", "the", "chicken", "shawarma", "and", "she", "STILL", "raves", "about", "it", "being", "the", "best", "anywhere", "!"], ["Her", "sister", "had", "the", "baklava", "for", "dessert", "!"], ["What", "a", "tastly", ",", "flaky", "treat", "!"], ["The", "staff", "are", "friendly", "and", "the", "decor", "was", "ethic", "and", "colorful", "."], ["GO", "TO", "OPEN", "SESAME", "!", "!", "!"], ["Holy", "Hummus", "!"], ["\u2013", "The", "food", "is", "here", "is", "incredible", ",", "though", "the", "quality", "is", "inconsistent", "during", "lunch", "."], ["Dinners", "have", "always", "been", "excellent", ",", "in", "terms", "of", "food", "quality", "."], ["The", "open", "sesame", "combo", "plate", "is", "a", "bargain", "for", "the", "heap", "of", "food", "given", "."], ["The", "side", "of", "potatoes", "is", "to", "die", "for", ",", "as", "is", "the", "labne", "(", "yogurt", "dip", ")", "."], ["Also", ",", "they", "serve", "THE", "best", "hummus", "in", "America", ",", "with", "a", "drizzle", "of", "fragrant", "olive", "oil", "(", "which", ",", "I", "believe", "is", "the", "traditional", "way", ")", "!"], ["The", "only", "drawback", "is", "the", "crowded", "seating", "and", "the", "slow", "service", "."], ["There", "have", "been", "several", "occasions", "when", "we", "'ve", "just", "not", "gotten", "some", "side", "dishes", "we", "'ve", "ordered", "."], ["However", ",", "this", "place", "is", "a", "gem", ",", "and", "I", "wo", "n't", "stop", "going", "back", "."], ["great", "beer"], ["\u2013", "My", "first", "time", "to", "dine", "at", "this", "restaurant", "was", "with", "my", "son", "and", "it", "was", "absolutely", "horrible", "!"], ["We", "waited", "over", "30", "minutes", "for", "our", "drinks", "and", "over", "1", "1/", "2", "hours", "for", "our", "food", "."], ["I", "swore", "never", "to", "return", "for", "a", "warm", "beer", "and", "mediocre", "meal", "."], ["HOWEVER", ",", "one", "Sunday", "afternoon", "my", "husband", "and", "I", "did", "go", "(", "although", "with", "my", "loud", "protests", ")", "and", "were", "pleasantly", "surprised", "."], ["The", "band", "was", "very", "good", "and", "the", "service", "was", "attentive", "."], ["Outside", "in", "the", "area", "between", "the", "restaurant", "and", "the", "park", ",", "children", "were", "running", "around", "while", "their", "parents", "sipped", "wine", "."], ["We", "ordered", "a", "selection", "of", "the", "small", "plates", ",", "and", "the", "shoe", "string", "onions", ",", "goat", "cheese", "pizza", ",", "grilled", "asparagus", "and", "fried", "brie", "with", "fruit", "were", "all", "very", "good", "."], ["It", "was", "like", "dining", "at", "a", "completely", "different", "restaurant", "."], ["We", "have", "since", "returned", "and", "also", "had", "a", "great", "experience", ",", "sampling", "more", "small", "plates", "and", "a", "variety", "of", "the", "beer", "(", "cold", "and", "good", ")", "."], ["We", "did", "have", "the", "same", "waiter", "the", "second", "time", ",", "so", "maybe", "the", "service", "is", "spotty", "and", "our", "luck", "is", "good", "."], ["Sunday", "afternoons", "there", "is", "a", "band", "playing", "and", "it", "is", "lots", "of", "fun", "."], ["Seattle", "'s", "BEST", "Winelist"], ["\u2013", "Ray", "'s", "(", "suprisingly", ")", "has", "the", "city", "'s", "BEST", "&", "most", "diverse", "wine", "list", "."], ["The", "sommelier", "is", "fantastic", ",", "down", "-", "to", "-", "earth", ",", "&", "extremely", "knowlegable", "."], ["I", "would", "go", "back", "for", "the", "wine", "experience", "alone", "."], ["Nice", "job", "!"], ["NOT", "THE", "PLACE", "IT", "ONCE", "WAS"], ["\u2013", "It", "is", "sad", "to", "see", "a", "place", "that", "was", "once", "``", "THE", "''", "place", "to", "meet", "and", "eat", "for", "Bfast", "or", "Lunch", ",", "now", "be", "the", "place", "that", "is", "a", "big", "``", "DONT", "BOTHER", ".", "''"], ["The", "food", "is", "not", "what", "it", "once", "was", "(", "potions", "have", "seriously", "seen", "downsizing", ")", "prices", "have", "gone", "up", ",", "and", "the", "service", "is", "the", "worst", "I", "have", "experienced", "anywhere", "(", "including", "mainland", "Europe", ")", "."], ["What", "may", "be", "interesting", "to", "most", "is", "the", "worst", "sevice", "/", "attitude", "comes", "from", "the", "owners", "of", "this", "establishment", "."], ["This", "establishment", "really", "made", "a", "marked", "decline", "after", "(", "and", "this", "is", "recurring", "story", ")", "the", "airing", "of", "FOOD", "TELEVISIONS", "``", "DINERS", ",", "DRIVE", "-", "INS", ",", "AND", "DIVES", "''", "hosted", "by", "Guy", "Fieri", ",", "in", "which", "Schooner", "or", "Later", "was", "subject", "of", "."], ["Perhaps", "now", ",", "Scooner", "or", "Later", "falls", "into", "the", "``", "Dive", "''", "category", "."], ["This", "is", "sad", "for", "what", "once", "was", "one", "of", "the", "best", "places", "you", "could", "ever", "eat", "."], ["I", "hope", "one", "day", "Scooner", "or", "Later", "returns", "to", "what", "it", "once", "was", "."], ["Untill", "this", "happens", ",", "my", "advice", "is", "to", "STAY", "AWAY", "."], ["Open", "&", "Cool", "Place", "with", "the", "Best", "Pizza", "and", "Coffee"], ["\u2013", "Mioposto", "has", "a", "very", "creative", "&", "delicious", "pizza", "menu", "."], ["The", "coffe", "is", "very", "good", ",", "too", "."], ["Great", "open", "and", "friendly", "ambience", "."], ["This", "place", "is", "charming", "and", "relaxing", "."], ["The", "servers", "behind", "the", "counter", "are", "always", "friendly", "and", "helpful", "."], ["It", "reminds", "me", "of", "those", "great", "little", "restaurants", "in", "San", "Francisco", "."], ["It", "'s", "a", "great", "place", "to", "enjoy", "food", "and", "meet", "friends", "."], ["Old", "Reliable"], ["\u2013", "After", "12", "years", "in", "Seattle", "Ray", "'s", "rates", "as", "the", "place", "we", "always", "go", "back", "to", "."], ["Great", "food", ",", "spectacular", "location", ",", "and", "friendly", "service", "keep", "us", "coming", "back", "year", "after", "year", "."], ["Enjoyed", "the", "food"], ["\u2013", "First", "of", "all", ",", "I", "am", "not", "from", "Long", "Beach", "."], ["I", "was", "visiting", "SoCal", "a", "couple", "of", "months", "ago", "when", "the", "friend", "I", "was", "visiting", "decided", "to", "take", "me", "to", "this", "restaurant", "."], ["(", "She", "was", "actually", "going", "to", "take", "me", "to", "another", "mediterranean", "restaurant", "right", "across", "the", "street", "but", "they", "were", "not", "open", "yet", "even", "though", "it", "was", "a", "few", "minutes", "past", "their", "opening", "time", ".", ")"], ["I", "liked", "it", "."], ["Food", "was", "good", "and", "cheap", "."], ["I", "had", "the", "kafta", "plate", "and", "I", "enjoyed", "it", "."], ["It", "was", "so", "much", "though", "that", "I", "could", "barely", "finish", "but", "I", "did", ",", "since", "it", "was", "delicious", "."], ["Atmosphere", "was", "nice", "."], ["Service", "was", "kind", "of", "slow", ",", "our", "waitress", "took", "forever", "to", "give", "us", "our", "check", "even", "though", "it", "was", "n't", "that", "busy", "."], ["Still", "I", "would", "recommend", "this", "place", "."], ["BTW", ",", "I", "really", "like", "Long", "Beach", "."], ["It", "was", "one", "of", "the", "few", "places", "in", "SoCal", "where", "you", "would", "actually", "walk", "around", "and", "not", "have", "to", "take", "a", "car", "."], ["WOW", "!", "!", "!", "!", "!", "!", "!", "!"], ["\u2013", "IT", "CANT", "GET", "ANY", "BETTER", "!", "!", "!", "!", "!"], ["WHAT", "ELSE", "CAN", "YOU", "SAY", "NICE", "PEOPLE", "AMAZING", "FOOD", "WOW"], ["Great", "food", "with", "an", "awesome", "atmosphere", "!"], ["\u2013", "Eggs", ",", "pancakes", ",", "potatoes", ",", "fresh", "fruit", "and", "yogurt", "-", "-", "everything", "they", "serve", "is", "delicious", "."], ["The", "best", "place", "for", "a", "leisure", "Sunday", "breakfast", "amidst", "yachts", ",", "then", "take", "a", "stroll", "through", "the", "nearby", "Farmer", "'s", "Market", "."], ["great", "meal", "\u2013", "the", "fish", "on", "the", "omikase", "platter", "was", "absolutely", "decadent", "-", "-", "there", "was", "none", "of", "the", "stringiness", "that", "sometimes", "accompanies", "fair", "sushi", "-", "-", "this", "fish", "was", "perfect", "!", "!", "!", "!"], ["plus", ",", "i", "am", "allergic", "to", "rice", ",", "and", "the", "waitstaff", "was", "unbelievably", "accomodating", "-", "-", "did", "n't", "even", "bat", "an", "eye", "!"], ["and", "the", "waiter", "suggested", "a", "perfect", "sake", "!", "!"], ["absolutely", "fabulous", "!", "!", "!"], ["Unbeatable", "sushi", "!"], ["Two", "thumbs", "up", "!"], ["I", "love", "sushi", ",", "and", "I", "have", "eaten", "it", "all", "over", "the", "world", "."], ["This", "is", "right", "up", "there", "with", "places", "in", "Tokyo", "as", "far", "as", "the", "freshness", "is", "concerned", "."], ["Melt", "in", "your", "mouth", "nigiri", "and", "sashmi", ",", "and", "very", "tasty", "rolls", "too", "."], ["Be", "sure", "to", "try", "the", "oyster", "roll", "."], ["splendid"], ["\u2013", "How", "to", "describe", "the", "best", "sushi", "in", "NYC", ":", "hmmmm", ",", "delicious", ",", "amazing", ",", "fantastic", ",", "suculent", ",", "perfect", ",", "nah", ",", "all", "of", "the", "above", "."], ["I", "ca", "n't", "saybenough", "good", "things", "about", "this", "restaurant", ",", "and", "I", "ca", "n't", "wait", "for", "my", "next", "several", "visits", "."], ["The", "best", "Chuwam", "Mushi", "I", "have", "ever", "had", "."], ["Perfect", "on", "a", "cold", "day", "."], ["$", "6", "with", "tip", "."], ["Perfection", "."], ["Good", "Sushi", ",", "High", "Price"], ["One", "of", "the", "best", "Sushi", "place", "in", "town", "."], ["The", "house", "special", "roll", "is", "really", "good", "."], ["On", "weekends", ",", "you", "might", "have", "to", "wait", "for", "couple", "hours", "."], ["However", ",", "they", "do", "take", "your", "cellphone", "numbers", "so", "that", "you", "can", "go", "hang", "out", "somewhere", "else", "till", "they", "call", "you", "up", "on", "your", "cellphone", "."], ["A", "cozy", "spot", "for", "2"], ["\u2013", "I", "ca", "n't", "believe", "Murphy", "'s", "has", "been", "around", "for", "over", "25", "years", ",", "amazing", "."], ["That", "'s", "a", "huge", "compliment", ",", "especially", "in", "the", "fickled", "restaurant", "business", ",", "...", "enough", "already", "!"], ["Brunch", "at", "Murphy", "'s", "is", "to", "die", "for", ",", "my", "specialty", "...", "egg", "white", "omelet", ",", "the", "food", "is", "always", "freshly", "prepared", "."], ["It", "'s", "the", "perfect", "spot", "for", "a", "romantic", "date", "for", "2", "or", "a", "secret", "rendezvous", "!"], ["Save", "room", "for", "scrumptious", "desserts", "."], ["The", "restaurant", "offers", "an", "extensive", "wine", "list", "and", "an", "ambiance", "you", "wo", "n't", "forget", "!"], ["I", "guarantee", "you", "wo", "n't", "be", "disappointed", ",", "there", "'s", "also", "valet", "parking", "."], ["Addicting", "!"], ["\u2013", "Best", "Mexican", "place", "for", "lunch", "in", "the", "financial", "district", "."], ["Love", "the", "enchiladas", "and", "chicken", "soup", "-", "and", "be", "sure", "to", "check", "out", "their", "specials", "."], ["The", "cooks", "have", "been", "at", "the", "restaurant", "for", "years", "and", "cook", "family", "recipes", "."], ["Can", "get", "busy", "on", "Fridays", "for", "a", "table", "but", "once", "seated", ",", "the", "service", "is", "so", "efficient", "you", "can", "be", "in", "and", "out", "of", "there", "quickly", "."], ["I", "went", "there", "with", "a", "friend", "from", "out", "of", "town", "...", "and", "we", "were", "both", "very", "impressed", "!"], ["Went", "on", "a", "Monday", "night", ",", "so", "there", "was", "no", "wait", "for", "a", "table", "."], ["The", "sushi", "was", "excellent", "and", "the", "wait", "staff", "was", "quick", "."], ["The", "price", "was", "right", "too", "."], ["The", "atmosphere", "was", "just", "okay", "."], ["Space", "was", "limited", ",", "but", "the", "food", "made", "up", "for", "it", "."], ["I", "'d", "go", "back", "there", "in", "a", "heartbeat", "."], ["Should", "have", "gone", "to", "Trader", "Joe", "'s", "and", "had", "frozen", "pizza", ":", "("], ["\u2013", "My", "family", "went", "on", "a", "midweek", "evening", "to", "have", "dinner", "."], ["The", "restaurant", "was", "80", "%", "full", "and", "there", "was", "a", "sign", "posted", "``", "wait", "to", "be", "seated", ".", "''"], ["Well", "I", "guess", "it", "'s", "hard", "to", "be", "seated", "when", "one", "is", "invisible", "to", "the", "staff", "."], ["We", "stood", "there", "for", "10", "minutes", "while", "employees", "walked", "back", "and", "forth", "ignoring", "us", "."], ["Finally", ",", "my", "wife", "stood", "face", "to", "face", "in", "front", "of", "one", "of", "the", "staff", "and", "she", "asked", ",", "``", "Are", "you", "waiting", "for", "a", "table", "?", "''"], ["Once", "seated", "it", "took", "about", "30", "minutes", "to", "finally", "get", "the", "meal", "."], ["The", "prior", "reviews", "said", "Kid", "friendly", "...", "give", "me", "a", "break", "with", "two", "young", "children", "that", "is", "light", "years", "."], ["The", "Caesar", "salad", "I", "ordered", "had", "so", "much", "lemon", "I", "could", "n't", "eat", "it", "."], ["The", "pizza", "was", "slightly", "reminescent", "of", "Baker", "'s", "Beach", "pizza", "which", "occupied", "the", "the", "space", "years", "ago", "(", "a", "distant", "second", ")", "."], ["It", "was", "decent", "but", "nothing", "exceptional", "."], ["This", "establishment", "is", "consistent", "with", "my", "feelings", "of", "the", "rest", "of", "Chow", "Foods", "group", "."], ["We", "used", "to", "frequent", "most", "of", "their", "restaurants", "but", "over", "the", "years", "each", "one", "has", "really", "been", "disapointing", "."], ["I", "'m", "a", "born", "and", "bred", "Southend", "resident", "and", "was", "excited", "to", "hear", "of", "this", "restaurant", "opening", "."], ["Well", ",", "I", "guess", "maybe", "it", "might", "be", "beneficial", "for", "the", "management", "to", "pay", "a", "visit", "to", "Tutta", "Bella", "in", "Columbia", "City", "for", "some", "tips", "."], ["Great", "food", ",", "better", "Margaritas", "!"], ["\u2013", "This", "is", "one", "of", "my", "top", "lunch", "spots", ",", "huge", "portions", ",", "fast", "service", "and", "amazing", "margaritas", "!", "!"], ["it", "gets", "really", "busy", ",", "so", "get", "there", "on", "the", "early", "side", "so", "you", "can", "grab", "a", "seat", ",", "if", "you", "do", "have", "to", "wait", ",", "its", "not", "bad", "because", "the", "service", "is", "quick", "!"], ["Check", "out", "the", "art", "on", "the", "walls", ",", "very", "colorful", "!"], ["i", "love", "this", "place", "!"], ["\u2013", "i", "have", "been", "eating", "at", "this", "place", "for", "over", "8", "years", "now", "and", "i", "have", "never", "had", "one", "bad", "meal", "."], ["i", "highly", "recommend", "this", "place", "to", "all", "that", "want", "to", "try", "indain", "food", "for", "the", "first", "time", "."], ["The", "lunch", "menu", "is", "an", "awesome", "deal", "!"], ["plenty", "of", "food", ",", "trust", "me", "."], ["Fresh", "ingrediants", "and", "super", "tasty", "."], ["The", "place", "is", "the", "next", "best", "thing", "to", "my", "Moms", "cooking", "."], ["Best", "food", ",", "phenominal", "service"], ["For", "the", "finicky", "sushi", "eater", "and", "those", "who", "have", "sampled", "the", "best", "NYC", "has", "to", "offer", ",", "the", "fish", "is", "the", "freshest", "and", "the", "service", "is", "superb", "."], ["Not", "only", "can", "the", "selection", "be", "innovative", ",", "but", "there", "'s", "a", "nice", "balance", "of", "traditional", "sushi", "as", "well", "."], ["The", "nicest", "waiters", "in", "town", "."], ["WAY", "OVER-", "RATED", "!", "!", "!", "!"], ["\u2013", "This", "place", "is", "unbelievably", "over", "-", "rated", "."], ["If", "I", "want", "to", "stand", "in", "line", "on", "Sunday", "for", "an", "hour", "to", "get", "average", "brunch", "food", ",", "then", "I", "would", "put", "Murphy", "'s", "at", "the", "top", "of", "the", "list", "."], ["The", "regular", "menu", "here", "is", "slightly", "above", "average", "that", "is", "not", "worth", "the", "snotty", "attitude", "that", "you", "receive", "."], ["10", "!"], ["Your", "a", "sushi", "fan", ",", "you", "love", "expertly", "cut", "fish", ",", "great", "sake", ",", "a", "killer", "SOHO", "location", ",", "and", "of", "course", ":", "Salmon", ",", "Tuna", ",", "Fluke", ",", "Yellow", "Tail", ",", "Cod", ",", "Mackeral", ",", "Jellyfish", ",", "Sea", "Urchin", ",", "Shrimp", ",", "Lobster", ",", "Sea", "Bream", ",", "Trout", ",", "Milk", "Fish", ",", "Blue", "Fin", "Tuna", ",", "Eel", ",", "Crab", ",", "Sardine", ",", "Monk", "Fish", ",", "Roe", ",", "Scallop", ",", "Oysters", ",", "and", "a", "varity", "of", "Toro", "."], ["There", "is", "only", "one", "place", "on", "the", "east", "coast", "that", "has", "it", "all", ",", "plus", "a", "lot", "more", "."], ["Better", "than", "nobu", ",", "tomoe", ",", "taka", ",", "yama", ",", "sugiyama", ",", "and", "the", "rest", "."], ["Bring", "your", "cell", "phone", "cause", "you", "may", "have", "to", "wait", "to", "get", "into", "the", "best", "sushi", "restaurant", "in", "the", "world", ":", "BLUE", "RIBBON", "SUSHI", "."], ["Believe", "it", "baby", "!"], ["Cut", "to", "the", "chase", "-", "this", "is", "amazing", "!"], ["It", "'s", "unpretentious", "and", "underground", "."], ["It", "'s", "fresh", ",", "welcoming", ",", "delicious", ",", "and", "relaxing", "."], ["Hands", "down", ",", "the", "best", "tuna", "I", "have", "ever", "had", "."], ["Blue", "Ribbon", "lives", "up", "to", "it", "'s", "fantastic", "reputation", "."], ["I", "went", "here", "on", "a", "recommendation", "and", "will", "surely", "return", "time", "and", "time", "again", "."], ["What", "a", "find", "!"], ["Well", "worth", "it"], ["Great", "value", "sushi", "with", "high", "quality", "&", "nice", "setting", "."], ["Good", "for", "late", "night", "dining", "(", "last", "minute", "planning", ")", "without", "reservations", "."], ["Try", "the", "Chef", "'s", "Choice", "for", "sushi", "as", "the", "smoked", "yellowtail", "was", "incredible", "and", "the", "rolls", "were", "also", "tasty", "."], ["Poor", "customer", "service", "/", "poor", "pizza", "."], ["\u2013", "As", "with", "most", "restaurants", "in", "Seattle", ",", "Mioposto", "'s", "service", "was", "bad", "and", "the", "food", "was", "overpriced", "."], ["I", "know", "many", "people", "have", "their", "favorite", "types", "of", "pizza", "and", "pizza", "places", ",", "but", "Mioposto", "'s", "pizza", "lacks", "quality", "and", "good", "taste", "."], ["To", "be", "honest", ",", "I", "'ve", "had", "better", "frozen", "pizza", "."], ["I", "'m", "not", "kidding", "."], ["The", "only", "positive", "thing", "about", "Mioposto", "is", "the", "nice", "location", "."], ["Love", "it", "every", "time"], ["I", "was", "frankly", "shocked", "when", "I", "read", "the", "bad", "reviews", "-", "this", "place", "is", "fantastic", ";", "it", "has", "not", "let", "us", "down", "in", "any", "way", ",", "and", "we", "'ve", "eaten", "here", "more", "than", "10", "times", "."], ["People", "complain", "about", "the", "dim", "lighting", ",", "but", "that", "is", "one", "what", "I", "love", "about", "this", "place", "-", "if", "you", "want", "to", "stare", "at", "your", "food", "in", "bright", "light", ",", "go", "to", "McDonalds", "."], ["The", "food", "is", "fantastic", ",", "and", "the", "waiting", "staff", "has", "been", "perfect", "every", "single", "time", "we", "'ve", "been", "there", "."], ["The", "only", "problem", "would", "be", "the", "wait", ",", "but", "we", "usually", "just", "have", "a", "drink", "in", "the", "front", "while", "waiting", "."], ["Never", "had", "one", "single", "problem", "there", "."], ["Seafood", "Plus"], ["\u2013", "This", "was", "great", "dining", "experience", "."], ["If", "you", "'re", "going", "to", "see", "Danny", "Gans", "or", "just", "staying", "at", "the", "Mirage", ",", "do", "n't", "miss", "this", "one", "."], ["The", "appetizer", "of", "oysters", ",", "lobster", ",", "crab", "(", "small", "size", ")", "made", "a", "perfect", "entre", "for", "my", "wife", "."], ["Seabass", "on", "lobster", "risotto", "was", "the", "best", "."], ["Caesar", "salad", "was", "superb", "."], ["Great", "bottle", "of", "wine", "."], ["Leave", "room", "for", "dessert", "."], ["COMPLETELY", "OVER", "RATED", "!"], ["I", "will", "have", "to", "do", "more", "research", "before", "checking", "out", "new", "places", "based", "on", "Diners", ",", "drive-", "ins", "and", "dives", "reviews", "."], ["I", "noice", "most", "reviews", "mention", "the", "bad", "service", "."], ["The", "food", "was", "ok", ",", "but", "the", "service", "was", "so", "poor", "that", "the", "food", "was", "cold", "buy", "the", "time", "everyone", "in", "my", "party", "was", "served", "."], ["Even", "then", ",", "the", "order", "was", "not", "correct", "and", "we", "were", "still", "waiting", "for", "a", "couple", "items", "."], ["We", "had", "a", "very", "hard", "time", "getting", "the", "waitress", "'", "attention", "and", "finally", "had", "to", "get", "up", "and", "go", "inside", "to", "speak", "to", "a", "manager", "."], ["As", "it", "turns", "out", "the", "owner", "was", "seated", "right", "next", "to", "us", "and", "when", "he", "came", "over", "to", "check", "on", "our", "problems", "was", "very", "dismissive", "and", "offered", "a", "token", "20", "%", "discount", "on", "our", "bill", "."], ["When", "the", "bill", "came", ",", "he", "only", "took", "the", "discount", "off", "the", "food", "and", "not", "the", "drinks", "."], ["It", "was", "clear", "he", "didn", "\u2019", "t", "really", "care", "."], ["With", "so", "many", "great", "breakfast/", "lunch", "places", "in", "So", "Cal", ",", "this", "one", "is", "not", "worth", "the", "wait", "or", "any", "extra", "effort", "to", "visit", "."], ["AVOID", "THE", "PLACE"], ["\u2013", "Save", "yourself", "the", "waste", "of", "time", "&", "DO", "NOT", "visit", "."], ["I", "made", "my", "1st", "trip", "to", "the", "restaurant", "after", "finding", "their", "webpage", "online", "."], ["When", "I", "got", "there", "I", "sat", "up", "stairs", "where", "the", "atmosphere", "was", "cozy", "&", "the", "service", "was", "horrible", "!"], ["I", "waited", "for", "10", "-", "15", "minutes", "for", "service", "ordered", "a", "beer", "&", "was", "never", "served", "again", "."], ["After", "sitting", "there", "with", "my", "empty", "glass", "for", "over", "20", "minutes", "I", "left", "."], ["I", "went", "home", "&", "looked", "them", "up", "online", "again", "where", "I", "discovered", "there", "is", "a", "link", "for", "a", "give", "away", "that", "does", "n't", "work", "so", "emailed", "the", "restaurant", "about", "the", "non", "existent", "service", "&", "deceptive", "link", "."], ["I", "never", "heard", "back", "from", "anyone", "more", "than", "a", "month", "ago", "."], ["After", "telling", "my", "friend", "about", "the", "situation", "he", "said", "lets", "try", "again", "but", "we", "will", "visit", "the", "lower", "bar", "."], ["After", "sitting", "at", "the", "bar", "for", "over", "20", "minutes", "the", "bar", "keep", "had", "made", "only", "2", "drinks", "&", "kept", "telling", "us", "she", "'d", "be", "right", "with", "us", "."], ["We", "left", "without", "ever", "getting", "service", "."], ["As", "of", "writing", "this", "I", "just", "tried", "their", "give", "away", "a", "link", "again", "&", "it", "still", "does", "n't", "work", "."], ["There", "are", "so", "many", "better", "places", "to", "visit", "!"], ["Best", "Crab", "Cakes", "in", "Town"], ["\u2013", "Thats", "a", "big", "statement", "considering", "I", "'ve", "been", "pulling", "crab", "traps", "and", "making", "the", "cakes", "myself", "since", "I", "was", "about", "seven", "-", "but", "something", "about", "these", "little", "devils", "gets", "better", "every", "time", "."], ["If", "you", "can", ",", "come", "to", "this", "place", "by", "boat", "and", "make", "it", "a", "whole", "evening", "."], ["Great", "seasonal", "fish", "and", "seafood", ",", "with", "a", "classy", "waterfront", "setting", "."], ["Always", "a", "winner", "."], ["Great", "Pizza", ",", "Poor", "Service"], ["\u2013", "Love", "their", "pizza", ",", "especially", "the", "mushroom", "pizza", "."], ["Also", "love", "their", "caeser", "salad", "."], ["Prefer", "to", "order", "it", "and", "pick", "it", "up", "though", "because", "I", "do", "n't", "like", "the", "servers", ",", "one", "young", "woman", "in", "particular", "."], ["She", "does", "n't", "make", "you", "feel", "welcome", "and", "treats", "you", "like", "an", "annoyance", "."], ["But", "she", "is", "very", "friendly", "with", "certain", "people", ",", "making", "it", "even", "more", "annoying", "."], ["Management", "should", "really", "take", "notice", "and", "train", "their", "waitstaff", "and", "teach", "them", "some", "proper", "manners", "."], ["Many", "people", "talk", "about", "the", "great", "pizza", "and", "poor", "service", ",", "so", "it", "ca", "n't", "just", "be", "the", "rantings", "of", "a", "few", "dissatisfied", "customers", "."], ["It", "'s", "a", "great", "little", "place", "with", "tons", "of", "potential", "to", "be", "a", "neighborhood", "joint", "if", "the", "service", "were", "n't", "so", "impersonal", "and", "corporate", "-", "like", "."], ["Great", "Breakfast"], ["\u2013", "This", "place", "is", "famous", "for", "their", "breakfast", "."], ["They", "have", "been", "featured", "on", "the", "food", "network", "and", "they", "deserve", "it", "."], ["The", "food", "is", "great", "and", "they", "make", "a", "mean", "bloody", "mary", "."], ["I", "love", "breakfast", "here", "."], ["Their", "crab", "eggs", "benedict", "is", "addicting", "."], ["All", "their", "menu", "items", "are", "a", "hit", ",", "and", "they", "serve", "mimosas", "."], ["Does", "n't", "get", "any", "better", "than", "that", "."], ["best", "chinese", "food", "i", "have", "tasted", "in", "a", "long", "time"], ["\u2013", "we", "got", "a", "groupon", "for", "pagoda", "and", "decided", "to", "try", "it", "on", "a", "thursday", "night", "."], ["there", "was", "a", "guy", "playing", "the", "piano", "and", "singing", "at", "the", "bar", "area", "which", "was", "separate", "from", "the", "dinning", "area", "."], ["You", "can", "easily", "hear", "him", "though", "so", "it", "was", "a", "pleasant", "sound", "and", "not", "overbearing", "."], ["the", "ambiance", "of", "the", "restaurant", "was", "nice", "and", "good", "for", "fine", "dinning", "."], ["not", "too", "fine", "thought", "that", "you", "feel", "uncomfortable", "and", "have", "to", "dress", "up", "."], ["the", "staff", "was", "very", "nice", "and", "courteous", "and", "obviously", "chinese", "."], ["we", "ordered", "the", "honey", "walnut", "prawns", "which", "we", "always", "order", "at", "every", "chinese", "restaurant", "to", "determine", "the", "quality", "of", "food", "."], ["First", "off", ",", "the", "food", "came", "fast", "and", "all", "together", ":", ")", "i", "like", "that", "...", "i", "hate", "the", "pretentiousness", "of", "things", "coming", "in", "one", "after", "the", "other", "."], ["so", "about", "the", "prawns", ",", "they", "were", "fresh", "and", "had", "a", "slight", "crispiness", "about", "the", "batter", "...", "soooo", "good", "...", "the", "walnuts", "were", "cut", "in", "smaller", "pieces", "and", "very", "crunchy", "and", "tasty", "."], ["yummy", "."], ["best", "honey", "walnyt", "prawns", "that", "we", "have", "every", "tasted", "."], ["next", "one", "that", "we", "ordered", "were", "prawns", "and", "scallop", "with", "brocolli", "."], ["the", "brocollis", "were", "so", "fresh", "and", "tasty", "."], ["i", "would", "normally", "not", "finish", "the", "brocolli", "when", "i", "order", "these", "kinds", "of", "food", "but", "for", "the", "first", "time", ",", "every", "piece", "was", "as", "eventful", "as", "the", "first", "one", "...", "the", "scallops", "and", "prawns", "was", "so", "fresh", "and", "nicely", "cooked", "."], ["not", "chewy", "at", "all", "."], ["for", "desert", "we", "had", "the", "mango", "ginger", "creme", "brulee", "...", "oh", "la", "la", "yummy", "!", "!", "!"], ["melt", "in", "your", "mouth", "."], ["we", "are", "for", "sure", "coming", "back", "to", "this", "restaurant", "."], ["every", "month", "if", "possible", "."], ["it", "is", "sad", "there", "is", "not", "many", "people", "who", "frequent", "eating", "at", "places", "like", "these", "that", "look", "pricey", "because", "they", "are", "at", "the", "hotel", "...", "but", "they", "are", "definitely", "one", "you", "dont", "want", "to", "miss", ",", "esp", "if", "your", "in", "downtown", "san", "jose", "."], ["Chintzy", "portions"], ["\u2013", "The", "sushi", "here", "is", "perfectly", "good", ",", "but", "for", "$", "5", "a", "piece", ",", "either", "the", "slices", "of", "fish", "should", "be", "larger", ",", "or", "there", "should", "be", "no", "pretense", "that", "this", "is", "a", "moderately", "priced", "restaurant", "(", "even", "for", "NYC", ")", "."], ["We", "easily", "spent", "more", "than", "$", "40", "per", "person", "(", "not", "including", "alcohol", ")", "and", "were", "still", "hungry", "."], ["I", "'m", "astonished", "that", "this", "restaurant", "is", "categorized", "as", "$", "$", "$", "rather", "than", "$", "$", "$", "$", "."], ["Terrible", "service", ",", "food", "ok", ",", "pricey"], ["\u2013", "This", "past", "weekend", "had", "great", "weather", "for", "San", "Francisco", "standards", "."], ["So", "for", "the", "'after", "beach", "excursion", "'", ",", "we", "thought", "we", "would", "end", "the", "day", "on", "a", "high", "note", "and", "make", "the", "trip", "across", "the", "street", "from", "the", "beach", "to", "Park", "Chalet", "."], ["The", "restaurant", "was", "busy", ",", "however", "there", "were", "a", "few", "tables", "open", "."], ["We", "put", "out", "name", "down", "and", "although", "there", "were", "open", "tables", "we", "were", "told", "that", "it", "'d", "be", "a", "30", "minute", "wait", "."], ["So", "here", "we", "are", ",", "my", "wife", ",", "3", "year", "old", "daughter", "and", "I", "trying", "to", "pass", "the", "time", "by", "hanging", "out", "in", "the", "front", "of", "the", "building", "(", "where", "the", "murals", "and", "artifacts", "are", ")", "."], ["30", "minutes", "went", "by", "and", "sure", "enough", "the", "pager", "buzzer", "went", "off", "."], ["We", "went", "back", "to", "the", "restaurant", "and", "low", "and", "behold", ",", "we", "were", "seated", "at", "one", "of", "the", "tables", "that", "was", "available", "30", "minutes", "ago", "!", "!"], ["Logic", "behind", "that", "?"], ["None", "that", "I", "can", "think", "of", "."], ["We", "put", "in", "our", "order", "and", "although", "we", "ordered", "4", "appetizers", ",", "the", "food", "did", "n't", "arrive", "until", "45", "minutes", "later", "...", "WITH", "OUR", "MAIN", "COURSE", "."], ["Um", "so", "now", "what", "are", "appetizers", "for", "?", "?", "?"], ["Oh", "I", "forgot", "to", "mention", "that", "they", "do", "n't", "have", "bread", "service", "."], ["Its", "a", "good", "thing", "my", "daughter", "had", "some", "snacks", "in", "her", "lunch", "bag", "."], ["My", "wife", "also", "ordered", "a", "teapot", "of", "hot", "water", "(", "she", "had", "a", "sore", "throat", ")", "and", "I", "guess", "that", "since", "it", "was", "only", "water", ",", "it", "was", "n't", "a", "priority", "for", "them", "to", "actually", "bring", "it", "."], ["In", "other", "words", ",", "if", "they", "are", "n't", "making", "$", "$", "off", "of", "you", "then", "you", "do", "n't", "rate", "high", "on", "their", "'", "service", "scale", "'", "."], ["Food", "wise", ",", "its", "ok", "but", "a", "bit", "pricey", "for", "what", "you", "get", "considering", "the", "restaurant", "is", "n't", "a", "fancy", "place", "."], ["The", "upside", "of", "the", "restaurant", "?"], ["If", "I", "needed", "to", "name", "some", "they", "would", "include", "the", "location", "to", "the", "beach", "or", "Golden", "Gate", "park", "."], ["Its", "great", "if", "you", "spent", "the", "day", "there", "and", "did", "n't", "want", "to", "drive", "to", "eat", "."], ["Parking", "is", "reasonably", "good", ",", "they", "have", "their", "own", "lot", "and", "you", "can", "park", "in", "the", "park", "nearby", "."], ["Another", "plus", "is", "the", "open", "feel", "of", "the", "restaurant", "with", "glass", "walls", "on", "all", "sides", "."], ["I", "'d", "hate", "for", "tourists", "to", "go", "to", "Park", "Chalet", "and", "think", "that", "this", "is", "how", "all", "San", "Francisco", "restaurants", "are", "like", "."], ["Always", "good", "."], ["\u2013", "A", "sushi-", "fiend", "friend", "recently", "visited", "and", "our", "group", "of", "three", "just", "had", "to", "come", "for", "dinner", "."], ["6pm", "on", "a", "Sat", "before", "a", "Broadway", "play", "and", "we", "were", "quickly", "seated", "and", "served", "."], ["Amazing", "Spanish", "Mackeral", "special", "appetizer", "and", "perfect", "box", "sushi", "(", "that", "eel", "with", "avodcao", "-", "-", "um", "um", "um", ")", "."], ["As", "usual", "the", "omikase", "did", "n't", "disappoint", "in", "freshness", ",", "although", "it", "scored", "low", "on", "creativity", "and", "selection", "."], ["Their", "specialty", "rolls", "are", "impressive", ",", "though", "I", "ca", "n't", "remember", "what", "we", "had", "."], ["Great", "selection", "of", "sakes", "."], ["Green", "tea", "creme", "brulee", "gets", "better", "each", "time", "I", "have", "it", "."], ["It", "is", "n't", "the", "cheapest", "sushi", "but", "has", "been", "worth", "it", "every", "time", "."], ["Very", "poor", "customer", "service", "."], ["\u2013", "Schooner", "or", "Later", "'s", "charming", "location", "along", "the", "marina", "in", "Long", "Beach", "and", "average", "food", "does", "not", ",", "unfortunately", ",", "compensate", "for", "its", "very", "poor", "customer", "service", "."], ["While", "this", "diner", "had", "reasonably", "good", "food", ",", "the", "restaurant", "staff", "seemed", "completely", "indifferent", "to", "our", "presence", ",", "and", "this", "attitude", "was", "reflected", "in", "the", "lack", "of", "service", "."], ["As", "part", "of", "a", "small", "party", "of", "four", ",", "our", "food", "was", "dropped", "off", "without", "comment", ";"], ["any", "further", "needs", "we", "may", "have", "had", "could", "not", "have", "been", "met", "since", "no", "one", "stopped", "by", "the", "table", "."], ["When", "we", "finally", "were", "able", "to", "flag", "someone", "down", ",", "it", "was", "someone", "entirely", "different", "from", "the", "person", "who", "had", "dropped", "off", "the", "food", ",", "who", "was", "also", "not", "the", "same", "person", "who", "had", "taken", "our", "order", "."], ["After", "one", "member", "of", "our", "party", "had", "been", "bumped", "repeatedly", "by", "a", "waitress", ",", "a", "polite", "request", "that", "he", "not", "be", "bumped", "sent", "the", "waitress", "into", "an", "abusive", "rant", "."], ["A", "brief", "conversation", "with", "the", "manager", "at", "the", "end", "of", "the", "meal", "was", "the", "greatest", "disappointment", "-", "-", "to", "say", "we", "had", "been", "``", "blown", "off", "''", "would", "be", "an", "understatement", "."], ["The", "manager", "continually", "interrupted", "with", "``", "Is", "there", "anything", "else", "I", "can", "do", "for", "you", "?", "``", ",", "a", "strange", "comment", "because", "she", "had", "hardly", "listened", ",", "let", "alone", "responded", "to", "our", "expression", "of", "disappointment", "at", "our", "experience", "."], ["She", "promised", "to", "speak", "to", "the", "waitress", "who", "had", "flown", "off", "in", "a", "rage", ",", "but", "we", "could", "hardly", "take", "her", "promise", "seriously", ",", "seeing", "as", "she", "had", "n't", "bothered", "to", "get", "the", "waitresses", "name", "."], ["In", "short", ",", "Schooner", "or", "Later", "could", "n't", "have", "cared", "less", "about", "our", "being", "at", "their", "establishment", "."], ["Next", "time", "we", "will", "go", "somewhere", "else", ",", "or", "try", "other", "restaurants", "close", "by", "like", "Mimi", "'s", "Cafe", "and", "Claim", "Jumper", "."], ["1", "o'clock", "in", "the", "morning", "."], ["you", "are", "with", "a", "hot", "date", "and", "he", "/", "she", "has", "an", "urge", "for", "sushi", "...", "then", "this", "might", "be", "the", "place", "."], ["the", "fish", "was", "fresh", ",", "though", "it", "was", "cut", "very", "thin", "."], ["great", "service", "."], ["good", "sake", "selection", "."], ["Dungeness", "crabs", "here", "!"], ["\u2013", "Ray", "'s", "is", "THE", "place", "to", "go", "for", "high", "quality", "seafood", "dinners", "."], ["And", "they", "give", "good", "quantity", "for", "the", "price", "."], ["We", "were", "only", "in", "Seattle", "for", "one", "night", "and", "I", "'m", "so", "glad", "we", "picked", "Rays", "for", "dinner", "!"], ["I", "love", "Dungeness", "crabs", "and", "at", "Ray", "'s", "you", "can", "get", "them", "served", "in", "about", "6", "different", "ways", "!"], ["We", "shared", "the", "family", "platter", "and", "I", "especially", "enjoyed", "the", "black", "cod", "in", "sake", "kasu", "."], ["I", "ended", "the", "meal", "with", "the", "unusual", "dessert", "of", "a", "port", "and", "chocolate", "tasting", "...", ".yummy", "!"], ["And", "the", "service", "was", "simply", "spendid", "-", "quite", "a", "delight", "."], ["Great", "Breakfast"], ["\u2013", "Great", "drinks", ",", "corn", "beef", "hash", ",", "coffee", ",", "B", "Fast", "burritos", ",", "Gluten", "Free", "menu", "."], ["The", "service", "is", "fantastic", "at", "this", "fun", "place", "."], ["If", "there", "is", "a", "line", "very", "day", "of", "the", "week", "for", "the", "entire", "time", "a", "place", "is", "open", ",", "you", "know", "it", "is", "great", "."], ["This", "is", "the", "case", "at", "this", "gem", "."], ["Best", "Neighborhood", "Standby", "."], ["You", "Ca", "n't", "Go", "Wrong", "Here", "."], ["\u2013", "Every", "neighborhood", "has", "a", "few", "great", "local", "bars", "that", "are", "the", "best", "secrets", "."], ["In", "Grammercy", "/", "Union", "Square", "/", "East", "Village", "this", "is", "my", "neighbors", "and", "my", "favorite", "spot", "."], ["The", "music", "is", "great", ",", "no", "night", "better", "or", "worse", ",", "the", "bar", "tenders", "are", "generous", "with", "the", "pouring", ",", "and", "the", "lighthearted", "atmosphere", "will", "lifts", "you", "spirits", "."], ["Seriously", ",", "you", "ca", "n't", "go", "wrong", ",", "if", "it", "is", "unpretentious", "local", "fun", "you", "seek", "."], ["Oh", ",", "and", "the", "cheese", "fries", "are", "awesome", "!"], ["Good", "Food", ",", "Great", "Service", ",", "Average", "Prices", "(", "For", "the", "Strip", ")"], ["\u2013", "I", "decided", "to", "eat", "at", "Stack", "because", "of", "their", "price", "fixed", "pre", "-", "show", "dinner", "."], ["When", "I", "walked", "in", ",", "I", "was", "taken", "aback", "by", "their", "incredible", "wood", "decor", "."], ["The", "music", "playing", "was", "very", "hip", ",", "20", "-", "30", "something", "pop", "music", ",", "but", "the", "subwoofer", "to", "the", "sound", "system", "was", "located", "under", "my", "seat", ",", "which", "became", "annoying", "midway", "through", "dinner", "."], ["We", "were", "quickly", "seated", "and", "requested", "the", "special", "dinner", ",", "which", "came", "with", ":", "1", ")", "Shellfish", "and", "Shrimp", "appetizer", "or", "Caesar", "Salad", ",", "2", ")", "9", "oz", "steak", "(", "with", "a", "single", "potato", "chip", ")", ",", "and", "3", ")", "homemade", "donut", "holes", "."], ["I", "got", "the", "shellfish", "and", "shrimp", "appetizer", "and", "it", "was", "alright", "."], ["It", "was", "n't", "the", "freshest", "seafood", "ever", ",", "but", "the", "taste", "and", "presentation", "was", "OK", "."], ["Before", "the", "steak", "came", ",", "the", "server", "told", "us", "that", "the", "steak", "did", "not", "come", "with", "any", "sides", "and", "suggested", "I", "pick", "something", "from", "the", "menu", "."], ["I", "picked", "the", "asparagus", ",", "which", "turned", "out", "to", "be", "incredible", "and", "perfectly", "prepared", "."], ["It", "was", "steamed", "and", "tossed", "with", "garlic", "."], ["The", "9", "oz", "steak", "came", "next", "and", "it", "tasted", "great", ",", "at", "least", "initially", "."], ["The", "steak", "was", "done", "to", "my", "exact", "liking", "(", "medium", "rare", ")", "and", "was", "nice", "and", "juicy", "."], ["It", "?", "s", "served", "with", "either", "a", "peppercorn", "sauce", "or", "red", "wine", "reduction", ",", "though", "both", "were", "indistinguishable", "in", "taste", "."], ["Though", ",", "one", "thing", "I", "realized", "later", "on", "was", "that", "the", "restaurant", "either", "used", "MSG", "or", "a", "meat", "tenderizer", "on", "the", "steak", "."], ["My", "mouth", "felt", "very", "dry", "afterwards", "and", "I", "had", "that", "signature", "?", "MSG", "?", "taste", "lingering", "in", "my", "throat", "after", "I", "left", "the", "restaurant", "."], ["Finally", ",", "the", "homemade", "donut", "holes", "were", "served", "for", "desert", "."], ["They", "came", "in", "their", "own", "nifty", "take", "out", "box", "and", "with", "some", "homemade", "frosting", ";", "very", "light", "and", "not-", "too-", "sweet", "."], ["The", "desert", "was", "the", "perfect", "ending", "to", "an", "almost", "perfect", "dinner", "."], ["The", "dinner", "only", "took", "us", "about", "an", "hour", "and", "the", "prices", "were", "alright", "for", "the", "strip", ",", "almost", "$", "50/", "pp", "after", "tax", "and", "tip", "(", "about", "average", ")", "."], ["But", "the", "servers", "were", "extremely", "attentive", "and", "very", "friendly", "."], ["Overall", ",", "I", "would", "go", "back", "and", "eat", "at", "the", "restaurant", "again", "."], ["Just", "remember", "to", "dress", "a", "little", "urban-", "chic", "so", "you", "don", "?", "t", "look", "too", "far", "out", "of", "place", "."], ["good", "sake", ",", "good", "food", "\u2013", "i", "honestly", "do", "n't", "know", "much", "about", "japanese", "food", "at", "all", "."], ["In", "the", "past", "sake", "usuallly", "just", "tasted", "kind", "of", "like", "salty", "water", "to", "me", "."], ["Server", "made", "several", "sake", "suggestions", "which", "were", "very", "good", "."], ["had", "many", "dishes", "but", "the", "BEST", "was", "the", "lobster", "3", "ways", "."], ["VERY", "GOOD", "!"], ["Overpriced"], ["\u2013", "We", "dined", "at", "the", "Colorado", "location", "today", "."], ["Waited", "35", "minutes", "for", "a", "table", "for", "8", "which", "was", "ok", "for", "such", "a", "big", "crowd", "."], ["The", "waiter", "was", "a", "bit", "unfriendly", "and", "the", "feel", "of", "the", "restaurant", "was", "crowded", "."], ["Also", ",", "there", "was", "only", "one", "bathroom", "stall", "-", "probably", "need", "more", "for", "such", "big", "crowds", "."], ["Most", "importantly", ",", "we", "were", "so", "excited", "about", "the", "food", "after", "seeing", "the", "very", "creative", "menu", "."], ["At", "best", ",", "the", "food", "was", "good", "and", "definately", "overpriced", "."], ["For", "the", "amount", "of", "food", "we", "got", "the", "prices", "should", "have", "been", "lower", "."], ["Not", "sure", "if", "I", "would", "go", "back", "."], ["My", "favortie", "pizza", "joint", "in", "Seattle"], ["\u2013", "This", "is", "my", "``", "must", "bring", "out", "of", "town", "guests", "to", "''", "restaurant", "and", "they", "always", "enjoy", "and", "rave", "about", "it", "."], ["In", "fact", ",", "many", "want", "to", "return", "a", "second", "time", "during", "their", "visit", "."], ["The", "pizza", "is", "delicious", "and", "the", "salads", "are", "fantastic", "."], ["I", "'ve", "always", "found", "the", "wait", "staff", "and", ",", "if", "you", "sit", "at", "the", "bar", ",", "the", "cooks", "very", "friendly", "."], ["They", "are", "n't", "the", "most", "talkative", ",", "but", "everytime", "I", "'ve", "been", "there", "they", "have", "been", "very", "busy", ",", "which", "probably", "accounts", "for", "the", "lack", "of", "conversation", "."], ["I", "also", "really", "enjoy", "the", "simplicity", "of", "the", "decor", "and", "intimate", "feeling", "of", "a", "small", "restaurant", "."], ["It", "'s", "just", "the", "right", "size", "for", "the", "menu", "."], ["Excellent"], ["\u2013", "My", "husband", "and", "I", "love", "eating", "at", "Mioposto", "Caf\u00e9", "."], ["We", "\u2019", "re", "can", "\u2019", "t", "say", "enough", "about", "their", "delicious", "gourmet", "pizza", "\u2019", "s", "!"], ["You", "won", "\u2019", "t", "be", "disappointed", "by", "their", "menu", "."], ["The", "pizza", "\u2019", "s", "are", "thin", "crust", "and", "the", "menu", "offers", "very", "creative", "combinations", "and", "toppings", "."], ["You", "never", "feel", "icky", "and", "stuffed", "after", "you", "eat", "there", "."], ["The", "pizza", "\u2019", "s", "are", "light", "and", "scrumptious", "."], ["Try", "the", "Pizza", "Ensalata", "!"], ["It", "\u2019", "s", "a", "salad", "on", "top", "of", "pizza", "crust", "."], ["Absolutely", "delicious", "."], ["The", "pizza", "\u2019", "s", "are", "not", "huge", "and", "the", "crust", "is", "thin\u2026keep", "that", "in", "mind", "when", "you", "\u2019", "re", "ordering", "."], ["Worth", "the", "wait"], ["\u2013", "Had", "to", "wait", "thirty", "minutes", "to", "get", "in", "the", "door", "on", "a", "tuesday", "morning", ",", "but", "it", "was", "so", "worth", "it", "."], ["The", "food", "is", "sinful", "."], ["The", "staff", "was", "really", "friendly", "."], ["The", "atmosphere", "was", "great", "."], ["The", "specialty", "here", "is", "decadent", "pancakes", ",", "but", "I", "'ve", "been", "back", "now", "four", "times", ",", "and", "I", "'ve", "been", "wowed", "every", "time", "."], ["Nothing", "on", "the", "menu", "is", "less", "than", "amazing", "."], ["Go", "with", "some", "friends", ",", "wait", "the", "half", "hour", "or", "so", "with", "a", "cup", "of", "joe", ",", "and", "enjoy", "more", "than", "your", "average", "breakfast", "."], ["Good", "eats", "."], ["Whose", "writing", "all", "the", "great", "reviews", "?"], ["Why", "is", "it", "that", "(", "almost", ")", "every", "good", "review", "is", "by", "``", "anonymous", "?", "''"], ["I", "do", "n't", "know", "why", "anyone", "would", "want", "to", "write", "a", "great", "review", "about", "this", "place", "."], ["I", "have", "been", "to", "this", "place", ",", "folks", "and", "it", "is", "BAD", "."], ["Maybe", "it", "is", "good", "for", "that", "one", "night", "once", "in", "a", "blue", "moon", "when", "the", "chefs", "decide", "to", "use", "fish", "that", "'s", "half", "-", "way", "decent", "."], ["I", "have", "been", "here", ",", "spent", "tons", "of", "money", "on", "a", "chef", "special", "dinner", "and", "it", "was", "a", "major", "dissappointment", "."], ["Fancy", "pieces", "of", "exotic", "fish", "on", "a", "$", "100", "dollar", "plate", "and", "NOT", "ONE", "was", "eatable", "."], ["DONOT", "GO", "!"], ["Delicious"], ["\u2013", "The", "atmosphere", "is", "great", "for", "any", "special", "occasion", "you", "might", "want", "to", "celebrate", "."], ["The", "best", "dish", "are", "the", "honwy", "walnut", "prawns", "-", "just", "outstanding", "."], ["The", "service", "is", "really", "attentive", "and", "charming", "."], ["4", "Locations"], ["\u2013", "they", "have", "4", "locations", "."], ["the", "2", "listed", "and", "then", "one", "in", "Southglenn", "mall", "parking", "lot", "which", "is", "reviewed", "here", "and", "one", "in", "Ft", "Collins", "."], ["We", "waited", "for", "an", "hour", "to", "be", "seated", "."], ["The", "service", "was", "excellent", ",", "the", "coffee", "was", "good", "even", "by", "starbucks", "standards", "and", "the", "food", "was", "outstanding", "."], ["It", "was", "worth", "the", "wait", "."], ["Plan", "on", "waiting", "30-", "70", "minutes", "."], ["Will", "definitely", "be", "back", "."], ["Southglenn", "is", "largest", "location", "."], ["Delicious", "...", "!"], ["\u2013", "I", "recently", "had", "the", "pleasure", "of", "dining", "as", "this", "delightful", "restaurant", "on", "2nd", "street", "and", "wow", "what", "a", "great", "evening", "we", "had", "."], ["The", "food", "is", "fantastic", ",", "authentic", ",", "delicious", "and", "very", ",", "very", "affordable", "."], ["The", "decor", "was", "beautiful", "and", "unique", "."], ["There", "was", "a", "really", "nice", "vibe", "about", "the", "place", "...", "good", "music", ",", "atmosphere", "and", "happy", "looking", "people", "."], ["Our", "server", "was", "very", "professional", "and", "friendly", "."], ["To", "the", "owners", "of", "Open", "Sesame", "...", "Bravo", "...", "I", "ca", "n't", "wait", "to", "come", "back", "to", "dine", "at", "your", "restaurant", "!"], ["Delectable"], ["It", "'s", "a", "tiny", "place", "so", "if", "you", "get", "there", "before", "8pm", "on", "a", "weekend", "(", "Thurs", "?", "Sun", ")", "you", "will", "find", "it", "easier", "to", "get", "a", "table", "or", "a", "seat", "at", "the", "sushi", "bar", "."], ["Once", "you", "'re", "inside", ",", "the", "real", "experience", "begins", "."], ["Everything", ",", "and", "I", "mean", "everything", "on", "the", "menu", "is", "delectable", "."], ["The", "waiters", "are", "very", "experienced", "and", "helpful", "with", "pairing", "your", "drink", "choice", "to", "your", "food", "tastes", "or", "vice", "versa", "."], ["The", "sushi", "is", "as", "fresh", "as", "it", "comes", "?", "you", "'d", "think", "ocean", "was", "in", "their", "backyard", ",", "no", "joke", "!"], ["If", "you", "'re", "interested", "in", "good", "tasting", "(", "without", "the", "fish", "taste", "or", "smell", ")", ",", "large", "portions", "and", "creative", "sushi", "dishes", "this", "is", "your", "place", "..."], ["big", "thick", "pepperoni"], ["\u2013", "The", "pepperoni", "'s", "cut", "real", "thick", "-", "-", "Yum", "."], ["The", "pizza", "itself", "is", "not", "exactly", "the", "best", "I", "'ve", "had", "EVER", ",", "but", "still", "pretty", "good", "."], ["I", "probably", "would", "n't", "go", "back", "though", "'cuz", "I", "do", "n't", "know", "if", "it", "'s", "worth", "it", "."], ["Maybe", "I", "'ll", "go", "back", "once", "more", "many", "years", "from", "now", "when", "I", "'ve", "forgotten", "I", "went", "there", "already", "."], ["Sit", "in", "the", "Balcony"], ["\u2013", "Not", "bad", "."], ["Food", "was", "good", "and", "appetizing", "."], ["Portions", "was", "just", "enough", "for", "me", ",", "but", "may", "not", "be", "for", "a", "big", "eater", "."], ["Fair", "menu", "selection", "."], ["The", "appetizer", "was", "interesting", ",", "but", "the", "Creme", "Brulee", "was", "very", "savory", "and", "delicious", "."], ["Indoor", "ambience", "was", "modern", "."], ["If", "it", "'s", "nice", "outside", ",", "request", "for", "a", "table", "in", "the", "balcony", "."], ["It", "'s", "a", "great", "place", "to", "people", "watch", "."], ["Although", "the", "service", "could", "be", "improved", "considering", "the", "money", "you", "put", "in", "."], ["Our", "drinks", "kept", "coming", "but", "our", "server", "came", "by", "a", "couple", "times", "."], ["Should", "check-", "up", "on", "us", "more", "frequently", ",", "do", "n't", "you", "think", "?"], ["Late", "night", "dinning", "with", "exeptional", "food", "."], ["\u2013", "I", "did", "n't", "want", "to", "go", "there", "because", "of", "the", "reviews", "and", "prices", "I", "saw", "on", "the", "internet", "."], ["That", "was", "the", "last", "night", "in", "Vegas", "and", "was", "too", "late", "and", "most", "of", "the", "restaurant", "were", "closing", "-", "so", "we", "walked", "in", "the", "check", "the", "place", "."], ["We", "were", "seated", "right", "away", ",", "the", "table", "was", "private", "and", "nice", "."], ["The", "service", "was", "exceptional", "-", "sometime", "there", "was", "a", "feeling", "that", "we", "were", "served", "by", "the", "army", "of", "friendly", "waiters", "."], ["The", "food", "was", "very", "good", ",", "filet", "mignon", "was", "probably", "the", "best", "I", "'ve", "ever", "try", "."], ["The", "portions", "are", "big", "though", ",", "so", "do", "not", "order", "too", "much", "."], ["Groovy", "music", "made", "the", "dinner", "casual", "."], ["The", "most", "pleasant", "surprise", "was", "the", "check", "that", "did", "not", "exceed", "my", "expectations", "as", "it", "always", "happens", "in", "most", "of", "the", "places", "."], ["I", "have", "a", "but", "here", "-", "there", "was", "a", "bathroom", "attendant", "in", "the", "restroom", "which", "was", "odd", "."], ["The", "bathroom", "itself", "is", "very", "small", "with", "two", "toilets", "and", "only", "one", "sink", ",", "the", "girl", "was", "staying", "totally", "on", "the", "way", "hanging", "out", "paper", "towels", "from", "the", "dispenser", "."], ["There", "were", "3", "bottles", "of", "perfume", "on", "the", "sink", "and", "the", "line", "of", "girls", "trying", "to", "use", "the", "sink", "."], ["I", "felt", "ackward", "and", "next", "time", "went", "to", "the", "casino", "bathroom", "."], ["This", "place", "rocks", "!", "!"], ["\u2013", "Mercedes", "restaurant", "is", "so", "tasty", ",", "the", "service", "is", "undeniably", "awesome", "!"], ["The", "chips", "and", "salsa", "are", "so", "yummy", ",", "and", "the", "prices", "are", "fabulous", "."], ["The", "atmosphere", "is", "aspiring", ",", "and", "the", "decor", "is", "festive", "and", "amazing.."], ["The", "catering", "is", "out", "of", "this", "world", ",", "and", "Raouls", "chicken", "vegetable", "soup", "rocks", "my", "world", "!", "!", "!"], ["Drinks", "are", "suberb", ",", "and", "I", "feel", "like", "I", "am", "in", "a", "Third", "World", "country", "when", "I", "walk", "in", "the", "door", "."], ["Insultingly", "Overpriced"], ["-", "Mediocre", "Service", "/", "Quality"], ["\u2013", "This", "review", "is", "for", "the", "Southglen", "location", "which", "is", "not", "listed", "in", "Citysearch", ":", "I", "wish", "this", "review", "would", "make", "a", "difference", "enough", "for", "it", "to", "be", "addressed", "by", "management", "but", "Snooze", "has", "people", "climbing", "over", "each", "other", "for", "a", "chance", "to", "eat", "at", "this", "overpriced", "restaurant", "with", "mediocre", "food", "and", "service", ",", "so", "this", "review", "as", "well", "as", "the", "other", "negative", "ones", "for", "their", "Larimer", "location", "will", "go", "unaddressed", "."], ["The", "presentation", "of", "Snooze", "is", "excellent", "and", "it", "is", "one", "of", "those", "places", "that", "you", "feel", "more", "sophisticated", "just", "for", "being", "there", ";", "but", "peel", "back", "the", "layers", "and", "you", "have", "an", "overpriced", "IHOP", "with", "a", "high", "brow", "menu", "."], ["To", "start", "off", ",", "approximately", "8", "-", "10", "oz", "of", "orange", "juice", "will", "cost", "you", "$", "3", "."], ["They", "serve", "it", "in", "a", "tall", ",", "skinny", "hour", "-", "glass", "shaped", "glass", "to", "disguise", "the", "fact", "that", "you", "a", "getting", "a", "small", "juice", "at", "the", "price", "of", "a", "half", "gallon", "in", "a", "supermarket", "."], ["I", "should", "have", "just", "asked", "for", "the", "check", "when", "I", "saw", "that", ";", "but", "their", "menu", "was", "so", "unique", "that", "I", "continued", "."], ["The", "pancakes", "were", "certainly", "inventive", "but", "$", "8.50", "for", "3", "-", "6", "''", "pancakes", "(", "one", "of", "them", "was", "more", "like", "5", "''", ")", "in", "the", "pancake", "flight", "(", "sample", "of", "3", "different", "pancakes", ")", "is", "well", "over", "-", "priced", "."], ["The", "pancakes", "should", "be", "larger", "(", "at", "least", "8", "''", ")", "to", "justify", "the", "expense", "even", "with", "the", "unique", "offerings", "."], ["The", "flavors", "were", "good", "but", "I", "have", "had", "far", "better", "pancakes", "at", "a", "German", "pancake", "specialty", "restaurant", "that", "were", "a", "little", "cheaper", "but", "significantly", "larger", "."], ["On", "my", "meal", "I", "had", "to", "send", "back", "my", "eggs", "for", "a", "simple", "request", "of", "breaking", "the", "yokes", "before", "cooking", ",", "and", "would", "have", "had", "to", "send", "them", "back", "again", "if", "I", "had", "n't", "rejected", "the", "meal", "all", "together", "."], ["I", "rejected", "it", "because", "in", "the", "process", "of", "attempting", "to", "fix", "the", "eggs", "they", "broke", "something", "else", "in", "the", "dish", "and", "I", "was", "too", "frustrated", "to", "continue", "."], ["To", "their", "credit", "they", "removed", "the", "dish", "from", "the", "check", ";", "but", "no", "manager", "stopped", "by", "to", "ask", "what", "the", "problem", "was", "."], ["In", "the", "end", "our", "check", "came", "to", "$", "27", "for", "4", "small", "pancakes", ",", "a", "breakfast", "burrito", ",", "an", "orange", "juice", "and", "an", "iced", "tea", "(", "I", "had", "water", ")", "."], ["This", "was", "2", "times", "what", "the", "same", "meal", "would", "have", "cost", "at", "Le", "Peep", "."], ["Snooze", "provided", "an", "inventive", "pancake", "offering", ",", "but", "Le", "Peep", "would", "have", "provided", "better", "service", "and", "quality", "."], ["Much", "more", "than", "just", "a", "great", "view", "!"], ["\u2013", "I", "am", "exceedingly", "pleased", "to", "report", "that", "my", "dinner", "at", "Ray", "'s", "Boathouse", "last", "Friday", "completely", "exceeded", "my", "expectations", "."], ["Ray", "'s", "is", "something", "of", "a", "Seattle", "institution", ",", "but", "given", "its", "gorgeous", "Sound", "views", ",", "I", "had", "suspected", "that", "the", "accolades", "were", "more", "due", "to", "the", "scenery", "than", "to", "the", "food", "and", "service", "."], ["Imagine", "my", "happy", "surprise", "upon", "finding", "that", "the", "views", "are", "only", "the", "third", "-", "best", "thing", "about", "Ray", "'s", "!"], ["To", "start", "things", "off", ",", "our", "lovely", "server", "Brooke", "was", "quickly", "on", "hand", "to", "take", "my", "drink", "order", "."], ["My", "party", "of", "two", "was", "feeling", "particularly", "ambitious", ",", "and", "we", "splurged", "on", "the", "Shilshole", "Sampler", "...", "a", "beautiful", "assortment", "of", "enormous", "white", "gulf", "prawns", ",", "smoked", "albacore", "tuna", ",", "Ray", "'s", "fantastic", "manila", "clams", "seasoned", "with", "dill", ",", "scallops", "in", "a", "tasty", "soy", "dressing", ",", "and", "a", "tiny", "pile", "of", "Dungeness", "crab", "atop", "a", "sublime", "butter", "sauce", "."], ["For", "my", "entr", "&", "eacute", ";", "e", ",", "I", "completely", "enjoyed", "the", "seared", "Alaskan", "sea", "scallops", "complemented", "by", "chard", ",", "artichoke", "hearts", ",", "fennel", ",", "and", "pecorino", "toscano", "."], ["The", "scallops", "are", "apparently", "cooked", "in", "a", "black", "olive", "butter", "which", "really", "makes", "them", "unique", "(", "not", "to", "mention", "tasty", ")", "."], ["My", "friend", "enjoyed", "the", "grilled", "Alaskan", "King", "Salmon", "with", "delectable", "creamed", "Washington", "russet", "potatoes", "and", "crisp", "green", "beans", "."], ["I", "had", "a", "taste", "of", "all", "three", "items", "on", "her", "plate", ",", "and", "they", "were", "superb", "."], ["Our", "server", "continued", "to", "be", "attentive", "throughout", "the", "night", ",", "but", "I", "did", "remain", "puzzled", "by", "one", "issue", ":", "Who", "thinks", "that", "Ray", "'s", "is", "an", "appropriate", "place", "to", "take", "young", "children", "for", "dinner", "?"], ["Two", "rascally", "kids", "were", "seated", "near", "us", "for", "the", "first", "part", "of", "our", "dinner", "...", "they", "were", "replaced", "by", "a", "delightful", "preteen", "who", "pretended", "to", "gag", "every", "time", "seafood", "was", "mentioned", "at", "her", "table", "."], ["Given", "that", "Ray", "'s", "is", "a", "seafood", "restaurant", "...", "well", ",", "you", "get", "the", "idea", "..."], ["All", "considered", ",", "I", "have", "to", "say", "that", "Ray", "'s", "Boathouse", "is", "deserving", "of", "its", "title", "as", "a", "Seattle", "institution", "."], ["While", "I", "could", "have", "done", "without", "the", "youth", "who", "shared", "the", "evening", "with", "us", ",", "our", "wonderful", "server", "and", "food", "made", "the", "experience", "a", "very", "positive", "one", "."], ["Oh", "yeah", "...", "the", "view", "was", "good", ",", "too", "."]] -------------------------------------------------------------------------------- /script/evaluation.py: -------------------------------------------------------------------------------- 1 | import argparse 2 | import torch 3 | import time 4 | import json 5 | import numpy as np 6 | import math 7 | import random 8 | import xml.etree.ElementTree as ET 9 | from subprocess import check_output 10 | 11 | np.random.seed(1337) 12 | random.seed(1337) 13 | torch.manual_seed(1337) 14 | torch.cuda.manual_seed(1337) 15 | 16 | class Model(torch.nn.Module): 17 | def __init__(self, gen_emb, domain_emb, num_classes=3, dropout=0.5, crf=False): 18 | super(Model, self).__init__() 19 | self.gen_embedding = torch.nn.Embedding(gen_emb.shape[0], gen_emb.shape[1]) 20 | self.gen_embedding.weight=torch.nn.Parameter(torch.from_numpy(gen_emb), requires_grad=False) 21 | self.domain_embedding = torch.nn.Embedding(domain_emb.shape[0], domain_emb.shape[1]) 22 | self.domain_embedding.weight=torch.nn.Parameter(torch.from_numpy(domain_emb), requires_grad=False) 23 | 24 | self.conv1=torch.nn.Conv1d(gen_emb.shape[1]+domain_emb.shape[1], 128, 5, padding=2 ) 25 | self.conv2=torch.nn.Conv1d(gen_emb.shape[1]+domain_emb.shape[1], 128, 3, padding=1 ) 26 | self.dropout=torch.nn.Dropout(dropout) 27 | 28 | self.conv3=torch.nn.Conv1d(256, 256, 5, padding=2) 29 | self.conv4=torch.nn.Conv1d(256, 256, 5, padding=2) 30 | self.conv5=torch.nn.Conv1d(256, 256, 5, padding=2) 31 | self.linear_ae=torch.nn.Linear(256, num_classes) 32 | self.crf_flag=crf 33 | if self.crf_flag: 34 | from allennlp.modules import ConditionalRandomField 35 | self.crf=ConditionalRandomField(num_classes) 36 | 37 | def forward(self, x, x_len, x_mask, x_tag=None, testing=False): 38 | x_emb=torch.cat((self.gen_embedding(x), self.domain_embedding(x) ), dim=2) 39 | x_emb=self.dropout(x_emb).transpose(1, 2) 40 | x_conv=torch.nn.functional.relu(torch.cat((self.conv1(x_emb), self.conv2(x_emb)), dim=1) ) 41 | x_conv=self.dropout(x_conv) 42 | x_conv=torch.nn.functional.relu(self.conv3(x_conv) ) 43 | x_conv=self.dropout(x_conv) 44 | x_conv=torch.nn.functional.relu(self.conv4(x_conv) ) 45 | x_conv=self.dropout(x_conv) 46 | x_conv=torch.nn.functional.relu(self.conv5(x_conv) ) 47 | x_conv=x_conv.transpose(1, 2) 48 | x_logit=self.linear_ae(x_conv) 49 | if testing: 50 | if self.crf_flag: 51 | score=self.crf.viterbi_tags(x_logit, x_mask) 52 | else: 53 | x_logit=x_logit.transpose(2, 0) 54 | score=torch.nn.functional.log_softmax(x_logit).transpose(2, 0) 55 | else: 56 | if self.crf_flag: 57 | score=-self.crf(x_logit, x_tag, x_mask) 58 | else: 59 | x_logit=torch.nn.utils.rnn.pack_padded_sequence(x_logit, x_len, batch_first=True) 60 | score=torch.nn.functional.nll_loss(torch.nn.functional.log_softmax(x_logit.data), x_tag.data) 61 | return score 62 | 63 | def label_rest_xml(fn, output_fn, corpus, label): 64 | dom=ET.parse(fn) 65 | root=dom.getroot() 66 | pred_y=[] 67 | for zx, sent in enumerate(root.iter("sentence") ) : 68 | tokens=corpus[zx] 69 | lb=label[zx] 70 | opins=ET.Element("Opinions") 71 | token_idx, pt, tag_on=0, 0, False 72 | start, end=-1, -1 73 | for ix, c in enumerate(sent.find('text').text): 74 | if token_idx=len(tokens[token_idx] ): 75 | pt=0 76 | token_idx+=1 77 | 78 | if token_idx=len(tokens) and tag_on: 101 | end=ix 102 | tag_on=False 103 | opin=ET.Element("Opinion") 104 | opin.attrib['target']=sent.find('text').text[start:end] 105 | opin.attrib['from']=str(start) 106 | opin.attrib['to']=str(end) 107 | opins.append(opin) 108 | if c==' ': 109 | pass 110 | elif tokens[token_idx][pt:pt+2]=='``' or tokens[token_idx][pt:pt+2]=="''": 111 | pt+=2 112 | else: 113 | pt+=1 114 | if tag_on: 115 | tag_on=False 116 | end=len(sent.find('text').text) 117 | opin=ET.Element("Opinion") 118 | opin.attrib['target']=sent.find('text').text[start:end] 119 | opin.attrib['from']=str(start) 120 | opin.attrib['to']=str(end) 121 | opins.append(opin) 122 | sent.append(opins ) 123 | dom.write(output_fn) 124 | 125 | def label_laptop_xml(fn, output_fn, corpus, label): 126 | dom=ET.parse(fn) 127 | root=dom.getroot() 128 | pred_y=[] 129 | for zx, sent in enumerate(root.iter("sentence") ) : 130 | tokens=corpus[zx] 131 | lb=label[zx] 132 | opins=ET.Element("aspectTerms") 133 | token_idx, pt, tag_on=0, 0, False 134 | start, end=-1, -1 135 | for ix, c in enumerate(sent.find('text').text): 136 | if token_idx=len(tokens[token_idx] ): 137 | pt=0 138 | token_idx+=1 139 | 140 | if token_idx=len(tokens) and tag_on: 163 | end=ix 164 | tag_on=False 165 | opin=ET.Element("aspectTerm") 166 | opin.attrib['term']=sent.find('text').text[start:end] 167 | opin.attrib['from']=str(start) 168 | opin.attrib['to']=str(end) 169 | opins.append(opin) 170 | if c==' ' or ord(c)==160: 171 | pass 172 | elif tokens[token_idx][pt:pt+2]=='``' or tokens[token_idx][pt:pt+2]=="''": 173 | pt+=2 174 | else: 175 | pt+=1 176 | if tag_on: 177 | tag_on=False 178 | end=len(sent.find('text').text) 179 | opin=ET.Element("aspectTerm") 180 | opin.attrib['term']=sent.find('text').text[start:end] 181 | opin.attrib['from']=str(start) 182 | opin.attrib['to']=str(end) 183 | opins.append(opin) 184 | sent.append(opins ) 185 | dom.write(output_fn) 186 | 187 | 188 | def test(model, test_X, raw_X, domain, command, template, batch_size=128, crf=False): 189 | pred_y=np.zeros((test_X.shape[0], 83), np.int16) 190 | model.eval() 191 | for offset in range(0, test_X.shape[0], batch_size): 192 | batch_test_X_len=np.sum(test_X[offset:offset+batch_size]!=0, axis=1) 193 | batch_idx=batch_test_X_len.argsort()[::-1] 194 | batch_test_X_len=batch_test_X_len[batch_idx] 195 | batch_test_X_mask=(test_X[offset:offset+batch_size]!=0)[batch_idx].astype(np.uint8) 196 | batch_test_X=test_X[offset:offset+batch_size][batch_idx] 197 | batch_test_X_mask=torch.autograd.Variable(torch.from_numpy(batch_test_X_mask).long().cuda() ) 198 | batch_test_X = torch.autograd.Variable(torch.from_numpy(batch_test_X).long().cuda() ) 199 | batch_pred_y=model(batch_test_X, batch_test_X_len, batch_test_X_mask, testing=True) 200 | r_idx=batch_idx.argsort() 201 | if crf: 202 | batch_pred_y=[batch_pred_y[idx] for idx in r_idx] 203 | for ix in range(len(batch_pred_y) ): 204 | for jx in range(len(batch_pred_y[ix]) ): 205 | pred_y[offset+ix,jx]=batch_pred_y[ix][jx] 206 | else: 207 | batch_pred_y=batch_pred_y.data.cpu().numpy().argmax(axis=2)[r_idx] 208 | pred_y[offset:offset+batch_size,:batch_pred_y.shape[1]]=batch_pred_y 209 | model.train() 210 | assert len(pred_y)==len(test_X) 211 | 212 | command=command.split() 213 | if domain=='restaurant': 214 | label_rest_xml(template, command[6], raw_X, pred_y) 215 | acc=check_output(command ).split() 216 | print(acc) 217 | return float(acc[9][10:]) 218 | elif domain=='laptop': 219 | label_laptop_xml(template, command[4], raw_X, pred_y) 220 | acc=check_output(command ).split() 221 | print(acc) 222 | return float(acc[15]) 223 | 224 | def evaluate(runs, data_dir, model_dir, domain, command, template): 225 | ae_data=np.load(data_dir+domain+".npz") 226 | with open(data_dir+domain+"_raw_test.json") as f: 227 | raw_X=json.load(f) 228 | results=[] 229 | for r in range(runs): 230 | model=torch.load(model_dir+domain+str(r) ) 231 | result=test(model, ae_data['test_X'], raw_X, domain, command, template, crf=False) 232 | results.append(result) 233 | print(sum(results)/len(results) ) 234 | 235 | if __name__ == "__main__": 236 | parser = argparse.ArgumentParser() 237 | parser.add_argument('--runs', type=int, default=5) 238 | parser.add_argument('--data_dir', type=str, default="data/prep_data/") 239 | parser.add_argument('--model_dir', type=str, default="model/") 240 | parser.add_argument('--domain', type=str, default="laptop") 241 | 242 | args = parser.parse_args() 243 | 244 | if args.domain=='restaurant': 245 | command="java -cp script/A.jar absa16.Do Eval -prd data/official_data/pred.xml -gld data/official_data/EN_REST_SB1_TEST.xml.gold -evs 2 -phs A -sbt SB1" 246 | template="data/official_data/EN_REST_SB1_TEST.xml.A" 247 | elif args.domain=='laptop': 248 | command="java -cp script/eval.jar Main.Aspects data/official_data/pred.xml data/official_data/Laptops_Test_Gold.xml" 249 | template="data/official_data/Laptops_Test_Data_PhaseA.xml" 250 | 251 | evaluate(args.runs, args.data_dir, args.model_dir, args.domain, command, template) 252 | -------------------------------------------------------------------------------- /script/prep_embedding.py: -------------------------------------------------------------------------------- 1 | import argparse 2 | import numpy as np 3 | import json 4 | import subprocess 5 | 6 | def gen_np_embedding(fn, word_idx_fn, out_fn, dim=300): 7 | with open(word_idx_fn) as f: 8 | word_idx=json.load(f) 9 | embedding=np.zeros((len(word_idx)+2, dim) ) 10 | with open(fn) as f: 11 | for l in f: 12 | rec=l.rstrip().split(' ') 13 | if len(rec)==2: #skip the first line. 14 | continue 15 | if rec[0] in word_idx: 16 | embedding[word_idx[rec[0]]]=np.array([float(r) for r in rec[1:] ]) 17 | with open(out_fn+".oov.txt", "w") as fw: 18 | for w in word_idx: 19 | if embedding[word_idx[w] ].sum()==0.: 20 | fw.write(w+"\n") 21 | np.save(out_fn+".npy", embedding.astype('float32') ) 22 | 23 | parser = argparse.ArgumentParser() 24 | parser.add_argument('--emb_dir', type=str, default="data/embedding/") 25 | parser.add_argument('--out_dir', type=str, default="data/prep_data/") 26 | parser.add_argument('--gen_emb', type=str, default="gen.vec") 27 | parser.add_argument('--laptop_emb', type=str, default="laptop_emb.vec") 28 | parser.add_argument('--restaurant_emb', type=str, default="restaurant_emb.vec") 29 | parser.add_argument('--word_idx', type=str, default="word_idx.json") 30 | parser.add_argument('--gen_dim', type=int, default=300) 31 | parser.add_argument('--domain_dim', type=int, default=100) 32 | args = parser.parse_args() 33 | 34 | gen_np_embedding(args.emb_dir+args.gen_emb, args.out_dir+args.word_idx, args.out_dir+args.gen_emb, args.gen_dim) 35 | 36 | gen_np_embedding(args.emb_dir+args.laptop_emb, args.out_dir+args.word_idx, args.out_dir+args.laptop_emb, args.domain_dim) 37 | 38 | gen_np_embedding(args.emb_dir+args.restaurant_emb, args.out_dir+args.word_idx, args.out_dir+args.restaurant_emb, args.domain_dim) -------------------------------------------------------------------------------- /script/prep_oov.py: -------------------------------------------------------------------------------- 1 | import argparse 2 | import numpy as np 3 | import json 4 | import subprocess 5 | 6 | def fill_np_embedding(emb_file, word_idx_fn, oov_fn): 7 | with open(word_idx_fn) as f: 8 | word_idx=json.load(f) 9 | embedding=np.load(emb_file) 10 | with open(oov_fn) as f: 11 | for l in f: 12 | rec=l.rstrip().split(' ') 13 | if len(rec)==2: #skip the first line. 14 | continue 15 | if rec[0] in word_idx: 16 | embedding[word_idx[rec[0]]]=np.array([float(r) for r in rec[1:] ]) 17 | np.save(emb_file, embedding.astype('float32') ) 18 | 19 | parser = argparse.ArgumentParser() 20 | parser.add_argument('--laptop_emb_np', type=str, default="laptop_emb.vec.npy") 21 | parser.add_argument('--restaurant_emb_np', type=str, default="restaurant_emb.vec.npy") 22 | parser.add_argument('--out_dir', type=str, default="data/prep_data/") 23 | parser.add_argument('--laptop_oov', type=str, default="laptop_oov.vec") 24 | parser.add_argument('--restaurant_oov', type=str, default="restaurant_oov.vec") 25 | parser.add_argument('--word_idx', type=str, default="word_idx.json") 26 | args = parser.parse_args() 27 | 28 | fill_np_embedding(args.out_dir+args.laptop_emb_np, args.out_dir+args.word_idx, args.out_dir+args.laptop_oov) 29 | 30 | fill_np_embedding(args.out_dir+args.restaurant_emb_np, args.out_dir+args.word_idx, args.out_dir+args.restaurant_oov) -------------------------------------------------------------------------------- /script/train.py: -------------------------------------------------------------------------------- 1 | import argparse 2 | import torch 3 | import time 4 | import json 5 | import numpy as np 6 | import math 7 | import random 8 | 9 | np.random.seed(1337) 10 | random.seed(1337) 11 | torch.manual_seed(1337) 12 | torch.cuda.manual_seed(1337) 13 | 14 | def batch_generator(X, y, batch_size=128, return_idx=False, crf=False): 15 | for offset in range(0, X.shape[0], batch_size): 16 | batch_X_len=np.sum(X[offset:offset+batch_size]!=0, axis=1) 17 | batch_idx=batch_X_len.argsort()[::-1] 18 | batch_X_len=batch_X_len[batch_idx] 19 | batch_X_mask=(X[offset:offset+batch_size]!=0)[batch_idx].astype(np.uint8) 20 | batch_X=X[offset:offset+batch_size][batch_idx] 21 | batch_y=y[offset:offset+batch_size][batch_idx] 22 | batch_X = torch.autograd.Variable(torch.from_numpy(batch_X).long().cuda() ) 23 | batch_X_mask=torch.autograd.Variable(torch.from_numpy(batch_X_mask).long().cuda() ) 24 | batch_y = torch.autograd.Variable(torch.from_numpy(batch_y).long().cuda() ) 25 | if len(batch_y.size() )==2 and not crf: 26 | batch_y=torch.nn.utils.rnn.pack_padded_sequence(batch_y, batch_X_len, batch_first=True) 27 | if return_idx: #in testing, need to sort back. 28 | yield (batch_X, batch_y, batch_X_len, batch_X_mask, batch_idx) 29 | else: 30 | yield (batch_X, batch_y, batch_X_len, batch_X_mask) 31 | 32 | class Model(torch.nn.Module): 33 | def __init__(self, gen_emb, domain_emb, num_classes=3, dropout=0.5, crf=False): 34 | super(Model, self).__init__() 35 | self.gen_embedding = torch.nn.Embedding(gen_emb.shape[0], gen_emb.shape[1]) 36 | self.gen_embedding.weight=torch.nn.Parameter(torch.from_numpy(gen_emb), requires_grad=False) 37 | self.domain_embedding = torch.nn.Embedding(domain_emb.shape[0], domain_emb.shape[1]) 38 | self.domain_embedding.weight=torch.nn.Parameter(torch.from_numpy(domain_emb), requires_grad=False) 39 | 40 | self.conv1=torch.nn.Conv1d(gen_emb.shape[1]+domain_emb.shape[1], 128, 5, padding=2 ) 41 | self.conv2=torch.nn.Conv1d(gen_emb.shape[1]+domain_emb.shape[1], 128, 3, padding=1 ) 42 | self.dropout=torch.nn.Dropout(dropout) 43 | 44 | self.conv3=torch.nn.Conv1d(256, 256, 5, padding=2) 45 | self.conv4=torch.nn.Conv1d(256, 256, 5, padding=2) 46 | self.conv5=torch.nn.Conv1d(256, 256, 5, padding=2) 47 | self.linear_ae=torch.nn.Linear(256, num_classes) 48 | self.crf_flag=crf 49 | if self.crf_flag: 50 | from allennlp.modules import ConditionalRandomField 51 | self.crf=ConditionalRandomField(num_classes) 52 | 53 | def forward(self, x, x_len, x_mask, x_tag=None, testing=False): 54 | x_emb=torch.cat((self.gen_embedding(x), self.domain_embedding(x) ), dim=2) 55 | x_emb=self.dropout(x_emb).transpose(1, 2) 56 | x_conv=torch.nn.functional.relu(torch.cat((self.conv1(x_emb), self.conv2(x_emb)), dim=1) ) 57 | x_conv=self.dropout(x_conv) 58 | x_conv=torch.nn.functional.relu(self.conv3(x_conv) ) 59 | x_conv=self.dropout(x_conv) 60 | x_conv=torch.nn.functional.relu(self.conv4(x_conv) ) 61 | x_conv=self.dropout(x_conv) 62 | x_conv=torch.nn.functional.relu(self.conv5(x_conv) ) 63 | x_conv=x_conv.transpose(1, 2) 64 | x_logit=self.linear_ae(x_conv) 65 | if testing: 66 | if self.crf_flag: 67 | score=self.crf.viterbi_tags(x_logit, x_mask) 68 | else: 69 | x_logit=x_logit.transpose(2, 0) 70 | score=torch.nn.functional.log_softmax(x_logit).transpose(2, 0) 71 | else: 72 | if self.crf_flag: 73 | score=-self.crf(x_logit, x_tag, x_mask) 74 | else: 75 | x_logit=torch.nn.utils.rnn.pack_padded_sequence(x_logit, x_len, batch_first=True) 76 | score=torch.nn.functional.nll_loss(torch.nn.functional.log_softmax(x_logit.data), x_tag.data) 77 | return score 78 | 79 | def valid_loss(model, valid_X, valid_y, crf=False): 80 | model.eval() 81 | losses=[] 82 | for batch in batch_generator(valid_X, valid_y, crf=crf): 83 | batch_valid_X, batch_valid_y, batch_valid_X_len, batch_valid_X_mask=batch 84 | loss=model(batch_valid_X, batch_valid_X_len, batch_valid_X_mask, batch_valid_y) 85 | losses.append(loss.data[0]) 86 | model.train() 87 | return sum(losses)/len(losses) 88 | 89 | def train(train_X, train_y, valid_X, valid_y, model, model_fn, optimizer, parameters, epochs=200, batch_size=128, crf=False): 90 | best_loss=float("inf") 91 | valid_history=[] 92 | train_history=[] 93 | for epoch in range(epochs): 94 | for batch in batch_generator(train_X, train_y, batch_size, crf=crf): 95 | batch_train_X, batch_train_y, batch_train_X_len, batch_train_X_mask=batch 96 | loss=model(batch_train_X, batch_train_X_len, batch_train_X_mask, batch_train_y) 97 | optimizer.zero_grad() 98 | loss.backward() 99 | torch.nn.utils.clip_grad_norm(parameters, 1.) 100 | optimizer.step() 101 | loss=valid_loss(model, train_X, train_y, crf=crf) 102 | train_history.append(loss) 103 | loss=valid_loss(model, valid_X, valid_y, crf=crf) 104 | valid_history.append(loss) 105 | if loss