mirror of https://github.com/explosion/spaCy.git
* Upd fabfile
This commit is contained in:
parent
e579dd39ca
commit
1df8db51be
|
@ -61,7 +61,7 @@ def travis():
|
|||
|
||||
|
||||
def pos():
|
||||
local('rm -rf data/en/pos')
|
||||
with virtualenv(VENV_DIR):
|
||||
local('python tools/train.py ~/work_data/docparse/wsj02-21.conll ~/work_data/docparse/wsj22.conll spacy/en/data')
|
||||
local('python tools/tag.py ~/work_data/docparse/wsj22.raw /tmp/tmp')
|
||||
local('python tools/eval_pos.py ~/work_data/docparse/wsj22.conll /tmp/tmp')
|
||||
|
|
Loading…
Reference in New Issue