mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update makefile
This commit is contained in:
parent
463f1c8623
commit
cab286fbb2
5
Makefile
5
Makefile
|
@ -1,7 +1,10 @@
|
|||
SHELL := /bin/bash
|
||||
PYVER := 3.6
|
||||
VENV := ./env$(PYVER)
|
||||
SPACY_EXTRAS := spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
|
||||
|
||||
ifndef SPACY_EXTRAS
|
||||
override SPACY_EXTRA = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
|
||||
endif
|
||||
|
||||
version := $(shell "bin/get-version.sh")
|
||||
package := $(shell "bin/get-package.sh")
|
||||
|
|
Loading…
Reference in New Issue
Block a user