Skip to content

Commit

Permalink
retta stier
Browse files Browse the repository at this point in the history
  • Loading branch information
leneantonsen committed Mar 6, 2024
1 parent a825850 commit 58ff7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/adj_minip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for lemma in $(cat $L_FILE);
do
for form in $(cat $P_FILE);
do
echo "${lemma}${form}" | $HLOOKUP $GTLANGS/lang-sma/src/morphology/generator-gt-norm.hfstol
echo "${lemma}${form}" | $HLOOKUP $GTLANGS/lang-sma/src/fst/generator-gt-norm.hfstol
done
rm -f $L_FILE
done
Expand Down
2 changes: 1 addition & 1 deletion devtools/noun_minip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for lemma in $(cat $L_FILE);
do
for form in $(cat $P_FILE);
do
echo "${lemma}${form}" | $HLOOKUP $GTLANGS/lang-sma/src/morphology/generator-gt-norm.hfstol
echo "${lemma}${form}" | $HLOOKUP $GTLANGS/lang-sma/src/fst/generator-gt-norm.hfstol
done
rm -f $L_FILE
done
Expand Down

0 comments on commit 58ff7e0

Please sign in to comment.