Created
November 26, 2014 08:38
-
-
Save luhonghai/179872bb1e4863a5432d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuration configuration = new Configuration(); | |
configuration.setUseGrammar(true); | |
configuration.setGrammarName("necessarily"); | |
configuration.setGrammarPath("/Development/Sphinx/grammar"); | |
configuration.setAcousticModelPath("file:///Development/Sphinx/wsj-en-us"); | |
configuration.setDictionaryPath("file:///Development/Sphinx/dict/cmuphonemedict"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment