Skip to content

Is it possible to get origin word and Superlative word from Comparative? #1001

Discussion options

You must be logged in to vote

hey @ByungwooKim-BK - yes, this is posible with .adjectives().conjugate() - please read the documentation here

console.log(nlp('better').adjectives().conjugate())
/*[
  {
    Adjective: 'good',
    Comparative: 'better',
    Superlative: 'best',
    Noun: 'goodness',
    Adverb: 'well'
  }
]
*/

cheers

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