Great's Comparative and Superlative are wrong. #1000
-
If I request Great word for getting comparative and Superlative, then I expected Greater and Greatest. Superlative: 'greattest', |
Beta Was this translation helpful? Give feedback.
Answered by
spencermountain
Mar 24, 2023
Replies: 1 comment
-
hey @ByungwooKim-BK - this works with console.log(nlp('great').adjectives().conjugate())
/*[
{
Adjective: 'great',
Comparative: 'greater',
Superlative: 'greatest',
Noun: 'greatness',
Adverb: 'greatly'
}
]
*/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
spencermountain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @ByungwooKim-BK - this works with
.adjectives().conjugate()
- please read the documentation here