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 af75750 commit 38d12cc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/fst/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,23 @@ GIELLA_FILTER_LOCAL_REGEX_SRCS=\
rename-POS_before_Der-tags.regex

# List any local filter xfscript files here:
GIELLA_FILTER_LOCAL_XFSCRIPT_SRCS=
GIELLA_FILTER_LOCAL_XFSCRIPT_SRCS=reorder-tags.est.xfscript \
remove-sg-forms.est.xfscript \
remove-pl-forms.est.xfscript \
remove-sg-nom-forms.est.xfscript \
remove-non-gi-forms.est.xfscript \
remove-usage-tags.est.xfscript \
remove-nospell-words.est.xfscript \
remove-NotNorm-wordforms.est.xfscript \
modify-derivations.est.xfscript \
block-derivations.est.xfscript \
block-compounds.est.xfscript \
wordpair-filter.est.xfscript \
numeral-filter.est.xfscript \
evaluate-flags.est.xfscript \
downcase-derived_proper-strings.est.xfscript \
upcase-guessed-names.est.xfscript \
remove-guessed-forms.est.xfscript

# List any local filter lexc files here:
GIELLA_FILTER_LOCAL_LEXC_SRCS=
Expand Down

0 comments on commit 38d12cc

Please sign in to comment.