Skip to content

fralomba/Parallel-Text-bigrams-and-trigrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Text-bigrams-and-trigrams

Compute and estimate occurrences of bigrams and trigrams in two different implementations: sequential and parallel. We study the different implementations through computational time and speed up, vary depending on number of threads in the parallel version. The chosen languages are C++ and Java for the sequential version and the thread introduction in both languages for the parallel version. The tests were performed on intel i5 dual core and the results show how the parallel version nearly halves the sequential times.