elia-mercatanti / parallel-bigrams

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Java 100.0%