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 65d3329 commit 190c3fa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/fst/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@

#########################################################
############## BEGIN: Local modifications ###############

# List any local filter regex files here:
GIELLA_FILTER_LOCAL_REGEX_SRCS=\
downcase_UCletters.regex\
remove-derivation-position-tags.regex \
remove-DNorm-tags.regex \
downcase_UCletters.regex \
remove-Nynorsk-strings.regex \
remove-norm-comp-tags.regex \
rename-POS_before_Der-tags.regex
remove-derivation-position-tags.regex \
rename-POS_before_Der-tags.regex \
convert_to_flags-CmpNP-tags.regex \
split-CmpNP-tags.regex\
remove-DNorm-tags.regex

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

0 comments on commit 190c3fa

Please sign in to comment.