0 votes
in NLP using Python by
Which of the following techniques can be used for keyword normalization in NLP, the process of converting a keyword into its base form?

a. Lemmatization

b. Soundex

c. Cosine Similarity

d. N-grams

1 Answer

0 votes
by
a) Lemmatization helps to get to the base form of a word, e.g. are playing -> play, eating

-> eat, etc.Other options are meant for different purposes.

Related questions

0 votes
asked Sep 8, 2022 in NLP using Python by Robin
0 votes
0 votes
asked May 2, 2020 by James
...