Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sakharamg
/
NMTKD
like
0
Model card
Files
Files and versions
Community
main
NMTKD
/
translation
/
tools
/
mosesdecoder
/
contrib
/
lmserver
/
srilm.h
sakharamg
Uploading all files
158b61b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 Bytes
#
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