Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Futrell authored Jul 15, 2023
1 parent 6c14c83 commit 8654f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ where the proportionality reflects the fact that we have to sum over the compres

## How well does it work?

It's pretty bad, but it doesn't generate total junk. Here I trained the gzip model in Moby Dick---from the Project Gutenberg text---and the output at least has some recognizable parts:
It's pretty bad, but it doesn't generate total junk. Here I trained the gzip model in Moby Dick---from the [Project Gutenberg text](https://www.gutenberg.org/files/2701/2701-0.txt)---and the output at least has some recognizable parts:
```{python}
data = open("mobydick.txt").read().lower()
alphabet = "qwertyuiopasdghjkl;'zxcvbnm,. "
Expand Down

0 comments on commit 8654f53

Please sign in to comment.