Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suricodes
/
hindi-sindhi-docker
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hindi-sindhi-docker
/
mosesdecoder
/
contrib
/
lmserver
/
srilm.h
suricodes
Upload folder using huggingface_hub
fd49381
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
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