I want to use Wordnet 1.6 with nltk for research purposes. However the version I have is wordnet 3.0
wn.get_version()
u'3.0'
Is there a way for me to change the version or import another version?
from nltk.corpus import wordnet_1.6 #?
I want to use Wordnet 1.6 with nltk for research purposes. However the version I have is wordnet 3.0
wn.get_version()
u'3.0'
Is there a way for me to change the version or import another version?
from nltk.corpus import wordnet_1.6 #?