Closed hfst-importer closed 8 years ago
Until very recently, we didn't use weighted acceptors, only unweighted ones, and hfst-ospell worked without major issues. Now we want to use weighted ones, to use weights on the acceptor to tune the suggestions. The weights are added using hfst-reweight, and is called in the make file:
tools/spellcheckers/fstbased/hfst/Makefile.am
Original comment by: snomos
After the first crash (with uncaught exception/Abort trap: 6), hfst-ospell now consistently gives a segmentation fault instead:
hfst-ospell se.zhfst
Segmentation fault: 11
Original comment by: snomos
To reproduce:
check out and build svn@HEAD of $GTHOME/langs/sme (at rev 83634 as of this writing), then:
OS version:
AKA: MacOSX 10.9 / Maverick
Expected behavior:
Reported by: snomos