InterviewSolution
Saved Bookmarks
| 1. |
____________ generates NGrams and counts frequencies for ngrams, head and tail subgrams.(a) CollocationDriver(b) CollocDriver(c) CarDriver(d) All of the mentioned |
|
Answer» Right choice is (b) CollocDriver The best I can explain: Each call to the mapper passes in the full set of tokens for the corresponding document using a StringTuple. |
|