Update to spacy-pkuseg==0.0.26 in Makefile

This commit is contained in:
Adriane Boyd 2020-10-05 18:08:32 +02:00
parent f102ef6b54
commit d2806f11f2

View File

@ -1,7 +1,7 @@
SHELL := /bin/bash
ifndef SPACY_EXTRAS
override SPACY_EXTRAS = spacy-lookups-data==1.0.0rc0 jieba pkuseg==0.0.25 pickle5 sudachipy sudachidict_core
override SPACY_EXTRAS = spacy-lookups-data==1.0.0rc0 jieba spacy-pkuseg==0.0.26 sudachipy sudachidict_core
endif
ifndef PYVER