Introduction to programming - lab3

Build Status codecov.io

Solution for assignment #3.

Variant: 2

This program prints definition of each word in a sentence provided by user. Dictionary is read from dict_processed, input is read and result is visible in the terminal.

Code is covered with tests (junit, jacoco).

Checkstyle is used for code style checks.

Spotbugs - for static analysis.

Gradle - for build automation.

Authors:

  • Bohdan Fedorchenko
  • Nikita Volobuev