Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanuega authored Oct 10, 2019
1 parent 7602c67 commit 2947bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ For how to install the model there are 2 methods:
### Install the package
You can run python setup.py sdist from the directory to turn your model into an installable archive file.
````
cd dep-ner-spacy-id/Models/Spacy 2.1.x/NER/id_ud-tag-dep-ner-1.0.0/
cd spacyndo/Models/Spacy 2.1.x/NER/id_ud-tag-dep-ner-1.0.0/
python setup.py sdist
pip install dist/id_ud-tag-dep-ner-1.0.0.tar.gz
````
### Copy the folder's model into yout project
You can use the current model in:
`dep-ner-spacy-id/Models/Spacy 2.1.x/NER/id_ud-tag-dep-ner-1.0.0/id_ud-tag-dep-ner/id_ud-tag-dep-ner-1.0.0/`
`spacyndo/Models/Spacy 2.1.x/NER/id_ud-tag-dep-ner-1.0.0/id_ud-tag-dep-ner/id_ud-tag-dep-ner-1.0.0/`

Use the folder id_ud-tag-dep-ner-1.0.0 for accessing the model.
Just copy the folder to your project and call spacy.load(“id_ud-tag-dep-ner-1.0.0”).
Expand Down

0 comments on commit 2947bf1

Please sign in to comment.