Skip to content

Commit 5399c33

Browse files
committed
Update README.md and .travis.yml
1 parent 80a7799 commit 5399c33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ before_install:
1111
- pip install --upgrade pip
1212

1313
install:
14-
- pip install -r requirements/default.txt
15-
- python setup.py install
14+
- pip install .
1615
- python -m perke download
1716

1817
script:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ can be easily modified or extended to develop new models.
1818
pip install git+https://github.com/alirezah320/perke.git
1919
```
2020
- Perke also requires a trained POS tagger model. We use
21-
[hazm's](https://github.com/sobhe/hazm) tagger model.
22-
You can download this model using the following command:
21+
[hazm's](https://github.com/sobhe/hazm) tagger model. You can easily download
22+
latest [hazm's](https://github.com/sobhe/hazm) resources (tagger and parser
23+
models) using the following command:
2324
```bash
2425
python -m perke download
2526
```

0 commit comments

Comments
 (0)