Skip to content

Commit

Permalink
docs: changed to model to small to download less models during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Apr 11, 2023
1 parent 1c009c2 commit be21f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/textdescriptives.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
],
"source": [
"import dacy\n",
"nlp = dacy.load(\"medium\") # load the latest medium model\n",
"nlp = dacy.load(\"small\") # load the latest version of the small model\n",
"\n",
"nlp.add_pipe(\"textdescriptives/readability\")\n",
"nlp.add_pipe(\"textdescriptives/dependency_distance\")"
Expand Down

0 comments on commit be21f41

Please sign in to comment.