-
Couldn't load subscription status.
- Fork 532
Closed
Description
KenLM is sweet.
In order to compile it on OSX (10.8.3) I had to modify the 'limits' include in:
https://github.com/kpu/kenlm/blob/master/util/file.cc
I added one more include to the very top of this file:
#include <limits.h>
and everything suddenly compiled like magic. The '.h' was the secret sauce.
Brew is pretty nice for the boost stuff too. I was dreading this aspect, but:
$ brew install boost
just worked.
Metadata
Metadata
Assignees
Labels
No labels