Note that each row represents one of the three documents (sentences), each column represents one of the words present in the documents, and each cell contains the number of times each word appears in each document. We can then use the count vectorizer to transform new incoming test documents to conform with our training set […]