Skip to content

Commit

Permalink
Change POS variable content, hard-code filename
Browse files Browse the repository at this point in the history
Fixes #100

The bug seems to be caused by some strange overlap between ‘nouns’ and ‘propernouns’ in the parallel testing infra for Automake. By changing the text in the variable to avoid this overlapping pattern, the bug disappears.
  • Loading branch information
snomos committed May 29, 2024
1 parent 6f8c046 commit 00a1537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fst/morphology/test/generate-propernoun-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# genereres. De som ikke kan genereres, kopieres til missingProperLemmas.txt

###### Variables: #######
POS=propernouns
POS=propers
### in ###
source_file=./../generated_files/smi-sma-${POS}.lexc
source_file=./../generated_files/smi-sma-propernouns.lexc
generator_file=./../../generator-gt-norm
analyser_file=./../../analyser-gt-norm

Expand Down

0 comments on commit 00a1537

Please sign in to comment.