compromise
Version:
natural language processing in the browser
56 lines (54 loc) • 831 B
JavaScript
//professions 'lawyer' that aren't covered by verb.to_actor()
module.exports = [
'accountant',
'administrator',
'advisor',
'agent',
'architect',
'artist',
'assistant',
'attendant',
'bricklayer',
'butcher',
'carpenter',
'clerk',
'deputy',
'dietician',
'engineer',
'farmer',
'firefighter',
'fireman',
'gardener',
'getor',
'hairdresser',
'housekeeper',
'instructor',
'journalist',
'lawyer',
'mechanic',
'minister',
'musician',
'nurse',
'officer',
'operator',
'photographer',
'plumber',
'policeman',
'politician',
'practitioner',
'president',
'programmer',
'psychologist',
'receptionist',
'researcher',
'roofer',
'sailor',
'scientist',
'secretary',
'security guard',
'soldier',
'supervisor',
'surgeon',
'technician',
'therapist'
];