From 19b72132e7b4949112dad79d8d079606c6769523 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Tue, 31 Jan 2017 18:25:41 -0500 Subject: [PATCH] Fix some outdated numbers in English examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e13dc3..04a1b81 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ also try to deal gracefully when you query it with texts that actually break into multiple tokens: >>> zipf_frequency('New York', 'en') - 5.31 + 5.35 >>> zipf_frequency('北京地铁', 'zh') # "Beijing Subway" 3.56 @@ -329,7 +329,7 @@ you give it an uncommon combination of tokens, it will hugely over-estimate their frequency: >>> zipf_frequency('owl-flavored', 'en') - 3.26 + 3.18 ## Multi-script languages