There was an error while loading. Please reload this page.
1 parent 076c872 commit e578b97Copy full SHA for e578b97
1 file changed
scripts/count-all-lemmas.sh
@@ -92,4 +92,5 @@ elif compgen -G "$inputdir/src/fst/morphology/stems/*.lexd" > /dev/null; then
92
grep -E -v "^[[:space:]]*\$" |
93
wc -l)
94
fi
95
+lemmacount=$(echo "$lemmacount" | tr -d '[:space:]') # remove whitespace
96
echo "$lemmacount"
0 commit comments