Can you recommend some good python library to get thesaurus and taxonomy of a give word?
Synonym:
>>> print get_synonym('image')
['picture', 'photo']
Taxonomy:
>>> print get_taxonomy('baseball')
['sports']
Can you recommend some good python library to get thesaurus and taxonomy of a give word?
Synonym:
>>> print get_synonym('image')
['picture', 'photo']
Taxonomy:
>>> print get_taxonomy('baseball')
['sports']