!remove word final hyphens %- -> 0 || _ .#. ; ! Accompanying this part of the Makefile: ! # This goal is to remove hyphens to make the spellers work ! remove-hyphen.fst: common/bin/remove-hyphen.fst ! common/bin/remove-hyphen.fst: common/src/remove-hyphen.regex ! @echo ! @echo "*** Building $@ ***" ; ! @echo ! @printf "read regex < $< \n\ ! save stack $@ \n\ ! quit \n" > tmp/remove-hyphen-script ! $(XFST) < tmp/remove-hyphen-script ! @rm -f tmp/remove-hyphen-script