* Upd fabfile

This commit is contained in:
Matthew Honnibal 2015-01-17 16:20:03 +11:00
parent e579dd39ca
commit 1df8db51be
1 changed files with 4 additions and 4 deletions

2
fabfile.py vendored
View File

@ -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')