cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.41k stars 586 forks source link

Made default.config.xml path configurable instead of hardcoded. #55

Closed Marosa closed 8 years ago

Marosa commented 8 years ago

Edited the TranscriberDemo to show this functionality. Made sure it is backwards compatible. Hence the double use of config in the Context constructor.

nshmyrev commented 8 years ago

Sorry, we are not going to expose this. If you want to access config, you can use lower-level API. In the future configuration file will be removed altogether.

Marosa commented 8 years ago

May I suggest marking it deprecated then?

nshmyrev commented 8 years ago

I'm not sure how code internals could be deprecated. API could be declared deprecated, but we do not have config in the API.