bjascob / LemmInflect

A python module for English lemmatization and inflection.
MIT License
260 stars 25 forks source link

Incorrect inflections #17

Closed QGB closed 1 year ago

QGB commented 1 year ago

['somewhat', ####], ['somew', 'ADJ']

[['his', ####], ['hi', 'PROPN'], ['hi', 'ADJ'], ['hi', 'ADV']],

['her', ####], ['he', 'ADJ'], ['h', 'ADV']],

[['could', ####], ['coul', 'ADV']

[['another', ####], ['anoth', 'ADJ'], ['anoth', 'ADV']],

[['question', ####], ['quest', 'ADV']],

[['vs', ####], ['v', 'NOUN'], ['v', 'PROPN'], ['v', 'VERB'], ['v', 'ADJ'], ['v', 'ADV']],

QGB commented 1 year ago

[['(anything)', ####], ['(anythin', 'VERB'],, ['(anythin', 'ADV']], [['dilemma', ####], ['dilem', 'VERB'], ['dilem', 'ADJ'], ['dilem', 'ADV']], [['(offseason)', ####], ['(offseason', 'VERB'], ['(offseas', 'ADJ'], ['(offseas', 'ADV']],

bjascob commented 1 year ago

Please post the call you are using to generate the above.

bjascob commented 1 year ago

No additional information.