mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Fix pos command
This commit is contained in:
parent
9818d7419e
commit
c918de68fa
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -62,7 +62,7 @@ def travis():
|
|||
|
||||
def pos():
|
||||
local('rm -rf data/en/pos')
|
||||
local('python tools/train.py pos ~/work_data/docparse/wsj02-21.conll data/en/pos')
|
||||
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
Block a user