compromise
Version:
natural language processing in the browser
209 lines (208 loc) • 3.08 kB
JavaScript
//nouns that also signal the title of an unknown organization
//todo remove/normalize plural forms
module.exports = [
'administration',
'agence',
'agences',
'agencies',
'agency',
'aircraft',
'airlines',
'airways',
'army',
'assoc',
'associates',
'association',
'assurance',
'authority',
'autorite',
'aviation',
'bank',
'banque',
'board',
'boys',
'brands',
'brewery',
'brotherhood',
'brothers',
'building society',
'bureau',
'cafe',
'caisse',
'capital',
'care',
'cathedral',
'center',
'central bank',
'centre',
'chemicals',
'choir',
'chronicle',
'church',
'circus',
'clinic',
'clinique',
'club',
'co',
'coalition',
'coffee',
'collective',
'college',
'commission',
'committee',
'communications',
'community',
'company',
'comprehensive',
'computers',
'confederation',
'conference',
'conseil',
'consulting',
'containers',
'corporation',
'corps',
'council',
'crew',
'daily news',
'data',
'departement',
'department',
'department store',
'departments',
'design',
'development',
'directorate',
'division',
'drilling',
'education',
'eglise',
'electric',
'electricity',
'energy',
'ensemble',
'enterprise',
'enterprises',
'entertainment',
'estate',
'etat',
'evening news',
'faculty',
'federation',
'financial',
'fm',
'foundation',
'fund',
'gas',
'gazette',
'general',
'girls',
'government',
'group',
'guild',
'health authority',
'herald',
'holdings',
'hospital',
'hotel',
'hotels',
'inc',
'industries',
'institut',
'institute',
'institute of technology',
'institutes',
'insurance',
'international',
'interstate',
'investment',
'investments',
'investors',
'journal',
'laboratory',
'labs',
'law',
'liberation army',
'limited',
'local authority',
'local health authority',
'machines',
'magazine',
'management',
'marine',
'marketing',
'markets',
'media',
'memorial',
'mercantile exchange',
'ministere',
'ministry',
'mobile',
'motor',
'motors',
'musee',
'museum',
// 'network',
'news',
'news service',
'observatory',
'office',
'oil',
'optical',
'orchestra',
'organization',
'partners',
'partnership',
// 'party',
'people\'s party',
'petrol',
'petroleum',
'pharmacare',
'pharmaceutical',
'pharmaceuticals',
'pizza',
'plc',
'police',
'polytechnic',
'post',
'power',
'press',
'productions',
'quartet',
'radio',
'records',
'regional authority',
'regional health authority',
'reserve',
'resources',
'restaurant',
'restaurants',
'savings',
'school',
'securities',
'service',
'services',
'social club',
'societe',
'society',
'sons',
'standard',
'state police',
'state university',
'stock exchange',
'subcommittee',
'syndicat',
'systems',
'technologies',
'technology',
'telecommunications',
'telegraph',
'television',
'times',
'tribunal',
'tv',
'union',
'university',
'utilities',
'workers'
];