Reputation: 23
when using arabic wordnet in python , I follow this post Import Arabic Wordnet in python
and when run this command wn.get_synsets_from_word(u"جَمِيل")
raise AttributeError: 'WordNetCorpusReader' object has no attribute 'get_synsets_from_word'
how solve this error and use arabic wordnet correctly?
Upvotes: 1
Views: 1646