⟩ Which of the following techniques can be used for the purpose of keyword normalization, the process of converting a keyword into its base form? Lemmatization Levenshtein Stemming Soundex A) 1 and 2 B) 2 and 4 C) 1 and 3 D) 1, 2 and 3 E) 2, 3 and 4 F) 1, 2, 3 and 4
C) 1 and 3
Lemmatization and stemming are the techniques of keyword normalization, while Levenshtein and Soundex are techniques of string matching.