87 lines
1.7 KiB
JavaScript
87 lines
1.7 KiB
JavaScript
export default {
|
|
better: 'Comparative',
|
|
farther: 'Comparative',
|
|
finer: 'Comparative',
|
|
fewer: 'Comparative',
|
|
earlier: 'Superlative',
|
|
sounds: 'PresentTense',
|
|
|
|
unless: 'Condition',
|
|
lest: 'Condition',
|
|
|
|
said: 'PastTense',
|
|
had: 'PastTense',
|
|
been: 'PastTense',
|
|
began: 'PastTense',
|
|
came: 'PastTense',
|
|
did: 'PastTense',
|
|
meant: 'PastTense',
|
|
went: 'PastTense',
|
|
taken: 'PastTense',
|
|
lied: 'PastTense',
|
|
|
|
going: 'Gerund',
|
|
being: 'Gerund',
|
|
according: 'Gerund',
|
|
resulting: 'Gerund',
|
|
staining: 'Gerund',
|
|
doin: 'Gerund',
|
|
|
|
no: 'Expression',
|
|
non: 'Negative',
|
|
never: 'Negative',
|
|
not: 'Negative',
|
|
|
|
where: 'QuestionWord',
|
|
why: 'QuestionWord',
|
|
when: 'QuestionWord',
|
|
who: 'QuestionWord',
|
|
whom: 'QuestionWord',
|
|
whose: 'QuestionWord',
|
|
what: 'QuestionWord',
|
|
which: 'QuestionWord',
|
|
"how's": 'QuestionWord',
|
|
'how come': 'QuestionWord',
|
|
|
|
'myself': 'Reflexive',
|
|
'yourself': 'Reflexive',
|
|
'yourselves': 'Reflexive',
|
|
'theirselves': 'Reflexive',
|
|
'himself': 'Reflexive',
|
|
'herself': 'Reflexive',
|
|
'oneself': 'Reflexive',
|
|
'itself': 'Reflexive',
|
|
'ourselves': 'Reflexive',
|
|
'themselves': 'Reflexive',
|
|
'theirself': 'Reflexive',
|
|
'ourself': 'Reflexive',
|
|
'themself': 'Reflexive',
|
|
|
|
//misc
|
|
records: 'Plural',
|
|
feet: 'Plural',
|
|
'a few': 'Value',
|
|
'ones': 'Plural', //those ones
|
|
'dickens': 'Plural',
|
|
'greens': 'Plural',
|
|
|
|
|
|
//
|
|
'come here': 'Imperative',
|
|
'beware': 'Imperative',
|
|
// 'go away': 'Imperative',
|
|
// 'hurry up': 'Imperative',
|
|
// 'make sure': 'Imperative',
|
|
// 'stand back': 'Imperative'
|
|
// 'subpar': 'Adjective'
|
|
|
|
// double-conjugations
|
|
'kneeled': 'PastTense',
|
|
'leaped': 'PastTense',
|
|
'msged': 'PastTense',
|
|
'bests': 'PresentTense',
|
|
|
|
// funny switches
|
|
'leaves': 'Plural|Verb'
|
|
}
|