Adjective Comparative and Superlative Generator using NLP
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
# Adjective Comparative and Superlative Generator using NLTK This Python script takes a list of adjectives and generates their comparative and superlative forms using the `nltk` library and WordNet dataset. It's a simple tool to explore adjective transformations and language processing using NLTK. Requirements: pip install nltk