Skip to content

Commit 0a07af1

Browse files
committed
Update URLs for trained models
1 parent 922a546 commit 0a07af1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ An `xml` file will be created per passage (separate by blank lines in the text f
4646

4747
To download and extract models pre-trained on the Wiki corpus, run:
4848

49-
curl --remote-name-all http://www.cs.huji.ac.il/~danielh/ucca/{sparse,mlp,bilstm}.tar.gz
50-
tar xvzf sparse.tar.gz
51-
tar xvzf mlp.tar.gz
52-
tar xvzf bilstm.tar.gz
49+
curl --remote-name-all http://www.cs.huji.ac.il/~danielh/ucca/{sparse,mlp,bilstm}-1.2.tar.gz
50+
tar xvzf sparse-1.2.tar.gz
51+
tar xvzf mlp-1.2.tar.gz
52+
tar xvzf bilstm-1.2.tar.gz
5353

5454
Run the parser using any of them:
5555

@@ -61,13 +61,13 @@ Run the parser using any of them:
6161

6262
To get a French model pre-trained on [the *20K Leages* corpus](https://github.com/huji-nlp/ucca-corpus/tree/master/vmlslm/fr), run:
6363

64-
curl -O http://www.cs.huji.ac.il/~danielh/ucca/sparse_fr.tar.gz
65-
tar xvzf sparse_fr.tar.gz
64+
curl -O http://www.cs.huji.ac.il/~danielh/ucca/sparse-1.2-fr.tar.gz
65+
tar xvzf sparse-1.2-fr.tar.gz
6666

6767
Run the parser on a French text file, using the French spaCy models too:
6868

6969
export SPACY_MODEL=fr_depvec_web_lg
70-
python -m tupa.parse exemple.txt -c sparse -m models/sparse_fr
70+
python -m tupa.parse exemple.txt -c sparse -m models/sparse-fr
7171

7272
Author
7373
------

0 commit comments

Comments
 (0)