From 5b6dc79427b8f7eeb6a7ff68034ab8548ce670ea Mon Sep 17 00:00:00 2001 From: Alexander Gutkin Date: Thu, 28 Feb 2013 00:24:20 +0000 Subject: Bumped OpenFST implementation to openfst-1.3.3-CL41851770. Updated OpenFST implementation to the most recent version used by Greco3 (corresponds to nlp::fst exported at Perforce CL 41851770). In particular this version has an improved PDT support. Change-Id: I5aadfc962297eef73922c67e7d57866f11ee7d81 --- src/bin/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/bin/Makefile.am') diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 13fc64c..43097fa 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -3,9 +3,9 @@ LDADD = ../script/libfstscript.la ../lib/libfst.la -lm -ldl if HAVE_BIN bin_PROGRAMS = fstarcsort fstclosure fstcompile fstcompose fstconcat \ -fstconnect fstconvert fstdeterminize fstdifference fstdraw fstencode \ -fstepsnormalize fstequal fstequivalent fstinfo fstintersect fstinvert \ -fstmap fstminimize fstprint fstproject fstprune fstpush fstrandgen \ +fstconnect fstconvert fstdeterminize fstdifference fstdraw \ +fstencode fstepsnormalize fstequal fstequivalent fstinfo fstintersect \ +fstinvert fstmap fstminimize fstprint fstproject fstprune fstpush fstrandgen \ fstrelabel fstreplace fstreverse fstreweight fstrmepsilon \ fstshortestdistance fstshortestpath fstsymbols fstsynchronize fsttopsort \ fstunion @@ -28,6 +28,8 @@ fstdeterminize_SOURCES = fstdeterminize.cc fstdifference_SOURCES = fstdifference.cc +# fstdisambiguate_SOURCES = fstdisambiguate.cc + fstdraw_SOURCES = fstdraw.cc fstencode_SOURCES = fstencode.cc -- cgit v1.2.3