1 Star 0 Fork 1

SeeTomcat / stanza

forked from 孙晓雪 / stanza 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuhui Zhang 提交于 2020-03-05 23:45 . renaming stanfordnlp to stanza!!
language: python
python:
- 3.6.5
notifications:
email: false
install:
- pip install --quiet -e .
- export CORENLP_HOME=~/corenlp CORENLP_VERSION=stanford-corenlp-full-2018-10-05
- export CORENLP_URL="http://nlp.stanford.edu/software/${CORENLP_VERSION}.zip"
- wget $CORENLP_URL -O corenlp.zip
- unzip corenlp.zip
- mv $CORENLP_VERSION $CORENLP_HOME
- mkdir ~/stanza_test
- mkdir ~/stanza_test/in
- mkdir ~/stanza_test/out
- mkdir ~/stanza_test/scripts
- cp tests/data/external_server.properties ~/stanza_test/scripts
- cp tests/data/example_french.json ~/stanza_test/out
- export STANZA_TEST_HOME=~/stanza_test
script:
- python -m pytest -m travis tests/
1
https://gitee.com/cx190227/stanza.git
git@gitee.com:cx190227/stanza.git
cx190227
stanza
stanza
master

搜索帮助