Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
install spacy from source
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Dec 9, 2017
1 parent b1e8cd2 commit 6309307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ python:
- '3.6'
install:
- sudo apt-get update
- pip install --only-binary=numpy,scipy,scikit-learn,spacy numpy scipy scikit-learn spacy
- pip install --only-binary=numpy,scipy,scikit-learn numpy scipy scikit-learn
- pip install -r dev-requirements.txt
- pip install sklearn-crfsuite==0.3.5
- pip install spacy sklearn-crfsuite==0.3.5
- pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-1.2.0/en_core_web_sm-1.2.0.tar.gz
--no-cache-dir > jnk
- python -m spacy link en_core_web_sm en
Expand Down

0 comments on commit 6309307

Please sign in to comment.