mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-24 18:01:38 +00:00
parent
4fa4060036
commit
6083219fe5
@ -85,7 +85,6 @@ def wikipedia_deps(dirname_in, languages):
|
||||
path_in = pathlib.Path(dirname_in)
|
||||
for language in languages:
|
||||
# Find the most recent file for this language
|
||||
# Skip over files that do not exist
|
||||
input_file = max(path_in.glob(
|
||||
'{}wiki*.bz2'.format(language)
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user