Skip to content

Commit

Permalink
Update README.md and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezatheh committed Aug 17, 2021
1 parent 80a7799 commit 5399c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ before_install:
- pip install --upgrade pip

install:
- pip install -r requirements/default.txt
- python setup.py install
- pip install .
- python -m perke download

script:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ can be easily modified or extended to develop new models.
pip install git+https://github.com/alirezah320/perke.git
```
- Perke also requires a trained POS tagger model. We use
[hazm's](https://github.com/sobhe/hazm) tagger model.
You can download this model using the following command:
[hazm's](https://github.com/sobhe/hazm) tagger model. You can easily download
latest [hazm's](https://github.com/sobhe/hazm) resources (tagger and parser
models) using the following command:
```bash
python -m perke download
```
Expand Down

0 comments on commit 5399c33

Please # to comment.