Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Qi <qipeng@users.noreply.github.com>2019-01-29 22:08:32 +0300
committerPeng Qi <qipeng@users.noreply.github.com>2019-01-29 22:08:32 +0300
commit795d2dc53e5ecda84b47e136482ab5aff836d96b (patch)
tree22ed715445eb4b166db6383bf64c0f797c87a340 /README.md
parent5ae5d7c1f8f5009f7d85cf66d1fafa1d75fc06cb (diff)
Update docs to reflect python versions with stable pickle
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25eaac7d..736e3268 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Please use the following channels for questions and issue reports.
## Setup
-StanfordNLP supports Python 3.6 and above. We strongly recommend that you install StanfordNLP from PyPI. If you already have [pip installed](https://pip.pypa.io/en/stable/installing/), simply run
+StanfordNLP supports Python 3.6.8 or later and 3.7.2 or later. We strongly recommend that you install StanfordNLP from PyPI. If you already have [pip installed](https://pip.pypa.io/en/stable/installing/), simply run
```bash
pip install stanfordnlp
```
@@ -52,6 +52,7 @@ pip install -e .
### Getting Started with the neural pipeline
To get run your first StanfordNLP pipeline, simply following these steps in your Python interactive interpreter:
+
```python
>>> import stanfordnlp
>>> stanfordnlp.download('en') # This downloads the English models for the neural pipeline