All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Main program implementation which reads from INPUT.txt and writes to OUTPUT.txt, both located on the same directory as the executable.
- Presenter interface and file presenter implementation, for showing vowels, number of characters and vowel percentage in the format "({<vowels}, ) -> ".
- Components to calculate percentages of vowels in a word and in full text.
- Vowel recognizer: finds vowels in a word.
- Class that represents a generic triple of objects.
- Pair class.
- Word parser: parses free text into a collection of words.