36 lines
395 B
JavaScript
36 lines
395 B
JavaScript
export default [
|
|
'a',
|
|
'an',
|
|
'another',
|
|
'any',
|
|
'both',
|
|
'each',
|
|
'else',
|
|
'every',
|
|
'few',
|
|
'least',
|
|
'much',
|
|
'neither',
|
|
'own',
|
|
'plenty',
|
|
'some',
|
|
'several',
|
|
'that',
|
|
'the',
|
|
'these',
|
|
'this',
|
|
'those',
|
|
'various',
|
|
'whatever',
|
|
'whichever',
|
|
'tha',
|
|
//some other languages (what could go wrong?)
|
|
// 'la',
|
|
'le',
|
|
'les',
|
|
'des',
|
|
'de',
|
|
'du',
|
|
'el',
|
|
]
|