In Natural Language Processing (NLP), lemmatisation is the process of reducing a word to its base or root form. For the word “caring,” the lemma is “care,” which is the root form. Lemmatization ensures that variations of a word, such as ”caring” or ”cared,” are reduced to the same base form, allowing NLP algorithms to process text more effectively.
Consider the following two documents:
Document 1: ML and DL are part of AI.
Document 2: DL is a subset of ML.
Implement all four steps of the Bag of Words (Bow) model to create a document vector table .Depict the outcome of each step