mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Merge branch 'develop'
This commit is contained in:
commit
28a7de8100
|
@ -49,5 +49,6 @@ def list_models():
|
|||
# won't show up in list, but it seems worth it
|
||||
exclude = ['cache', 'pycache', '__pycache__']
|
||||
data_path = util.get_data_path()
|
||||
if data_path:
|
||||
models = [f.parts[-1] for f in data_path.iterdir() if f.is_dir()]
|
||||
return [m for m in models if m not in exclude]
|
||||
|
|
Loading…
Reference in New Issue
Block a user