Skip to content

Commit

Permalink
Merge pull request #4585 from espnet/ftshijt-patch-1
Browse files Browse the repository at this point in the history
Update recipe for slurp-entity
  • Loading branch information
sw005320 committed Aug 20, 2022
2 parents 939da5d + 7476fa7 commit a65cc78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions egs2/slurp_entity/asr1/local/path.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# check extra module installation
if ! python3 -c "import jiwer; import textdistance; import progress" > /dev/null; then
echo "Error: the evaluation requirements is not installed." >&2
echo "Error: please install jiwer and its dependencies as follows:" >&2
echo "Error: '. ${MAIN_ROOT}/activate_python.sh' (you can get the path by 'conda info --env') and 'pip install -r local/evaluation/requirements.txt' " >&2
return 1
fi

0 comments on commit a65cc78

Please sign in to comment.