Sniffnoy comments on Open Thread: July 2010 - Less Wrong

6 Post author: komponisto 01 July 2010 09:20PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (653)

You are viewing a single comment's thread. Show more comments above.

Comment author: Sniffnoy 07 July 2010 09:21:06PM 0 points [-]

Doesn't arithmetic coding accomplish this? Or does that not count because it's unlikely a human could actually use it?

Comment author: SilasBarta 07 July 2010 09:29:43PM 1 point [-]

I don't think arithmetic coding achieves the 1 bit / character theoretical entropy of common English, as that requires knowledge of very complex boundaries in the probability distribution. If you know a color word is coming next, you can capitalize on it, but not letterwise.

Of course, if you permit a large enough block size, then it could work, but the lookup table would probably be umanageable.

Comment author: Sniffnoy 09 July 2010 11:31:48AM 1 point [-]

Yeah, I meant "arithmetic encoding with absurdly large block size"; I don't have a practical solution.