compromise
Version:
natural language processing in the browser
263 lines (262 loc) • 3.69 kB
JavaScript
'use strict';
//just a few named-organizations
//no acronyms needed. no product/brand pollution.
module.exports = [
'20th century fox',
'3m',
'7-eleven',
'abc',
'academy of sciences',
'acer',
'activision',
'adidas',
'aig',
'al qaeda',
'al jazeera',
'alcatel',
'alcatel-lucent',
'altair',
'amc',
'amd',
'american express',
'amt',
'amtrak',
'anheuser-busch',
'aol',
'apple computers',
'applebee\'s',
'arby\'s',
'argos',
'armco',
'ashland oil',
'associated press',
'at&t',
'avis',
'avon',
'ayer',
'banana republic',
'basf',
'baskin robbins',
'baxter',
'bayer',
'bbc',
'bechtel',
'ben & jerry\'s',
'berkshire hathaway',
'bf goodrich',
'bfgoodrich',
'black & decker',
'blockbuster video',
'bloomingdale',
'blue cross',
'bmw',
'bni',
'boeing',
'bombardier',
'boston globe',
'boston pizza',
'bp',
'cadbury',
'carl\'s jr',
'cbc',
'chevron',
'chevy',
'chick fil-a',
'china daily',
'cisco',
'cisco systems',
'citigroup',
'cnn',
'coca cola',
'colgate',
'comcast',
'compaq',
'coors',
'costco',
'craigslist',
'daimler',
'dell',
'der spiegel',
'disney',
'dow jones',
'dunkin donuts',
'dupont',
'ebay',
'esa',
'eu',
'exxon mobil',
'exxonmobil',
'facebook',
'fannie mae',
'fedex',
'fiat',
'financial times',
'firestone',
'ford',
'frito-lay',
'g8',
'general electric',
'general motors',
'glaxo smith kline',
'glencore',
'goldman sachs',
'goodyear',
'google',
'gucci',
'h & m',
'hasbro',
'hewlett-packard',
'hitachi',
'hizbollah',
'home depot',
'honda',
'hsbc',
'hyundai',
'ibm',
'ihop',
'ing',
'intel',
'interpol',
'itv',
'jiffy lube',
'johnson & johnson',
'jpmorgan',
'jpmorgan chase',
'jsa',
'katv',
'kfc',
'kkk',
'kmart',
'kodak',
'l\'oreal',
'la presse',
'la-z-boy',
'lenovo',
'lexis',
'lexmark',
'lg',
'little caesars',
'mac\'s milk',
'mattel',
'mazda',
'mcdonald\'s',
'mcdonalds',
'mercedes',
'mercedes-benz',
'microsoft',
'mitas',
'mitsubishi',
'mlb',
'mobil',
'monsanto',
'motel 6',
'motorola',
'mtv',
'myspace',
'nandos',
'nascar',
'nasdaq',
'national academy of sciences',
'nato',
'natwest',
'nba',
'nbc',
'nestle',
'nestlé',
'netflix',
'new york times',
'newsweek',
'nfl',
'nhl',
'nhs',
'nike',
'nintendo',
'nissan',
'nokia',
'notre dame',
'novartis',
'nwa',
'old navy',
'opec',
'orange julius',
'oxfam',
'pan am',
'panasonic',
'panda express',
'pbs',
'pepsico',
'petrobras',
'petrochina',
'petronas',
'peugeot',
'pfizer',
'philip morris',
'pizza hut',
'premier oil',
'procter & gamble',
'prudential',
'quantas',
'quizno\'s',
'rbc',
'rbs',
're/max',
'readers digest',
'red bull',
'red cross',
'red lobster',
'revlon',
'royal bank',
'royal dutch shell',
'ryanair',
'safeway',
'sainsbury\'s',
'samsung',
'sears',
'siemens',
'sony',
'starbucks',
'statoil',
'subaru',
't mobile',
'taco bell',
'td bank',
'telefonica',
'telus',
'tesco',
'tesla motors',
'tgi fridays',
'the daily mail',
'tim hortons',
'tmz',
'toshiba',
'toyota',
'toys r us',
'twitter',
'ubs',
'unesco',
'unilever',
'united nations',
'ups',
'usa today',
'usps',
'verizon',
'vh1',
'visa',
'vodafone',
'volkswagen',
'volvo',
'wal-mart',
'walgreens',
'wall street journal',
'walmart',
'warner bros',
'wells fargo',
'westfield',
'westinghouse',
'world trade organization',
'yahoo!',
'yamaha',
'ymca',
'youtube',
'ywca'
];