Question 16
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:
Which pair will be merged in the third merge? Say the pair is (‘ab’,‘c’), then enter “abc” (without quotes and white spaces). If there is a tie between two or more candidates, pick the one that occurs first in the original vocabulary.
NOTE: Enter the exact answer without any extra space in the beginning or at the end.