Skip to content

Commit b245c73

Browse files
committed
local copy usage
1 parent 6f0f1a8 commit b245c73

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ pip install .
2323
```
2424

2525
Or you can just put the `stanford_corenlp_pywrapper` subdirectory into your
26-
project (or use virtualenv or whatever).
26+
project (or use virtualenv, etc.). For example:
2727

28-
The Java required version is whatever CoreNLP needs, perhaps version 8.
28+
```
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.
2934

3035
## Commandline usage
3136

0 commit comments

Comments
 (0)