Automatic summarisation in Natural Language Processing (NLP) refers to the process of generating a concise summary of a larger content piece, such as a news item or blog post. This technique avoids redundancy by pulling the most relevant information from multiple sources and presents it in a concise form. It is useful for efficiently obtaining the key points from long documents or articles.
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