File size: 175 Bytes
158b61b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#ifndef lmserver_srilm_h
#define lmserver_srilm_h

void srilm_init(const char* fname, int order);
int srilm_getvoc(const char* word);
float srilm_wordprob(int, int*);

#endif