adspace
What are techniques can be used for the keyword normalization?
Answer Posted / Sapna Kumari
1. Stemming: Removing the suffixes from words to obtain their root form (e.g., 'running', 'run'). 2. Lemmatization: Reducing words to their base or dictionary form while considering context and parts of speech (e.g., 'running' -> 'run'). 3. Stopword removal: Removing common words that do not contribute much to the meaning of a sentence (e.g., 'the', 'and', 'is').
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers