mosesdecoder/lm/max_order.cc
2012-08-08 16:41:29 -04:00

6 lines
180 B
C++

#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;
}