Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Mar 5, 2025
1 parent 6e41228 commit 406d724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/intrans_minip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GTLANGS=$(echo $GTLANGS)

PATTERN=$1
L_FILE="in.txt"
cut -d '!' -f1 src/fst/stems/verbs.lexc | egrep $PATTERN | tr '[+ ]' ':'| cut -d ':' -f1>$L_FILE
cut -d '!' -f1 src/fst/morphology/stems/verbs.lexc | egrep $PATTERN | tr '[+ ]' ':'| cut -d ':' -f1>$L_FILE

P_FILE="test/data/testintransparadigm.txt"

Expand Down
2 changes: 1 addition & 1 deletion devtools/trans_minip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GTLANGS=$(echo $GTLANGS)

PATTERN=$1
L_FILE="in.txt"
cut -d '!' -f1 src/fst/stems/verbs.lexc | egrep $PATTERN | tr '[+ ]' ':'| cut -d ':' -f1>$L_FILE
cut -d '!' -f1 src/fst/morphology/stems/verbs.lexc | egrep $PATTERN | tr '[+ ]' ':'| cut -d ':' -f1>$L_FILE

P_FILE="test/data/testtransparadigm.txt"

Expand Down

0 comments on commit 406d724

Please sign in to comment.