/parallel-bigrams

Project for Parallel Computing course. Sequential and parallel implementations of Bigrams search algorithm in Java.

Primary LanguageJavaMIT LicenseMIT

Parallel Bigrams - Parallel Computing Project

Project for Parallel Computing course. Sequential and parallel implementations of Bigrams search algorithm in Java.

More information can be found in the report of the project: Report.

Installation

  1. Clone the repo.
git clone https://github.com/elia-mercatanti/parallel-bigrams
  1. Run Bigrams_sequential.java or Bigrams_parallel.java.

Usage

Pass to the application the string argument "letters" to compute bigrams of letters or "words" to compute bigrams of words.

Authors

License

Licensed under the term of MIT License.