map-alliance/src/app/nounes.ts

53 lines
674 B
TypeScript
Raw Normal View History

2019-08-31 16:33:50 -04:00
export const Nouns = [
'area',
'book',
'business',
'case',
'child',
'company',
'country',
'day',
'eye',
'fact',
'family',
'government',
'group',
'hand',
'home',
'job',
'life',
'lot',
'man',
'money',
'month',
'mother',
'Mr',
'night',
'number',
'part',
'people',
'place',
'point',
'problem',
'program',
'question',
'right',
'room',
'school',
'state',
'story',
'student',
'study',
'system',
'thing',
'time',
'water',
'way',
'week',
'woman',
'word',
'work',
'world',
'year',
];