Skip to content

Commit

Permalink
Correct tags in testing setup (no +Nom, no, +Inf)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Nov 7, 2024
1 parent 50b2901 commit c4ddc8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/fst/morphology/test/generate-noun-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ POS=nouns
source_file=@abs_srcdir@/../stems/${POS}.lexc
generator_file=@abs_builddir@/../../generator-gt-norm
analyser_file=@abs_builddir@/../../analyser-gt-norm
tags="+N+Sg+Nom"
xtags="+N+Pl+Nom"
tags="+N+Sg"
xtags="+N+Pl"
inclusions=
exclusions=

Expand Down
2 changes: 1 addition & 1 deletion src/fst/morphology/test/generate-verb-lemmas.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ POS=verbs
source_file=@abs_srcdir@/../stems/${POS}.lexc
generator_file=@abs_builddir@/../../generator-gt-norm
analyser_file=@abs_builddir@/../../analyser-gt-norm
tags=+V+Inf
tags=+V+Sg
xtags=
inclusions=
exclusions=
Expand Down

0 comments on commit c4ddc8a

Please sign in to comment.