0 votes
in Hadoop Mahout by

________ phase merges the counts for unique ngrams or ngram fragments across multiple documents.

a)CollocCombiner

b)CollocReducer

c)CollocMerger

d)None of the above

1 Answer

0 votes
by
Answer:-  A

Reason:-  The combiner treats the entire GramKey as the key and as such, identical tuples from separate documents are passed into a single call to the combiner's reduce method, their frequencies are summed and a single tuple is passed out via the collector.

Related questions

+1 vote
asked Oct 7, 2022 in Hadoop Mahout by Robin
+1 vote
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
...