diff --git a/devtools/noun_minip.sh b/devtools/noun_minip.sh index f52a5b88..674daf01 100755 --- a/devtools/noun_minip.sh +++ b/devtools/noun_minip.sh @@ -17,7 +17,7 @@ GTLANGS=$(echo $GTLANGS) PATTERN=$1 L_FILE="in.txt" -cut -d '!' -f1 src/fst/stems/nouns.lexc | egrep $PATTERN | sed 's/% /%/g' | tr ' +' ':' | cut -d ':' -f1 | sed 's/%/% /g' | tr -d '%'>$L_FILE +cut -d '!' -f1 src/fst/morphology/stems/nouns.lexc | egrep $PATTERN | sed 's/% /%/g' | tr ' +' ':' | cut -d ':' -f1 | sed 's/%/% /g' | tr -d '%'>$L_FILE P_FILE="test/data/testnounpradigm.txt"