Comment on How Google Code Search WorkedComments−dmoy14yWhat were the criteria for determining that there were too many unique 2-grams and too few 3-grams? Did it just come down to too much memory for the former, and barely enough memory for 3-grams?−rsc14yCompare 256^2, 256^3, 256^4.
Comments
What were the criteria for determining that there were too many unique 2-grams and too few 3-grams? Did it just come down to too much memory for the former, and barely enough memory for 3-grams?
Compare 256^2, 256^3, 256^4.