Tagged Questions
1
vote
3answers
613 views
WordNet code for NLP
hi there
Is there any code available to demonstrate Natural language processing using Wordnet?
My problem statment is "Develop a Query answering system .
It takes query string as input.
Search for ...
0
votes
1answer
72 views
How do I Get All Attributes Of Synsets?
Please Give Me am example That have all of attribute of synset of a word
i know only this attribute: name , lemma_names , definition
synsetsWord = ObjWn.synsets( 'Book' )
i = 0
for ...