https://github.com/UppsalaNLP/uuparser
Revision 4c67db261e82fddfde66b69d3621c869a23330ee authored by Loïc Grobol on 26 March 2020, 18:06:24 UTC, committed by Loïc Grobol on 26 March 2020, 18:06:24 UTC
1 parent 9c6a7e9
Raw File
Tip revision: 4c67db261e82fddfde66b69d3621c869a23330ee authored by Loïc Grobol on 26 March 2020, 18:06:24 UTC
add loguru dep
Tip revision: 4c67db2
tox.ini
[tox]
minversion = 3.4.0
envlist = py38

[testenv]
deps = cython
commands =
    uuparser --dynet-seed 123456789 --outdir {envtmpdir}/smoketestoutput --trainfile test/fixtures/truncated-sv_talbanken-ud-dev.conllu --devfile test/fixtures/truncated-sv_talbanken-ud-dev.conllu --testfile test/fixtures/truncated-sv_talbanken-ud-dev.conllu
back to top