From 5c99afa76307e038b45d2028b8cdec8d9e2e1b71 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 17 Nov 2017 12:24:37 +0530 Subject: [PATCH] Change the default compiler to SFST till hfst issue is resolved See https://github.com/hfst/hfst/issues/369 --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 8c4205e..7e24f0b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,5 +1,5 @@ DISTNAME=mlmorph-`cat VERSION` -FSTC ?= hfst +FSTC ?= sfst ifeq ($(FSTC),hfst) %.a: %.fst hfst-sfstpl2fst -f openfst-tropical -v -i $< -o $@