Skip to content
Discussion options

You must be logged in to vote

There's actually a function for that in v3.

from spacy.util import get_installed_models
print(get_installed_models()) # list of model names as  strings

This is one of the nice effects of the registry.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BramVanroy
Comment options

Answer selected by BramVanroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage models Issues related to the statistical models
2 participants