Match transcribed words with Surah words
bool wordsMatch(String word1, String word2) { return normalizeArabic(word1).toLowerCase() == normalizeArabic(word2).toLowerCase(); }