5,710
edits
Changes
→Sphinx Knowledge Base - Online Tool for Training Language Models
*Download file: http://wiki.dxarts.washington.edu/groups/general/wiki/d7564/attachments/01040/sphinxSLMTest.zip
===Sphinx Knowledge Base - Online Tool for Training Language Models===This produces a statistical language model and dictionary (along with various other products) for any text file you upload*Sphinx Knowledge Base Tool: http://www.speech.cs.cmu.edu/tools/lmtool-new.htmlyour *This produces a statistical language model and dictionary (along with various other products) for the text you upload.*Your source file should have be plain text, one sentence per line.upload it *Upload the file and then click "Compile Knowledge Base."on *On the results screen, click on the .TAR file to download it. Unzip this, and take the file:**The .dic file. This is your pronunciation dictionary. You may want to rename it to .dict to match the files in the sketch. Or change your config file.**The .lm file is a 3-gram SLM file. If you are trying the SLM example above you will need this as well.*The processing grammar example code above runs from a grammar (.gram) and a dictionary (.dict). This online language tools generates the dictionary for your text but not the grammar. You will need to make the grammar on your own.*The SLM example above runs from a grammar (.gram) and a language model (.lm). This online tool generates both files.
==Other programming==