Christmas names
Dec 15
2009
2009
>>>from nltk.corpus import wordnet as wn >>>wn.synsets('Christmas')[0].lemma_names ['Christmas', 'Christmastide', 'Christmastime', 'Yule', 'Yuletide', 'Noel']
my web space
>>>from nltk.corpus import wordnet as wn >>>wn.synsets('Christmas')[0].lemma_names ['Christmas', 'Christmastide', 'Christmastime', 'Yule', 'Yuletide', 'Noel']
Comment