added spacy model to pipeline
This commit is contained in:
Родитель
83bb254b5d
Коммит
3d0b9bc9cb
|
@ -30,6 +30,8 @@ steps:
|
|||
- script: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
python m spacy download en_core_web_lg
|
||||
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче