mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
parent
a7c380153f
commit
d4409a2214
@ -1,4 +1,3 @@
|
|||||||
import argparse
|
|
||||||
import unicodedata
|
import unicodedata
|
||||||
from ftfy import chardata
|
from ftfy import chardata
|
||||||
import pathlib
|
import pathlib
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
from wordfreq import (
|
from wordfreq import (
|
||||||
word_frequency, available_languages, cB_to_freq, iter_wordlist,
|
word_frequency, available_languages, cB_to_freq,
|
||||||
top_n_list, random_words, random_ascii_words, tokenize,
|
top_n_list, random_words, random_ascii_words, tokenize,
|
||||||
half_harmonic_mean
|
half_harmonic_mean
|
||||||
)
|
)
|
||||||
from nose.tools import (
|
from nose.tools import (
|
||||||
eq_, assert_almost_equal, assert_greater, assert_less, raises
|
eq_, assert_almost_equal, assert_greater, raises
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user