Hacker News new | ask | show | jobs
by speechduh 4045 days ago
That particular stuff is actually pretty typical. I have a textbook that shows similar results on Shakespeare using N-grams from years ago.
1 comments

Capturing writing style with ngram-based input and individual-character input are very, very different tasks. That's several ballparks higher in difficulty.

With ngrams, Markov models are perfectly sufficient. With individual characters, complex concepts need to be remembered across many, many characters of input.