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 9fb520e commit 7d521cb
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/fst/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,21 @@

# List any local filter regex files here:
GIELLA_FILTER_LOCAL_REGEX_SRCS=\
downcase_UCletters.regex\
remove-derivation-position-tags.regex \
remove-DNorm-tags.regex \
remove-norm-comp-tags.regex \
rename-POS_before_Der-tags.regex
downcase_UCletters.regex \
remove-norm-comp-tags.regex \
remove-DNorm-tags.regex \
remove-modifier-letter-apostrophe.regex \
remove-letter-o-with-ogonek-and-macron.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

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

0 comments on commit 7d521cb

Please sign in to comment.