Skip to content

Commit

Permalink
more path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Mar 20, 2024
1 parent 9e0aad2 commit d991878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/src/morphology/tag_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

# Extract USED tags:
sed -e '1,/LEXICON Root/d' < \
../../../src/fst/morphology/lexicon.tmp.lexc | # Extract all lines after LEXICON Root
../../../src/fst/morphology/lexicon.lexc | # Extract all lines after LEXICON Root
${giella_core}/scripts/extract-used-tags.sh | # Extract tags, local mods after this line:
grep -v -E '(\+Enter|\+F[1-9])' | # Remove tag like entries found only in EST
LC_ALL=no_NO.UTF8 sort -u \
Expand Down
4 changes: 2 additions & 2 deletions test/src/phonology/pair-test-hfst.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

HTWOLC=@HFST_PAIR_TEST@
GTLANG=@GTLANG@
SOURCEFILE=${srcdir}/../../../src/fst/phonology.twolc
HFSTFILE=../../../src/fst/phonology.compose.hfst
SOURCEFILE=${srcdir}/../../../src/fst/morphology/phonology.twolc
HFSTFILE=../../../src/fst/morphology/phonology.compose.hfst
TESTRESULT=pair-test-out.hfst.txt
EXTEDITOR=@SEE@

Expand Down

0 comments on commit d991878

Please sign in to comment.