language: python python: - "3.6" # command to install dependencies install: - pip install --quiet -r requirements.txt - pip install --quiet fitlog - pip install pytest>=3.6 - pip install pytest-cov # command to run tests script: - python -m spacy download en - pytest --cov=fastNLP test/ after_success: - bash <(curl -s https://codecov.io/bash)
一款轻量级的自然语言处理(NLP)工具包,目标是减少用户项目中的工程型代码,例如数据处理循环、训练循环、多卡运行等