Update website/meta/universe.json

Co-authored-by: Ines Montani <ines@ines.io>
This commit is contained in:
Kenneth Enevoldsen 2021-07-17 07:14:46 +02:00 committed by GitHub
parent e5127992a0
commit a0e0ccdb46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -897,7 +897,7 @@
"pip": "dacy",
"code_example": [
"import dacy",
"dacy.models() # get a list of dacy models",
"print(dacy.models()) # get a list of dacy models",
"nlp = dacy.load('medium') # load your spacy pipeline",
"",
"# DaCy also includes functionality for adding other Danish models to the pipeline",