diff --git a/test/src/morphology/tag_test.sh b/test/src/morphology/tag_test.sh index 7e0a6c0b..091b24d2 100755 --- a/test/src/morphology/tag_test.sh +++ b/test/src/morphology/tag_test.sh @@ -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 \ diff --git a/test/src/phonology/pair-test-hfst.sh.in b/test/src/phonology/pair-test-hfst.sh.in index b06c25c4..c1ec92f6 100644 --- a/test/src/phonology/pair-test-hfst.sh.in +++ b/test/src/phonology/pair-test-hfst.sh.in @@ -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@