2014-12-18 58 views
1

this page of the documentation,在底部,它說:默認config.xml?

你可以在源獅身人面像-4的配置文件的完整例子。例如,檢查文件 sphinx4/src目錄/應用/教育/ CMU /獅身人面像/演示/抄錄/ config.xml中

好了,我看了看,並沒有在該目錄中沒有​​3210,並沒有這樣的文件在demo的任何其他文件夾中。

那麼,哪裏可以找到一個默認的配置文件來開始使用?

如果我只是做Configuration configuration = new Configuration();,這是否足夠好開始?

回答

0

我最近發現你的建議是不夠​​的。看看Github存儲庫上的最新代碼。有一個在https://github.com/cmusphinx/sphinx4/tree/master/sphinx4-core/src/main/resources/edu/cmu/sphinx/api一個default.config.xml文件,它的路徑設置在Context類,包edu.cmu.sphinx.api:

public Context(Configuration config) 
    throws IOException, MalformedURLException 
{ 
    this("../sphinx4/sphinx4-core/src/main/resources/edu/cmu/sphinx/api/default.config.xml", config); 
} 
+0

不要我們需要明確的config.xml配置? – VijayM 2015-09-20 16:34:42