Skip to content

Commit

Permalink
s:src/filters:src/fst/filters:
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 31, 2024
1 parent bd19898 commit 1882073
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/spellcheckers/Makefile.mod-spellcheckers.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
# build rules

generator-speller-gt-norm.hfst: generator-speller-gt-norm.tmp.hfst \
$(top_builddir)/src/filters/remove-modifier-letter-apostrophe.hfst \
$(top_builddir)/src/filters/remove-letter-o-with-ogonek-and-macron.hfst
$(top_builddir)/src/fst/filters/remove-modifier-letter-apostrophe.hfst \
$(top_builddir)/src/fst/filters/remove-letter-o-with-ogonek-and-macron.hfst
$(AM_V_XFST_TOOL)$(PRINTF) "read regex \
@\"$<\" \
.o. @\"$(top_builddir)/src/filters/remove-letter-o-with-ogonek-and-macron.hfst\" \
.o. @\"$(top_builddir)/src/filters/remove-modifier-letter-apostrophe.hfst\" \
.o. @\"$(top_builddir)/src/fst/filters/remove-letter-o-with-ogonek-and-macron.hfst\" \
.o. @\"$(top_builddir)/src/fst/filters/remove-modifier-letter-apostrophe.hfst\" \
;\n\
save stack $@\n\
quit\n" | $(XFST_TOOL)
Expand Down

0 comments on commit 1882073

Please sign in to comment.