diff --git a/src/fst/Makefile.am b/src/fst/Makefile.am index 3f1f9fc7..9af9134f 100644 --- a/src/fst/Makefile.am +++ b/src/fst/Makefile.am @@ -79,6 +79,17 @@ endif # CAN_FOMA ################################################# #### Add language-specific build rules here: #### + + +# Hfst - add weights to compounds if using tropical-semiring fst format: +if WITH_OFST_TROPICAL +.generated/generator-raw-gt-desc.hfst: .generated/generator-raw-gt-desc.tmp.hfst + $(AM_V_REWEIGHT)$(HFST_REWEIGHT) $(MORE_VERBOSITY) $(HFST_FLAGS) \ + -S '+Cmp' -a 10 --arcs-only -i $< \ + > $@ +endif + + ################################################################## #### END: Add local processing instructions ABOVE this line ###### ##################################################################