## Google Chinese Ngram This repo contains the generated 2012 Google Ngram. If you wish to regenerate them with customized time range, please use the following scripts. ```bash git clone https://github.com/stressosaurus/raw-data-google-ngram.git cd raw-data-google-ngram pip3 install --user -r requirements.txt ``` Then collect the Chinese n-grams with `clean.ipynb`. Link to repo using this dataset: [ruoxining/baike-guesser](https://github.com/ruoxining/baike-guesser)