Skip to content

Commit

Permalink
some local modifications were lost?
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 22, 2024
1 parent 0c71648 commit dd250db
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions src/fst/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,26 @@

# List any local filter regex files here:
GIELLA_FILTER_LOCAL_REGEX_SRCS=\
downcase_UCletters.regex\
remove-derivation-position-tags.regex \
downcase_UCletters.regex \
remove-norm-comp-tags.regex \
remove-rel_focus-strings.regex \
remove-modifier-letter-vertical-line.regex \
replace-vowel-iteration-with-length-for-norm.regex \
replace-vowel-iteration-with-length-for-dict.regex \
remove-letter-dot-below.regex \
block-illegal_compound-strings.regex \
insert-default-compounding-tags.regex \
insert-default_left_compounding-tags.regex \
remove-derivation-position-tags.regex \
remove-illegal-derivation-strings.regex \
remove-illegal-derivation-strings-flagbased.regex \
rename-POS_before_Der-tags.regex \
split-CmpN-tags.regex \
split-CmpNP-tags.regex \
convert_to_flags-CmpNP-tags.regex \
replace-iterated-consonant-with-palatal-and-consonant.regex \
remove-DNorm-tags.regex \
remove-norm-comp-tags.regex \
rename-POS_before_Der-tags.regex
change-optionally-word_boundary_to_hyphen.regex

# List any local filter xfscript files here:
GIELLA_FILTER_LOCAL_XFSCRIPT_SRCS=
Expand All @@ -47,6 +62,12 @@ GIELLA_FILTER_LOCAL_GENERATED_LEXC_SRCS=
EXTRA_SRCS=

########## Add local build rules below here: ############
all-local: change-optionally-word_boundary_to_hyphen.whfst

change-optionally-word_boundary_to_hyphen.whfst: \
change-optionally-word_boundary_to_hyphen.hfst
$(AM_V_REWEIGHT)$(HFST_REWEIGHT) $(MORE_VERBOSITY) $(HFST_FLAGS) \
-a10000 --symbol="@C.LexComp@" --arcs-only < $< > $@

############### END: Local modifications ################
#########################################################
Expand Down

0 comments on commit dd250db

Please sign in to comment.