Sometimes, with large grammars, sdf2table dies with segmentation faults, especially in Mac OS X. How can i work around this issue?

Asked by Vlad Vergu on 1 April 2013 at 17:17

As the size of the grammar in SDF increases, sdf2table requires higher stack sizes. The default in Mac OS X is quite low. You should increase it by issuing ulimit -s 64000 from terminal.

Answered by Vlad Vergu on 1 April 2013 at 17:18