On this page of the documentation, at the bottom, it says:
You can find full examples of Sphinx-4 configuration file in sources. For example, check the file sphinx4/src/apps/edu/cmu/sphinx/demo/transcriber/config.xml
Well, I looked, and there is no config.xml
in that directory, and there is no such file in any of the other folders inside of demo
either.
So where can one find a default config file to use to get started with?
If I just do Configuration configuration = new Configuration();
, would that be good enough to start with?