Welcome to mirror list, hosted at ThFree Co, Russian Federation.

max_order.cc « lm - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d4895bd4214c56d96020a2ad455c98613783b89 (plain)
1
2
3
4
5
#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;
}