danlou / freqpickle

Pickled word frequencies extracted from wordfreq for direct usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freqpickle

This is simply an extraction of word frequencies from the wordfreq package.

Why?

The wordfreq package is a great resource for NLP, but it's only compatible with Python 3 and you might find that it's unnecessary to use an additional package in your project if you just want to get word frequencies.

Here you can find a pickle file with the full english word frequencies and a script to generate your own from other languages supported by wordfreq (runs in Python 3 and you need to install wordfreq).

About

Pickled word frequencies extracted from wordfreq for direct usage


Languages

Language:Python 100.0%