I'm looking for a way to use Sphinx3 Acoustic Models (AM) produced by SphinxTrain without having to put the whole thing into a Java Archive (JAR).

I've successfully used the information found at http://cmusphinx.sourceforge.net/sphinx4/doc/UsingSphinxTrainModels.html
to create a usable JAR file for my AM files.

Now I wish to be able to access the AM simply by indicating a directory in config.xml (or perhaps in model.props within the JAR.)

This will give more flexibility to processing new AM "on the fly" without user intervention.

Anyone know where I can look for an example configuration to accomplish this?

Thanks,

Darren