diff --git a/website/meta/universe.json b/website/meta/universe.json index a930363a4..cd8f25890 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -2415,8 +2415,8 @@ "# Indicate that we want to get the CoNLL headers in the string output.", "# `use_gpu` and `verbose` are specific to stanza (and stanfordnlp). These keywords arguments", "# are passed onto their Pipeline() initialisation", - "nlp = init_parser(\"stanza\",", - " \"en\",", + "nlp = init_parser(\"en\",", + " \"stanza\",", " parser_opts={\"use_gpu\": True, \"verbose\": False},", " include_headers=True)", "# Parse a given string",