Skip to content
/ jaccard Public

This script use Jaccard Index to discover the topic name related to some top terms

License

Notifications You must be signed in to change notification settings

Ajeo/jaccard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jaccard

This script uses Jaccard Index to discover the topic name related to some top terms.

I used it for my CS thesis project. You can check it out in dblp-journals.

Dependencies

Development

  1. Clone this project
  2. Run pipenv shell
  3. Run pipenv install
  4. Edit jaccard.py

How To Use

  1. Update the values in topics.csv. The "Topic" column represent the name of the topic and the "TopTerms" represent the list of top terms to use with Jaccard
  2. Use the output from dblp-journals to replace the data in the input folder
  3. Run python jaccard.py

About

This script use Jaccard Index to discover the topic name related to some top terms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages