Skip to content

Commit 9e0aad2

Browse files
committed
some reorg fixes
1 parent ed4c15f commit 9e0aad2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/src/morphology/generate-propernoun-lemmas.sh.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
POS=propernouns
2424
### in ###
2525
source_file=${srcdir}/../../../src/fst/morphology/stems/${POS}.lexc
26-
generator_file=./../../../src/fst/generator-gt-norm
27-
analyser_file=./../../../src/fst/analyser-gt-norm
26+
generator_file=./../../../src/fst/morphology/generator-gt-norm
27+
analyser_file=./../../../src/fst/morphology/analyser-gt-norm
2828

2929
### out ###
3030
# Temporary files:

test/src/morphology/tag_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ fi
2121

2222
# Extract USED tags:
2323
sed -e '1,/LEXICON Root/d' < \
24-
../../../src/fst/lexicon.tmp.lexc | # Extract all lines after LEXICON Root
24+
../../../src/fst/morphology/lexicon.tmp.lexc | # Extract all lines after LEXICON Root
2525
${giella_core}/scripts/extract-used-tags.sh | # Extract tags, local mods after this line:
2626
grep -v -E '(\+Enter|\+F[1-9])' | # Remove tag like entries found only in EST
2727
LC_ALL=no_NO.UTF8 sort -u \
2828
> "${lexctags}"
2929

3030
# Extract DEFINED tags:
3131
sed -n '/LEXICON Root/q;p' \
32-
../../../src/fst/lexicon.tmp.lexc | # Extract all lines before LEXICON Root
32+
../../../src/fst/morphology/lexicon.tmp.lexc | # Extract all lines before LEXICON Root
3333
${giella_core}/scripts/extract-defined-tags.sh | # Extract tags, local mods after this line:
3434
LC_ALL=no_NO.UTF8 sort -u \
3535
> "${roottags}"

0 commit comments

Comments
 (0)