I
Jun 7, 2026Infinigram: Variable-Length N-grams via Suffix Arrays
A corpus-based language model using suffix arrays for O(m log n) pattern matching. The corpus is the model.
Jun 7, 20262 min read0 reactions0 comments
Tag archive
A corpus-based language model using suffix arrays for O(m log n) pattern matching. The corpus is the model.
The classical approach to sequence prediction: counting and smoothing
We’ve all seen the magic of Large Language Models. You type a prompt, and it finishes your sentence....
I recently came across this awesome site https://kingjamesprogramming.tumblr.com It generates posts b...