giellalt / lang-sms

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

./configure --with-hfst --without-xfst #1

Closed rueter closed 4 years ago

rueter commented 4 years ago

When running ../configure --disable-hfst-desktop-spellers --enable-spellers --enable-fst-hyphenator --enable-hfst-mobile-speller sms virtually requires: --with-hfst --without-xfst --enable-reversed-intersect without specifically selecting hfst and deselecting xfst, and without reversed intersect, the time required for a successful compilation of approx. 13 minutes may rise to nearly one hour.

snomos commented 4 years ago

This has been fixed in commit 49a52553. Hfst is default, reversed intersect is default, and the foma backend is default. Should make for as fast an hfst compilation as possible. You can change the defaults for SMS only by editing the configure.ac file.