Skip to content

Great's Comparative and Superlative are wrong. #1000

Closed Answered by spencermountain
ByungwooKim-BK asked this question in Q&A
Discussion options

You must be logged in to vote

hey @ByungwooKim-BK - this works with .adjectives().conjugate() - please read the documentation here

console.log(nlp('great').adjectives().conjugate())
/*[
  {
    Adjective: 'great',
    Comparative: 'greater',
    Superlative: 'greatest',
    Noun: 'greatness',
    Adverb: 'greatly'
  }
]
*/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by spencermountain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants