Skip to main content

The streaming access to the Google ngram data.

Project description

https://travis-ci.org/dimazest/google-ngram-downloader.png?branch=master https://coveralls.io/repos/dimazest/google-ngram-downloader/badge.png?branch=master Requirements Status Latest PyPI version Number of PyPI downloads

The Google Books Ngram Viewer dataset is a freely available resource under a Creative Commons Attribution 3.0 Unported License which provides ngram counts over books scanned by Google.

The data is so big, that storing it is almost impossible. However, sometimes you need an aggregate data over the dataset. For example to build a co-occurrence matrix.

This package provides an iterator over the dataset stored at Google. It decompresses the data on the fly and provides you the access to the underlying data.

Example use

>>> from google_ngram_downloader import readline_google_store
>>>
>>> fname, url, records = next(readline_google_store(ngram_len=5))
>>> fname
'googlebooks-eng-all-5gram-20120701-0.gz'
>>> url
'http://storage.googleapis.com/books/ngrams/books/googlebooks-eng-all-5gram-20120701-0.gz'
>>> next(records)
Record(ngram=u'0 " A most useful', year=1860, match_count=1, volume_count=1)

Installation

pip install google-ngram-downloader

The command line tool

It also provides a simple command line tool to download the ngrams called google-ngram-downloader.

Changes

Version 3.1.1

  • Non-unique contexts are taken into account inside of an ngram.

Version 3.1

  • The cooccurrence command does not perform any ngram modification.

Version 3.0

  • download, readile and cooccurrence subcommands.

  • readline_google_store transforms lines to Record in several processes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-ngram-downloader-3.1.1.tar.gz (9.3 kB view details)

Uploaded Source

File details

Details for the file google-ngram-downloader-3.1.1.tar.gz.

File metadata

File hashes

Hashes for google-ngram-downloader-3.1.1.tar.gz
Algorithm Hash digest
SHA256 dc0302d15da93a96c5ebac173fe9e849da89af013b88a0806405d043a81ff2d5
MD5 c0d0ae3c4c037c62a921ba7036bcab04
BLAKE2b-256 d8cd7d5fce664a4a94933d5544bba60443cbab3ae6e343dabc793fbcd43941e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page