Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 58e2aa3

Browse files
committed
Our model is now .lm.bin
Fixes issue #3
1 parent ac70b15 commit 58e2aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ DATADIR = "pocketsphinx/test/data"
8383
# Create a decoder with certain model
8484
config = Decoder.default_config()
8585
config.set_string('-hmm', path.join(MODELDIR, 'en-us/en-us'))
86-
config.set_string('-lm', path.join(MODELDIR, 'en-us/en-us.lm.dmp'))
86+
config.set_string('-lm', path.join(MODELDIR, 'en-us/en-us.lm.bin'))
8787
config.set_string('-dict', path.join(MODELDIR, 'en-us/cmudict-en-us.dict'))
8888
decoder = Decoder(config)
8989

0 commit comments

Comments
 (0)