mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
6 lines
180 B
C++
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;
|
|
}
|