giellalt / lang-fkv

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Kven Finnish language
https://giellalt.uit.no
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Grammarchecker not tuned to dialect fsts #5

Open Trondtr opened 1 year ago

Trondtr commented 1 year ago

A Kven grammarchecker reáuires control over the dialect involved. But compiling grammarcheckers with --enable-dialecton is blocked:

 ./configure --enable-grammarchecker --enable-spellers --enable-dialects && make
(...)
make[2]: *** No rule to make target `generator-gramcheck-gt-norm-dial_Jok.hfstol', needed by `all-am'.  Stop.
make[2]: *** Waiting for unfinished jobs....
  HINTRSCT generator-raw-gt-desc.tmp1.hfst
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Compiling basic fsts with dialect option on works fine.