I am building app that provides api for loading jar file of acosutic and language model, my app can provide api for passing modal files as Stream, but Sphnix4 do not provide any such api (i learnt that in irc ). I went through through FastDictionary.java (github.com) file which loads dictionary modal:
I am building app that provides api for loading jar file of acosutic and language model, my app can provide api for passing modal files as Stream, but Sphnix4 do not provide any such api (i learnt that in irc ). I went through through FastDictionary.java (github.com) file which loads dictionary modal:
loadDictionary ( wordDictionaryFile.openStream(), false )**; -line 230
protected void loadDictionary ( InputStream inputStream, boolean isFillerDict )
{
/**/
}
loads the dictionary as stream.
Is there an api that I may not be aware of, that could call these function and load the dictionary modal ?
There is no such API currently, but we're planning to implement one some day. Stay tuned.