🐍
Adjective Comparative & Superlative
A console tool that takes a comma-separated list of adjectives and prints the comparative and superlative form of each, using WordNet (via NLTK) wi…
A console tool that takes a comma-separated list of adjectives and prints the comparative and superlative form of each, using WordNet (via NLTK) wi…
A console tool that takes a comma-separated list of adjectives and prints the comparative and superlative form of each, using WordNet (via NLTK) with a JSON fallback list of irregular adjectives.
Enter a list of adjectives (comma-separated): happy, bad, large
Adjective Comparative Superlative
------------------------------------------
happy happier happiest
bad worse worst
large more large most large
pip install -r requirements.txt
python adjCS.py
On first run NLTK downloads the wordnet corpus.
nltk — and its wordnet corpus (downloaded at runtime)