This module provides utilities for Speech TO Text Engine of Apache Stanbol. Repository: https://github.com/sumansaurabh/SphinxModelProvider
:::java
@Reference
private ModelProvider modelProvider;
The main functionality of this component is to handle the loading of Sphinx models by using the Apache Stanbol DatafileProvider infrastructure. SphnixModelProvider provides getters for getting Acoustic, Language, Dictioanry Model for a given Speech. Loaded models loaded as InputStream are copied to tmp folder as CMU Sphinx do not provides support for loading models as Stream, it needs file location and DatafileProvider only provides loading of models as Stream.
Loading Model in tmp folder is done for temporary basis. An issue has been created for getting details of model location. Stanbol-1355 https://issues.apache.org/jira/browse/STANBOL-1355