We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Kven grammarchecker reáuires control over the dialect involved. But compiling grammarcheckers with --enable-dialecton is blocked:
--enable-dialect
./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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A Kven grammarchecker reáuires control over the dialect involved. But compiling grammarcheckers with
--enable-dialect
on is blocked:Compiling basic fsts with dialect option on works fine.
The text was updated successfully, but these errors were encountered: