Skip to content

Commit

Permalink
Remove all +Err/ stuff, not only +Err/Lex
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Jun 4, 2024
1 parent f73fef3 commit 3b766fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract-lemmas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cat $inputfiles | grep ";" | # grep only lines cont
egrep -v "^[[:space:]]*(\!|\@|<|\+)" | # do NOT grep lines beginning with (space +) !, @ or <
keep_hom_tags | # treat homonyms special
egrep -v "^[[:space:]]*[[:alnum:]_-]+[[:space:]]*;" | # do NOT grep lines containing ONLY a continuation lexicon ref
egrep -v "(LEXICON| K |ENDLEX|\+Err\/Lex|DerSub)" | # do NOT grep lines containing a number of generally known wrong stuff
egrep -v "(LEXICON| K |ENDLEX|\+Err\/|DerSub)" | # do NOT grep lines containing a number of generally known wrong stuff
exclgrep "$excludepattern" | # do NOT grep things specified in each test script
egrep "$includepattern" | # DO grep things specified in each test script if specified
sed 's/^[ ]*//' | # Remove initial whitespace
Expand Down

0 comments on commit 3b766fb

Please sign in to comment.