File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ before_install:
1111 - pip install --upgrade pip
1212
1313install :
14- - pip install -r requirements/default.txt
15- - python setup.py install
14+ - pip install .
1615 - python -m perke download
1716
1817script :
Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments