Skip to content

Commit

Permalink
added dataset for google books 1-grams
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Knadler committed Jul 3, 2012
1 parent 9f7cb33 commit d68d153
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions js/datasets/google-books-1-grams.json
@@ -0,0 +1,17 @@
{
"values": {
"1": 28.32,
"2": 16.45,
"3": 13.24,
"4": 10.66,
"5": 7.88,
"6": 7.20,
"7": 5.98,
"8": 5.11,
"9": 5.16
},
"num_records": "2,055",
"min_value": "303",
"max_value": "13,598,879,452",
"source": "http://books.google.com/ngrams/datasets"
}
3 changes: 2 additions & 1 deletion js/datasets/index.json
Expand Up @@ -10,5 +10,6 @@
"stackoverflow-user-reputation" : "Stack Overflow User Reputation",
"rails-core-line-count" : "Line count of the Rails 3.0.9 core source code",
"uk-government-spending-may_to_sept-2010" : "UK government spending May-Sept 2010",
"2011-russian-parlimentary-elections-united-russia": "2011 Russian Parlimentary Elections Results: Votes for United Russia"
"2011-russian-parlimentary-elections-united-russia": "2011 Russian Parlimentary Elections Results: Votes for United Russia",
"google-books-1-grams": "Google books unique 1-grams"
}

0 comments on commit d68d153

Please sign in to comment.