Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaTheH committed Jun 22, 2023
1 parent 41d5b44 commit 3cd8618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: pip
cache-dependency-path: '**/*main.txt'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ can be easily modified or extended to develop new models.
pip install git+https://github.com/alirezatheh/perke.git
```
- Perke also requires a trained POS tagger model. We use
[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:
[Hazm's](https://github.com/roshan-research/hazm) POS tagger model. You can
easily download latest [Hazm's](https://github.com/roshan-research/hazm) POS
tagger using the following command:
```bash
python -m perke download
```
Expand Down

0 comments on commit 3cd8618

Please sign in to comment.