Dear All
I am new to Sphinx.
I am trying to get a system up and running.
From http://sphinx.subwiki.com/sphinx/index.php/Main_Page I go to http://sphinx.subwiki.com/sphinx/index.php/Hello_World_Decoder_QuickStart_Guide
Here I try to download the language model/dictionary - http://sphinx.subwiki.com/sphinx/index.php/Hello_World_Decoder_QuickStart_Guide#Download_language_model.2Fdictionary
>> $ wget http://www.inference.phy.cam.ac.uk/kv227/lm_giga/lm_giga_5k_nvp_3gram.zip $ unzip lm_giga_5k_nvp_3gram.zip <<
It seems that the link is invalid.
Where can I get the required language model/dictionary?
Thanks in advance.
Thomas S
Solved.
The link is no longer invalid:
>> tps@p600 ~ $ wget http://www.inference.phy.cam.ac.uk/kv227/lm_giga/lm_giga_5k_nvp_3gram.zip --14:38:59-- http://www.inference.phy.cam.ac.uk/kv227/lm_giga/lm_giga_5k_nvp_3gram.zip => `lm_giga_5k_nvp_3gram.zip' Resolving www.inference.phy.cam.ac.uk... 131.111.79.114 Connecting to www.inference.phy.cam.ac.uk|131.111.79.114|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 83,346,437 (79M) [application/zip]
100%[=================================================================================================================>] 83,346,437 213.86K/s ETA 00:00
14:49:12 (132.78 KB/s) - `lm_giga_5k_nvp_3gram.zip' saved [83346437/83346437]
tps@p600 ~ $ <<
Thanks
Log in to post a comment.
Dear All
I am new to Sphinx.
I am trying to get a system up and running.
From http://sphinx.subwiki.com/sphinx/index.php/Main_Page I go to http://sphinx.subwiki.com/sphinx/index.php/Hello_World_Decoder_QuickStart_Guide
Here I try to download the language model/dictionary - http://sphinx.subwiki.com/sphinx/index.php/Hello_World_Decoder_QuickStart_Guide#Download_language_model.2Fdictionary
>>
$ wget http://www.inference.phy.cam.ac.uk/kv227/lm_giga/lm_giga_5k_nvp_3gram.zip
$ unzip lm_giga_5k_nvp_3gram.zip
<<
It seems that the link is invalid.
Where can I get the required language model/dictionary?
Thanks in advance.
Thomas S
Solved.
The link is no longer invalid:
>>
tps@p600 ~ $ wget http://www.inference.phy.cam.ac.uk/kv227/lm_giga/lm_giga_5k_nvp_3gram.zip
--14:38:59-- http://www.inference.phy.cam.ac.uk/kv227/lm_giga/lm_giga_5k_nvp_3gram.zip
=> `lm_giga_5k_nvp_3gram.zip'
Resolving www.inference.phy.cam.ac.uk... 131.111.79.114
Connecting to www.inference.phy.cam.ac.uk|131.111.79.114|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 83,346,437 (79M) [application/zip]
100%[=================================================================================================================>] 83,346,437 213.86K/s ETA 00:00
14:49:12 (132.78 KB/s) - `lm_giga_5k_nvp_3gram.zip' saved [83346437/83346437]
tps@p600 ~ $
<<
Thanks