Skip to content

Commit

Permalink
Exclude some lemmas from speller lemma testing, still over hundred le…
Browse files Browse the repository at this point in the history
…mmas fail the test
  • Loading branch information
snomos committed Apr 24, 2024
1 parent a269ef7 commit 9d716b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ checked_lemmas=checked_lemmas.txt
##### --include "(pattern1|pattern2|...)" #####
##### --exclude "(pattern1|pattern2|...)" #####
@GTCORE@/scripts/extract-lemmas.sh \
--exclude "(CmpN/Only|ShCmp|\+Cmp\/SplitR| Rreal | R | Rnoun |\+V\+|NOT-TO-LEMMATEST)" \
--exclude "(CmpN/Only|ShCmp|\+Cmp\/SplitR| Rreal | R | Rnoun |\+V\+|NOT-TO-LEMMATEST| NUM_LO/NEELLJAD | NUM_LO | A-ORD_NEELLJAD )" \
$source_files > $lemmas

if ! test -f $speller_dir/${GIELLA_LANG}.zhfst ; then
Expand Down

0 comments on commit 9d716b3

Please sign in to comment.