WordNet is great, but I\'m having a hard time getting synonyms in nltk. If you search similar to for the word \'small\' like here, it shows all of the synonyms.
Ba
This worked for me
wordnet.synsets('change')[0].hypernyms()[0].lemma_names()