CLI.utils.word_compare¶
About:¶
Decides whether two Arabic words are the same or not, taking into account diacratization compatibility.
Usage:¶
Below is the usage information that can be generated by running implication -–help.
Usage:
implication --inputWord1=WORD1 --inputWord2=WORD2
implication --inputFile1=File1 --inputFile2=File2
Options:
--inputWord1 WORD1
First input word.
--inputWord2 WORD2
Second input word.
--file1 FILE1
File containing the words to evaluate the implication.
--file2 FILE2
File containing the words to evaluate the implication.
Examples:¶
implication --inputWord1 "word1" --inputWord2 "word2"
implication --file1 "path/to/your/file1.txt" --file2 "path/to/your/file2.txt"