From 7d007cd864d89bb21020b4069f003b034ddce597 Mon Sep 17 00:00:00 2001 From: Trond Trosterud Date: Thu, 19 Sep 2024 13:19:53 +0200 Subject: [PATCH] correct path after Flammie reorg --- devtools/noun_minip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"