Skip to content

This code computes histograms of n-grams on texts in a sequential and parallel way (using OpenMP). The goal is to check the performance improvement of the parallel version by measuring the speedup

Notifications You must be signed in to change notification settings

fbizza/BigramsTrigrams

Repository files navigation

BigramsTrigrams

Midterm assignment for Parallel Programming university course. This code computes histograms of n-grams on texts in a sequential and parallel way. There are two classes, one for computing word ngrams and one for character ngrams. There is also a function to clean the input text (i.e. remove punctuation) and a function to print the most common ngrmas of the computed histogram.

About

This code computes histograms of n-grams on texts in a sequential and parallel way (using OpenMP). The goal is to check the performance improvement of the parallel version by measuring the speedup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published