Skip to content

Commit

Permalink
restore some filters
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 24, 2024
1 parent abed3fd commit 1a8d726
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/fst/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,22 @@

# 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-hard-sign-in-first-syllable.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 \
remove-DNorm-tags.regex \
remove-norm-comp-tags.regex \
rename-POS_before_Der-tags.regex
convert_to_flags-CmpNP-tags.regex \
change-optionally-word_boundary_to_hyphen.regex

# List any local filter xfscript files here:
GIELLA_FILTER_LOCAL_XFSCRIPT_SRCS=
Expand Down

0 comments on commit 1a8d726

Please sign in to comment.