From 3076ef352e2b769ea9d3efeefe53fd0227a04f9c Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Thu, 30 Jan 2025 10:33:42 +0200 Subject: [PATCH] Fix lia analyser build info - it is an analyser, not a generator --- src/fst/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/fst/Makefile.am b/src/fst/Makefile.am index e0faac538f..671cc52b4c 100644 --- a/src/fst/Makefile.am +++ b/src/fst/Makefile.am @@ -47,12 +47,13 @@ CUSTOM_FSTS= if CAN_XFST if WANT_MORPHOLOGY -#GT_ANALYSERS+= analyser-nob-desc.xfst \ -# analyser-nob-norm.xfst +GT_ANALYSERS+=analyser-lia_disamb-gt-desc.xfst +# analyser-nob-desc.xfst \ +# analyser-nob-norm.xfst endif # WANT_MORPHOLOGY if WANT_GENERATION -GT_GENERATORS+=analyser-lia_disamb-gt-desc.xfst +#GT_GENERATORS+= # generator-nob-desc.xfst \ # generator-nob-norm.xfst endif # WANT_GENERATION