0 votes
in NLP using Python by
In NLP, The process of removing words like “and”, “is”, “a”, “an”, “the” from

a sentence is called as

a. Stemming

b. Lemmatization

c. Stop word

d. All of the above

1 Answer

0 votes
by
Answer : c) In Lemmatization, all the stop words such as a, an, the, etc.. are removed. One can

also define custom stop words for removal.

Related questions

0 votes
asked May 8, 2023 in NLP using Python by john ganales
0 votes
asked May 8, 2023 in NLP using Python by john ganales
...