Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
worldlywisdom committed Mar 29, 2012
1 parent d6dbb63 commit 5706fba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ According to the [Google Machine Translation Team](http://googleresearch.blogspo
This repo is derived from [Peter Novig's](http://norvig.com/ngrams/) compilation of the [1/3 million most frequent English words](http://norvig.com/ngrams/count_1w.txt). I limited this file to the 10,000 most common words, then removed the appended frequency counts by running this sed command in my text editor:

``` sed 's/[0-9]*//g'
```sed 's/[0-9]*//g'
Usage
-----
Expand All @@ -20,9 +20,11 @@ This repo is useful as a corpus for typing training programs. According to analy
To use this list as a training corpus in [Amphetype](http://code.google.com/p/amphetype/), paste the contents into the "Lesson Generator" tab with the following settings:
``` Make **3** copies of the list
``` Divide into sublists of size **3**
``` Add to sources as **google-10000-english**
```Make **3** copies of the list
```Divide into sublists of size **3**
```Add to sources as **google-10000-english**
In the "Sources" tab, you should see **google-10000-english** available for training. Set WPM at 10 more than your current average, set accuracy to 95-98%, and you're set to train.
Expand Down

0 comments on commit 5706fba

Please sign in to comment.