← Back to Home

Predictive text dictionary

🧠 Project Overview

This project was a uni subject task. There was a bit of souce code for a basic GUI and basic outline of souce code for the functions, but the predictive text dictionary did not work. To make this work I had to implement two methods called getMostFrequentWordWithPrefix() and readInDictionary() to make this predictive text dictionary functioning. Click the button 'Report' at the bottom of the page to see a written writeup of how these functions work and how they were implemented.

💡 Implementations I changed to make this functioning and improve user interaction

🔧 How It Works

Report