compromise
Version:
modest natural language processing
107 lines (97 loc) • 2.84 kB
JavaScript
export default {
'20th century fox': 'Organization',
'7 eleven': 'Organization',
'motel 6': 'Organization',
'excuse me': 'Expression',
'financial times': 'Organization',
'guns n roses': 'Organization',
'la z boy': 'Organization',
'labour party': 'Organization',
'new kids on the block': 'Organization',
'new york times': 'Organization',
'the guess who': 'Organization',
'thin lizzy': 'Organization',
'prime minister': 'Actor',
'free market': 'Singular',
'lay up': 'Singular',
'living room': 'Singular',
'living rooms': 'Plural',
'spin off': 'Singular',
'appeal court': 'Uncountable',
'cold war': 'Uncountable',
'gene pool': 'Uncountable',
'machine learning': 'Uncountable',
'nail polish': 'Uncountable',
'time off': 'Uncountable',
'take part': 'Infinitive',
'bill gates': 'Person',
'doctor who': 'Person',
'dr who': 'Person',
'he man': 'Person',
'iron man': 'Person',
'kid cudi': 'Person',
'run dmc': 'Person',
'rush limbaugh': 'Person',
'snow white': 'Person',
'tiger woods': 'Person',
'brand new': 'Adjective',
'en route': 'Adjective',
'left wing': 'Adjective',
'off guard': 'Adjective',
'on board': 'Adjective',
'part time': 'Adjective',
'right wing': 'Adjective',
'so called': 'Adjective',
'spot on': 'Adjective',
'straight forward': 'Adjective',
'super duper': 'Adjective',
'tip top': 'Adjective',
'top notch': 'Adjective',
'up to date': 'Adjective',
'win win': 'Adjective',
'brooklyn nets': 'SportsTeam',
'chicago bears': 'SportsTeam',
'houston astros': 'SportsTeam',
'houston dynamo': 'SportsTeam',
'houston rockets': 'SportsTeam',
'houston texans': 'SportsTeam',
'minnesota twins': 'SportsTeam',
'orlando magic': 'SportsTeam',
'san antonio spurs': 'SportsTeam',
'san diego chargers': 'SportsTeam',
'san diego padres': 'SportsTeam',
'iron maiden': 'ProperNoun',
'isle of man': 'Country',
'united states': 'Country',
'united states of america': 'Country',
'prince edward island': 'Region',
'cedar breaks': 'Place',
'cedar falls': 'Place',
'point blank': 'Adverb',
'tiny bit': 'Adverb',
'by the time': 'Conjunction',
'no matter': 'Conjunction',
'civil wars': 'Plural',
'credit cards': 'Plural',
'default rates': 'Plural',
'free markets': 'Plural',
'head starts': 'Plural',
'home runs': 'Plural',
'lay ups': 'Plural',
'phone calls': 'Plural',
'press releases': 'Plural',
'record labels': 'Plural',
'soft serves': 'Plural',
'student loans': 'Plural',
'tax returns': 'Plural',
'tv shows': 'Plural',
'video games': 'Plural',
'took part': 'PastTense',
'takes part': 'PresentTense',
'taking part': 'Gerund',
'taken part': 'Participle',
'light bulb': 'Noun',
'rush hour': 'Noun',
'fluid ounce': 'Unit',
'the rolling stones': 'Organization',
}