Kenneth Heafield
Kenneth Heafield
https://pypi.org/project/kenlm/0.1/
Thanks for looking at this! Now Windows CI can't find boost: ``` CMake Error at C:/Program Files/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR program_options system thread unit_test_framework) (Required is...
I'm not sure what's up with the mac ``` # We need boost find_package(Boost 1.41.0 REQUIRED COMPONENTS program_options system thread unit_test_framework ) ``` Do you want me to merge this...
The `pip` version does a poor man's compilation globbing the cc files instead of cmake. Is this a subtle C++ version mismatch?
Ugh seems like a more fun problem with gcc and python https://github.com/stan-dev/pystan/issues/294
Currently estimation is C++/command-line only. Contributions welcome.
Log-linear interpolation is far from perfect. But consider the domain adaptation effect. Your corpora could be: 1. YouTube comments 2. All text on YouTube. 3. The web. If optimized for...
Also, have you tried just concatenating everything and adding that to the mix?
You need the development package of boost, not just the runtime libraries.
Here are the instructions for installing Boost in a home directory https://neural.mt/code/kenlm/dependencies/ . If installing systemwide, try /usr not /usr/local