Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix stanza version in CoreNLP notebook example
  • Loading branch information
yuhaozhang authored and David Pollack committed Mar 27, 2020
1 parent 4be97a9 commit ea5d2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/Stanza_CoreNLP_Interface.ipynb
Expand Up @@ -65,7 +65,7 @@
},
"source": [
"# Install stanza; note that the prefix \"!\" is not needed if you are running in a terminal\n",
"!pip install stanza==1.0.0.rc0\n",
"!pip install stanza==1.0.0\n",
"\n",
"# Import stanza\n",
"import stanza"
Expand Down Expand Up @@ -396,4 +396,4 @@
]
}
]
}
}

0 comments on commit ea5d2e0

Please sign in to comment.