Blame view

tools/sctk-2.4.10/src/sclite/slm_intf.h 339 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  /*
    File: slm_intf.h
    Desc: declare the function prototypes for the SLM interface.
  
    */
  
  void lookup_lm_word_weight(ARC *arc, void *ptr);
  
  #ifdef WITH_SLM
  
  int tg_lookup(WORD *w, WORD *w_m1, WORD *w_m2, ng_t *ng, fb_info *fb_list, double *prob, int dbg);
  void initialize_lm(ng_t *ng, fb_info **fb_list, char *lm_file, int dbg);
  
  #endif