mosesdecoder/lm/wrappers
Jeroen Vermeulen b3c0a29044 Modernize "C" includes in lm.
This is one of those little chores in managing a long-lived C++
project: standard C headers like stdio.h and math.h now have their own
place in the C++ standard as resp. cstdio, cmath, and so on.  In this
branch the #include names are updated for the lm/ subdirectory.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 20:28:45 +07:00
..
nplm.cc Modernize "C" includes in lm. 2015-03-28 20:28:45 +07:00
nplm.hh Make NPLM wrapper compile again. Fixes #102. 2015-03-26 11:57:41 -04:00
README add nplm wrapper from Kenneth's kenlm repo 2014-07-17 16:10:30 +01:00

This directory is for wrappers around other people's LMs, presenting an interface similar to KenLM's.  You will need to have their LM installed.

NPLM is a work in progress.