mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
parent
7e9338f87e
commit
a7c380153f
@ -15,6 +15,9 @@ DATA_PATH = pathlib.Path(resource_filename('wordfreq', 'data'))
|
||||
CACHE_SIZE = 100000
|
||||
|
||||
def load_range(filename):
|
||||
"""
|
||||
Loads a file from the data path
|
||||
"""
|
||||
with (DATA_PATH / filename).open() as file:
|
||||
return file.read()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user