Skip to content

An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)

License

Notifications You must be signed in to change notification settings

ankitsultana/parallel-df

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-df

An OpenMP based solution for computing K-most frequent words in a corpus.

Dependencies

  • C++11 or higher
  • OpenMP

Usage

  • Build the project
make
  • Add path to the corpus to a file (see exp.txt). In case you want to try this on multiple corpus, add each of their top level paths in a different line in exp.txt

  • The executable is bin/exec, which you can run like so:

time bin/exec -config exp.txt -k 2 -nt 2

License

GNU GPL v3

About

An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published