Vocabulary:
['apple' 'banana' 'blackberry' 'blueberry' 'kiwi' 'mango' 'orange'
'raspberry' 'strawberry']
Bag of Words matrix with corresponding words:
Document 1: [('apple', np.int64(1)), ('banana', np.int64(1)), ('orange', np.int64(1))]
Document 2: [('apple', np.int64(1)), ('mango', np.int64(1)), ('orange', np.int64(1))]
Document 3: [('apple', np.int64(1)), ('banana', np.int64(1)), ('kiwi', np.int64(1))]
Document 4: [('blueberry', np.int64(1)), ('raspberry', np.int64(1)), ('strawberry', np.int64(1))]
Document 5: [('blackberry', np.int64(1)), ('raspberry', np.int64(1)), ('strawberry', np.int64(1))]