Skip to content

Commit

Permalink
more reorg fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Mar 20, 2024
1 parent d991878 commit 53a032d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/src/morphology/generate-adjective-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
###### Variables: #######
POS=adjectives
### in ###
source_file=${srcdir}/../../../src/fst/stems/${POS}.lexc
source_file=${srcdir}/../../../src/fst/morphology/stems/${POS}.lexc
generator_file=./../../../src/fst/generator-gt-desc
analyser_file=./../../../src/fst/analyser-gt-desc

Expand Down
2 changes: 1 addition & 1 deletion test/src/morphology/generate-noun-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
###### Variables: #######
POS=nouns
### in ###
source_file=${srcdir}/../../../src/fst/stems/${POS}.lexc
source_file=${srcdir}/../../../src/fst/morphology/stems/${POS}.lexc
generator_file=./../../../src/fst/generator-gt-desc
analyser_file=./../../../src/fst/analyser-gt-desc

Expand Down
4 changes: 2 additions & 2 deletions test/src/morphology/generate-propernoun-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
POS=propernouns
### in ###
source_file=${srcdir}/../../../src/fst/morphology/stems/${POS}.lexc
generator_file=./../../../src/fst/morphology/generator-gt-norm
analyser_file=./../../../src/fst/morphology/analyser-gt-norm
generator_file=./../../../src/fst/generator-gt-norm
analyser_file=./../../../src/fst/analyser-gt-norm

### out ###
# Temporary files:
Expand Down
2 changes: 1 addition & 1 deletion test/src/morphology/generate-verb-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
###### Variables: #######
POS=verbs
### in ###
source_file=${srcdir}/../../../src/fst/stems/${POS}.lexc
source_file=${srcdir}/../../../src/fst/morphology/stems/${POS}.lexc
generator_file=./../../../src/fst/generator-gt-desc
analyser_file=./../../../src/fst/analyser-gt-desc

Expand Down
2 changes: 1 addition & 1 deletion test/src/morphology/tag_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sed -e '1,/LEXICON Root/d' < \

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

0 comments on commit 53a032d

Please sign in to comment.