Skip to content

Commit

Permalink
Fix lia analyser build info - it is an analyser, not a generator
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Jan 30, 2025
1 parent 5006e10 commit 3076ef3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/fst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3076ef3

Please sign in to comment.