Skip to content

Commit

Permalink
correct path after Flammie reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Sep 19, 2024
1 parent 0c319d2 commit 7d007cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/noun_minip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d007cd

Please sign in to comment.