We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01d160 commit d8bed41Copy full SHA for d8bed41
unlvtests/counttestset.sh
@@ -56,7 +56,7 @@ do
56
then
57
ocrevalutf8 wordacc "$srcdir/$page.text" "$resdir/$page.text" > "$resdir/$page.wa"
58
else
59
- cp /home/ubuntu/ISRI-OCRtk/stopwords/spa.stopwords.txt "$resdir/spa.stopwords"
+ cp ~/ISRI-OCRtk/stopwords/spa.stopwords.txt "$resdir/spa.stopwords"
60
ocrevalutf8 wordacc -S"$resdir/spa.stopwords" "$srcdir/$page.text" "$resdir/$page.text" > "$resdir/$page.wa"
61
fi
62
wafiles="$wafiles $resdir/$page.wa"
0 commit comments