Question 17
Consider the following dictionary with the number of word occurrences in a corpus:
wo = { "taught" : 2, "laughter" : 1, "drought" : 4, "tough" : 5}Note: Append </w> to each word at the end.
You will be working with BPE algorithm, answer the given subquestions in that context:
Assume that the process is stopped after 4 merges. How many tokens from the initial vocabulary will have their frequency revised/reduced to 0?