Looking up synonym-sets for a word: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    16 March 2011

    • curprev 13:4313:43, 16 March 2011Aymeric Mansoux talk contribs 207 bytes +207 Created page with "<source lang="python"> from nltk.corpus import wordnet meanings = wordnet.synsets('woman') for m in meanings: print "===", m.name, "===" print m.definition print "\t*..."