I am trying to compile using mmake.
I tried using binaries of hfst from both nightly and releases directories of the Apertium project.
http://apertium.projectjj.com/osx/release/
However, the compilation fails with the following message:
➜ FiNer-rules git:(master) ✗ ./mmake
./mmake: line 9: 67047 Segmentation fault: 11 hfst-pmatch2fst -v proper_tagger_ph1.txt > proper_tagger_ph1.pmatch 2> $LOGFILE
real 41m30.216s
user 41m7.015s
sys 0m9.418s
real 2m9.759s
user 2m7.774s
sys 0m0.911s
The log file is 9559 lines long and the last messages are:
Converting GenSuff... converted in 0.02 seconds
Converting IllSuff... converted in 0.02 seconds
Converting IneSuff... converted in 0.02 seconds
Converting ParSuff... converted in 0.02 seconds
Converting PersTitle... converted in 0.01 seconds
Converting PersTitle1... converted in 17.44 seconds
Converting PersTitle2... converted in 0.68 seconds
Converting PersTitle3... converted in 0.57 seconds
Converting PosAdj... converted in 0.08 seconds
Converting SmartSfx... converted in 0.02 seconds
files-readme.md mentions compile-infl.sh but the file is missing from the master branch. Could it be related to this issue in some way?
I am trying to compile using
mmake.I tried using binaries of
hfstfrom both nightly and releases directories of the Apertium project.http://apertium.projectjj.com/osx/release/However, the compilation fails with the following message:
The log file is 9559 lines long and the last messages are:
files-readme.mdmentionscompile-infl.shbut the file is missing from the master branch. Could it be related to this issue in some way?