mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-01 08:21:47 +03:00
7 lines
207 B
C++
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;
|
|
}
|