Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wordnet

How To Normalize Similarity Measures From Wordnet

I am trying to calculate semantic similarity between two words. I am using Wordnet-based similarity… Read more How To Normalize Similarity Measures From Wordnet

How To Automatically Label A Cluster Of Words Using Semantics?

The context is : I already have clusters of words (phrases actually) resulting from kmeans applied … Read more How To Automatically Label A Cluster Of Words Using Semantics?

Converting Adjectives And Adverbs To Their Noun Forms

I am experimenting with word sense disambiguation using wordnet for my project. As a part of the p… Read more Converting Adjectives And Adverbs To Their Noun Forms

How To Convert Token List Into Wordnet Lemma List Using Nltk?

I have a list of tokens extracted out of a pdf source. I am able to pre process the text and tokeni… Read more How To Convert Token List Into Wordnet Lemma List Using Nltk?