mosesdecoder/lm/max_order.cc
2012-10-15 13:58:33 +01:00

7 lines
207 B
C++

#include "lm/max_order.hh"
#include <iostream>
int main(int argc, char *argv[]) {
std::cerr << "KenLM was compiled with a maximum supported n-gram order set to " << KENLM_MAX_ORDER << "." << std::endl;
}