Skip to content

Identify important words in a document and suggest words similar to the identified words.

Notifications You must be signed in to change notification settings

techbossmb/TagRecommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

TagRecommendation

Identify important words in a document and suggest words similar to the identified words.

Run python simple_model.py from code dir

List of Files

  • simple_model.py - uses TF-IDF to identify the top-k most important words in a given document and finds other words similar to the identified (important) words

  • utils.py - set of util functions

Sample Result

alt text

About

Identify important words in a document and suggest words similar to the identified words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages