Recall & Review
beginner
What is lemmatization in natural language processing?
Lemmatization is the process of reducing a word to its base or dictionary form called a lemma. It helps in understanding the meaning by grouping different forms of a word together.
Click to reveal answer
intermediate
How does lemmatization differ from stemming?
Lemmatization uses vocabulary and morphological analysis to find the correct base form of a word, while stemming just cuts off word endings and may produce non-words.
Click to reveal answer
beginner
Why is lemmatization useful in text analysis?
It helps by grouping different forms of a word so that they are treated as the same item, improving tasks like search, classification, and sentiment analysis.
Click to reveal answer
intermediate
Which part of speech information is important for lemmatization?
Knowing the part of speech (like noun, verb, adjective) helps lemmatization choose the correct base form of a word.
Click to reveal answer
beginner
Example: What is the lemma of the word running?
The lemma of running is run. Lemmatization converts the verb form to its base form.
Click to reveal answer
What does lemmatization do to a word?
✗ Incorrect
Lemmatization reduces words to their base or dictionary form called lemma.
Which is a key difference between stemming and lemmatization?
✗ Incorrect
Lemmatization produces valid base words, while stemming may produce incomplete or non-words.
Why is part of speech important in lemmatization?
✗ Incorrect
Knowing the part of speech helps lemmatization pick the right lemma.
Which of these words is the lemma of 'better'?
✗ Incorrect
The lemma of 'better' (comparative adjective) is 'good' (base adjective).
Lemmatization is most useful for which NLP task?
✗ Incorrect
Lemmatization groups different forms of a word to treat them as one.
Explain what lemmatization is and why it is important in natural language processing.
Think about how words like 'running' and 'ran' relate to 'run'.
You got /4 concepts.
Describe the difference between stemming and lemmatization with examples.
Consider how each method treats the word 'running'.
You got /4 concepts.