diff --git a/cfg/component_versions b/cfg/component_versions index 1972d0e..8d6d960 100755 --- a/cfg/component_versions +++ b/cfg/component_versions @@ -21,7 +21,7 @@ v_opinion_miner_deluxePP=3d99e85 v_ontotagger=c3796c5 v_eventcoreference=f1de443 v_stanza=v0.2.0 -v_e2edutch=v0.1.0 +v_e2edutch=v0.2.0 v_stroll=master # Other sources diff --git a/scripts/bin/e2edutch.sh b/scripts/bin/e2edutch.sh index 2deeb96..9c93fc4 100755 --- a/scripts/bin/e2edutch.sh +++ b/scripts/bin/e2edutch.sh @@ -21,4 +21,4 @@ cd $modulesdir/e2e-Dutch INPUTFILE=$scratch/inputfile.naf cat > $INPUTFILE -python scripts/predict.py -f naf final $INPUTFILE +python -m e2edutch.predict -f naf final $INPUTFILE