Saved Bookmarks
| 1. |
What is a document vector table? |
|
Answer» Document Vector Table is used while implementing Bag of Words algorithm. In a document vector table, the header row contains the vocabulary of the corpus and other rows correspond to different documents. If the document contains a particular word it is represented by 1 and absence of word is represented by 0 value. OR Document Vector Table is a table containing the frequency of each word of the vocabulary in each document. |
|