We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0f1a8 commit b245c73Copy full SHA for b245c73
README.md
@@ -23,9 +23,14 @@ pip install .
23
```
24
25
Or you can just put the `stanford_corenlp_pywrapper` subdirectory into your
26
-project (or use virtualenv or whatever).
+project (or use virtualenv, etc.). For example:
27
28
-The Java required version is whatever CoreNLP needs, perhaps version 8.
+```
29
+git clone https://github.com/brendano/stanford_corenlp_pywrapper scp_repo
30
+ln -s scp_repo/stanford_corenlp_pywrapper .
31
32
+
33
+Java needs to be a version that CoreNLP is happy with; perhaps version 8.
34
35
## Commandline usage
36
0 commit comments