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

score.h « cmert-0.5 « training « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5202645f6b35684ae2c79c85c2630db93e820d1c (plain)
1
2
3
4
5
6
7
8
9
#ifndef SCORE_H
#define SCORE_H

extern int comps_n;

void comps_addto(int *comps1, int *comps2);
float compute_score(int *comps);

#endif