Reputation: 9
I am working on a project where I want to retrieve the list of semantically similar concepts for a given sentence using WordNet and BERT. But there are some concepts which are not included in the WordNet. So I want to integrate my own list of concepts in the WordNet using python. But I am not able to do that. Kindly help me or suggest me the best way to do it.
Upvotes: 0
Views: 150
Reputation: 134
You can make a local copy of Wordnet and add your own words. More details here: Add words to a local copy of WordNet
Upvotes: 0