tomaarsen / Inflex

Natural Language Inflection in English
https://www.tomaarsen.com/projects/inflex/try
GNU General Public License v3.0
11 stars 0 forks source link

Added comparative and superlative for adjectives #1

Closed tomaarsen closed 3 years ago

tomaarsen commented 3 years ago

Note that these conversions only work for

base form -> comparative and 
base form -> superlative

So, the following conversions will not work properly:

comparative -> comparative, 
comparative -> superlative, 
superlative -> superlative and 
superlative -> comparative

Note that only adjectives that have superlative and comparative forms that differ from the base forms will work. For example, famous will not get converted to more famous or most famous. This will get (incorrectly) converted to famouser and famousest.