I want to do the following in Python (I have the NLTK library, but I'm not very good with Python, so I wrote the following in a weird pseudocode):
from nltk.corpus import wordnet as wn
This means that I can create a complete dictionary of antonyms for adjectives. I think this should be doable, but I don't know how to create a Python script. I would like to do this in Python, as in the native language of NLTK.
python nlp nltk wordnet
Sebastian zeki
source share