๐ฌComparison Functions
A set of functions for comparing and matching Arabic words based on vocalization, patterns (wazn), and shadda positioning, designed for efficient Arabic text analysis and processing.
Table of Contents
vocalizedlike
const word1 = "ุณูููุงู
";
const word2 = "ุณููููู
";
console.log(vocalizedlike(word1, word2)); // Output: falsewaznlike
shaddalike
Last updated