Skip to content

Given a set of words, return words that are similar with them.

Notifications You must be signed in to change notification settings

YuhaoT/NLP-Text-Similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLP-Text-Similarity

Given a set of words, return words that are similar with them. I also implemented three type of vector embedings(term-context, term-document, and word2vedc) along with PPMI weighting(Positive Pointwise Mutual Information) and tf-idf weighting. Besides cosine similarity, I implemented jaccard similarity and dice similarty function to see, which one could return a result that is more similar with the orginal words set.

About

Given a set of words, return words that are similar with them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages