Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/giellalt/lang-srs into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aarppe committed Mar 6, 2024
2 parents 08affa2 + c8cdc3f commit 8d05817
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gut/delta.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template = "https://github.com/giellalt/template-lang-und"
rev_id = 173
template_sha = "7f7aaa49ffc6ff6884deab8fb0fe6cae98efc3b8"
rev_id = 174
template_sha = "9adfddf1c24903287529424ab1d522b969b00b11"

[replacements]
__REPO__ = "lang-srs"
Expand Down
2 changes: 1 addition & 1 deletion m4/giella-macros.m4
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ AC_MSG_RESULT([$GIELLA_CORE])
###############################################################
### This is the version of the Giella Core that we require. ###
### UPDATE AS NEEDED.
_giella_core_min_version=0.22.0
_giella_core_min_version=0.22.2
# GIELLA_CORE/GTCORE env. variable, required by the infrastructure to find scripts:
AC_ARG_VAR([GIELLA_CORE], [directory for the Giella infra core scripts and other required resources])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ checked_lemmas=checked_lemmas.txt
##### Extract lemmas - add additional egrep pattern as parameters: #####
##### --include "(pattern1|pattern2|...)" #####
##### --exclude "(pattern1|pattern2|...)" #####
rm -f $lemmas
touch $lemmas
for f in $source_files; do
@GTCORE@/scripts/extract-lemmas.sh \
@GTCORE@/scripts/extract-lemmas.sh \
--exclude "(CmpN/Only|ShCmp|\+Cmp\/SplitR| Rreal | R | Rnoun |\+V\+|NOT-TO-LEMMATEST)" \
$f >> $lemmas
done
$source_files > $lemmas

####### Start testing: #######

Expand Down

0 comments on commit 8d05817

Please sign in to comment.