mosesdecoder/lm/kenlm_max_order_main.cc
2013-01-20 13:43:19 +00: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;
}