diff --git a/wordfreq/config.py b/wordfreq/config.py index b98d119..86c225f 100644 --- a/wordfreq/config.py +++ b/wordfreq/config.py @@ -5,7 +5,7 @@ DB_DIR = (os.environ.get('WORDFREQ_DATA') or os.path.expanduser('~/.cache/wordfreq')) # When the minor version number increments, the data may change. -VERSION = '0.2.0' +VERSION = '0.3.0' MINOR_VERSION = '.'.join(VERSION.split('.')[:2]) # Put these options together to make a database filename. diff --git a/wordfreq/query.py b/wordfreq/query.py index 64a6729..82367c9 100644 --- a/wordfreq/query.py +++ b/wordfreq/query.py @@ -121,7 +121,7 @@ def wordlist_info(connection=None): yield {'wordlist': wordlist, 'lang': lang, 'count': count} -METANL_CONSTANT = 38328308509.73808 +METANL_CONSTANT = 35007147100.25307 def metanl_word_frequency(wordlang, offset=0.): """ Return a word's frequency in a form that matches the output of diff --git a/wordfreq_data/luminoso/multilingual.csv.REMOVED.git-id b/wordfreq_data/luminoso/multilingual.csv.REMOVED.git-id index 9fb31f6..a061490 100644 --- a/wordfreq_data/luminoso/multilingual.csv.REMOVED.git-id +++ b/wordfreq_data/luminoso/multilingual.csv.REMOVED.git-id @@ -1 +1 @@ -f24577ba6807c884bca4464a8624beda68d8df79 \ No newline at end of file +3f7a03ee49e8f33c2526beb33d61e27968a96b39 \ No newline at end of file